Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: EE-3.3.0.GA_P01, 4.0.BETA
-
Fix Version/s: EE-3.3.0.GA_P01, 4.0.BETA
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces3/trunk revision# 37332
icefaces-ee-3.3.0.GA_P01/icefaces tag revision# 37405
-
Assignee Priority:P1
Description
1. When changing the tooltip position dynamically with speechBubble enabled and then displaying it the tooltip renders in the incorrect location. Only reproducible in IE8.
To reproduce:
1) Build / deploy test app located at: http://server.ice:8888/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Nightly/tooltip
2) Navigate to 'Tooltip Dynamic Attribute Test' in IE8
3) Click 'rendered' checkbox
4) Click 'speechBubble' checkbox
5) Change 'position' to 'bottomRight'
6) Highlight over the text 'I generate a tooltip if for=tooltipOutput' to display the tooltip
Tooltip will be rendered in the incorrect location, see screenshot. The tooltip will render correctly on the second try.
2. There is a JS error occurring in IE10 when trying to display the tooltip on any of the test pages:
Message: Member not found.
Line: 2582
Char: 17
Code: 0
URI: http://icepc4:8080/tooltip/javax.faces.resource/util/ace-jquery.uncompressed.js.jsf?ln=icefaces.ace&v=3_4_0_130807
This can be reproduced by navigating to any of the test pages in IE10 and trying to render the tooltip.
To reproduce:
1) Build / deploy test app located at: http://server.ice:8888/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Nightly/tooltip
2) Navigate to 'Tooltip Dynamic Attribute Test' in IE8
3) Click 'rendered' checkbox
4) Click 'speechBubble' checkbox
5) Change 'position' to 'bottomRight'
6) Highlight over the text 'I generate a tooltip if for=tooltipOutput' to display the tooltip
Tooltip will be rendered in the incorrect location, see screenshot. The tooltip will render correctly on the second try.
2. There is a JS error occurring in IE10 when trying to display the tooltip on any of the test pages:
Message: Member not found.
Line: 2582
Char: 17
Code: 0
URI: http://icepc4:8080/tooltip/javax.faces.resource/util/ace-jquery.uncompressed.js.jsf?ln=icefaces.ace&v=3_4_0_130807
This can be reproduced by navigating to any of the test pages in IE10 and trying to render the tooltip.
Issue does not need to be fixed within ICEfaces code, but rather by adjusting the IE configuration settings to not use IE7 standards mode.