-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 7.10
-
Component/s: Annotations
-
Release Notes Summary:Annotations work with Chrome 60+
-
Tags:
-
Backlog priority:800
-
Sprint:nxfit 9.3.9
-
Story Points:3
To reproduce, start Nuxeo 7.10, hotfix, mp-install nuxeo-dm and create file annot-config.xml in nxserver/config with below contents:
<?xml version="1.0"?> <component name="org.nuxeo.ecm.platform.annot.config"> <require>org.nuxeo.ecm.platform.annot.properties</require> <extension target="org.nuxeo.runtime.ConfigurationService" point="configuration"> <property name="nuxeo.text.annotations">true</property> </extension> </component>
Launch Nuxeo and drag and drop hello.doc. Preview in a Fancybox and add an Annotation. The annotation will not display properly or appear in the left hand column.
Unlike NXP-19321 no errors appear in server.log, but several Javascript errors will show in the browser's console.
Same behavior is NOT observed in Firefox.