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
Activity
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Security | Private [ 10001 ] |
Salesforce Case | [] | |
Assignee Priority | P2 | |
Assignee | Nils Lundquist [ nils.lundquist ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26835 | Mon Dec 12 14:17:02 MST 2011 | nils.lundquist | |
Files Changed | ||||
![]() |
Salesforce Case | [] | |
Fix Version/s | 3.0 [ 10241 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26903 | Thu Dec 15 14:10:47 MST 2011 | nils.lundquist | |
Files Changed | ||||
![]() |
Fix Version/s | 3.0.RC2 [ 10313 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Salesforce Case | [] | |
Fix Version/s | 3.0.1 [ 10282 ] | |
Fix Version/s | 3.0 [ 10241 ] | |
Fix Version/s | 3.0.RC2 [ 10313 ] |
Salesforce Case | [] | |
Assignee | Nils Lundquist [ nils.lundquist ] | Mark Collette [ mark.collette ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Salesforce Case | [] | |
Fix Version/s | 3.0 [ 10241 ] | |
Fix Version/s | 3.0.1 [ 10282 ] | |
Security | Private [ 10001 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
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.