From issues at jboss.org Tue Apr 22 12:36:34 2014 Content-Type: multipart/mixed; boundary="===============4282407834459827085==" MIME-Version: 1.0 From: Brian Leathem (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] (RF-13604) rich:editor is flickering on mouse hover Date: Tue, 22 Apr 2014 12:36:34 -0400 Message-ID: In-Reply-To: JIRA.12537995.1397238447000@jira02.app.mwc.hst.phx2.redhat.com --===============4282407834459827085== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/RF-13604?page=3Dcom.atlassian.jira.p= lugin.system.issuetabpanels:all-tabpanel ] Brian Leathem updated RF-13604: ------------------------------- Steps to Reproduce: = 1. In Eclipse, create new Dynamic Web Project: select "GlassFish 4.0" as th= e target runtime, select 3.1 as Dynamic web module version, Default Configu= ration for GlassFish 4.0 as Configuration 2. Navigate to directory WebContent/WEB-INF/lib and put the following files= there - cssparser-0.9.9.jar - guava-r09.jar - richfaces-components-api-4.3.5.Final.jav - richfaces-components-ui-4.3.5.Final.jar - richfaces-core-api-4.3.5.Final.jar - richfaces-core-impl-4.3.5.Final.jar - sac-1.3.jar 3. Right-click on the project in Eclipse, click Properties, then go to Proj= ect Facets and enable checkbox to the left of Java Server Faces (ensure tha= t version is 2.2). Ensure that also the following checkboxes are enabled: - Dynamic Web Module, version 3.1 - Java, version 1.7 - JavaScript, version 1.0 Click "Apply" button, then click "OK" button. 4. Under WebContent directory, create new XHTML file called test.xhtml with= the following content: {code} = Output from Editor (Updating) = {code} 5. Under Java Resources directory src, create file EditorBean.java with the= following content: {code} import javax.faces.bean.ManagedBean; import javax.faces.bean.SessionScoped; @ManagedBean(name=3D"editorBean") @SessionScoped() public class EditorBean { private String value =3D ""; = public String getValue() { return value; } public void setValue(String value) { this.value =3D value; } } {code} 6. Right-click on test.xhtml, select "Debug As"->"Debug on Server", of the = servers select GlassFish 4.0 and click button "Finish". 7. Navigate to the /faces/test.xhtml in Chrome (version 34.0.1847.116 m) or= Internet Explorer (version 11.0.9600.16659). 8. Hover the mouse over the toolbar of the editor. Note that the buttons of= the editor start to move in unreasonable way (Internet Explorer) or toolti= ps of the buttons start to flicker (Chrome). was: 1. In Eclipse, create new Dynamic Web Project: select "GlassFish 4.0" as th= e target runtime, select 3.1 as Dynamic web module version, Default Configu= ration for GlassFish 4.0 as Configuration 2. Navigate to directory WebContent/WEB-INF/lib and put the following files= there - cssparser-0.9.9.jar - guava-r09.jar - richfaces-components-api-4.3.5.Final.jav - richfaces-components-ui-4.3.5.Final.jar - richfaces-core-api-4.3.5.Final.jar - richfaces-core-impl-4.3.5.Final.jar - sac-1.3.jar 3. Right-click on the project in Eclipse, click Properties, then go to Proj= ect Facets and enable checkbox to the left of Java Server Faces (ensure tha= t version is 2.2). Ensure that also the following checkboxes are enabled: - Dynamic Web Module, version 3.1 - Java, version 1.7 - JavaScript, version 1.0 Click "Apply" button, then click "OK" button. 4. Under WebContent directory, create new XHTML file called test.xhtml with= the following content: = Output from Editor (Updating) = 5. Under Java Resources directory src, create file EditorBean.java with the= following content: import javax.faces.bean.ManagedBean; import javax.faces.bean.SessionScoped; @ManagedBean(name=3D"editorBean") @SessionScoped() public class EditorBean { private String value =3D ""; = public String getValue() { return value; } public void setValue(String value) { this.value =3D value; } } 6. Right-click on test.xhtml, select "Debug As"->"Debug on Server", of the = servers select GlassFish 4.0 and click button "Finish". 7. Navigate to the /faces/test.xhtml in Chrome (version 34.0.1847.116 m) or= Internet Explorer (version 11.0.9600.16659). 8. Hover the mouse over the toolbar of the editor. Note that the buttons of= the editor start to move in unreasonable way (Internet Explorer) or toolti= ps of the buttons start to flicker (Chrome). = > rich:editor is flickering on mouse hover > ---------------------------------------- > > Key: RF-13604 > URL: https://issues.jboss.org/browse/RF-13604 > Project: RichFaces > Issue Type: Bug > Security Level: Public(Everyone can see) = > Affects Versions: 4.3.5 > Environment: Windows 7, Glassfish 4, Java 1.7, JSF2.2, Chrome (ve= rsion 34.0.1847.116 m) or Internet Explorer (version 11.0.9600.16659) > Reporter: Serge Rogatch > Labels: editor, glassfish, jsf22 > > Initially the rich:editor component didn't render, throwing some errors i= n JavaScript ( https://community.jboss.org/message/867978 ), however afterw= ards I was not able to reproduce that in a newly created project. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira --===============4282407834459827085==--