Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.0
-
Fix Version/s: EE-4.1.0.RC1, EE-4.1.0.GA, 4.2.BETA, 4.2
-
Component/s: ACE-Components, Sample Apps
-
Labels:None
-
Environment:Tomcat 7, ICEfaces 4.0, All browsers
Description
After dynamically updating a form, the ace:tooltip id is changed. This can be demonstrated in the ICEfaces 4.0 public demo.
To reproduce:
- Go to http://icefaces-showcase.icesoft.org/showcase.jsf?grp=aceMenu&exp=tooltipOverviewBean
- Mouse over the Camaro Button, the id of the tooltip is "qtip-form:tooltipCamaro-content"
- In the top selectmenu change the Effect to "Grow Effect"
- Mouse over the Camaro button again, the id of the tooltip is "qtip-0-content"
- In the top selectmenu change the Effect to "Fade Effect"
- Mouse over the Camaro button again, the id of the tooltip is "qtip-1-content"
To reproduce:
- Go to http://icefaces-showcase.icesoft.org/showcase.jsf?grp=aceMenu&exp=tooltipOverviewBean
- Mouse over the Camaro Button, the id of the tooltip is "qtip-form:tooltipCamaro-content"
- In the top selectmenu change the Effect to "Grow Effect"
- Mouse over the Camaro button again, the id of the tooltip is "qtip-0-content"
- In the top selectmenu change the Effect to "Fade Effect"
- Mouse over the Camaro button again, the id of the tooltip is "qtip-1-content"
Verified ICEfaces 4 trunk r48120. Tomcat 8, FF 43, Chrome 48, IE 11, 10, 9, 8.