Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.RC1
-
Fix Version/s: 3.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:HideIcefaces3 revision 26775
Browser: IE7, IE8, IE9
Server: Tomcat6
Test application: http://server.ice:8888/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Nightly/sliderShowIcefaces3 revision 26775 Browser: IE7, IE8, IE9 Server: Tomcat6 Test application: http://server.ice:8888/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Nightly/slider
-
Assignee Priority:P2
Description
Ace:slider does not render on page inside the ace:tabSet when first loading the test page. It will render only after switching tabs.
To reproduce the issue:
- deploy the test application
- load the test page in IE: http://localhost:8080/slider/sliderSparkleTabSet.jsf
To reproduce the issue:
- deploy the test application
- load the test page in IE: http://localhost:8080/slider/sliderSparkleTabSet.jsf
Fixed in 26835 - Fixed by adding 1 millisecond delayed call to enable slider following slider creation. Even though the slider should already be in its "enabled" state following creation, something about creation doesn't toggle visibility on IE, and neither does setting the slider to be enabled immediately following creation. However setting up a timeout for the slider to re-enable itself, although it is already enabled following creation, causes the slider to be displayed as expected.