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
Carmen Cristurean
created issue -
Carmen Cristurean
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Security | Private [ 10001 ] |
Ken Fyten
made changes -
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 | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/sliderentry/slider.js
|
Ken Fyten
made changes -
Salesforce Case | [] | |
Fix Version/s | 3.0 [ 10241 ] |
Nils Lundquist
made changes -
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 | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/sliderentry/slider.js
|
Ken Fyten
made changes -
Fix Version/s | 3.0.RC2 [ 10313 ] |
Nils Lundquist
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Fix Version/s | 3.0.1 [ 10282 ] | |
Fix Version/s | 3.0 [ 10241 ] | |
Fix Version/s | 3.0.RC2 [ 10313 ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Assignee | Nils Lundquist [ nils.lundquist ] | Mark Collette [ mark.collette ] |
Cruz Miraback
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Fix Version/s | 3.0 [ 10241 ] | |
Fix Version/s | 3.0.1 [ 10282 ] | |
Security | Private [ 10001 ] |
Ken Fyten
made changes -
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.