Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-4.1.0.GA
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 4 trunk r49216. Tomcat 8, all browsers
-
Assignee Priority:P2
Description
Some of the ace:tabSet showEffect attributes do not render properly. When changing tabs the content is only partially shown in the first 0.5 second, then loads completely. This may be in part because our test machines as well as my PC run very slow.
See attached screen shots:
1.png - The page when first loaded
2.png - After changing to tab 3, the "Ta" and half of the b are what is initially displayed in the content area.
3.png - Tab 3 content now fully loaded.
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/tabSet
/tabsetAttribute.jsf was updated to include additional showEffects.
Many other effects besides "clip" appear to have rendering issues. These effects include:
blind, shake, puff, slide, and bounce.
See attached screen shots:
1.png - The page when first loaded
2.png - After changing to tab 3, the "Ta" and half of the b are what is initially displayed in the content area.
3.png - Tab 3 content now fully loaded.
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/tabSet
/tabsetAttribute.jsf was updated to include additional showEffects.
Many other effects besides "clip" appear to have rendering issues. These effects include:
blind, shake, puff, slide, and bounce.
Activity
Assignee | Arturo Zambrano [ artzambrano ] | |
Fix Version/s | 4.2 [ 12870 ] | |
Assignee Priority | P2 [ 10011 ] |
Assignee | Arturo Zambrano [ artzambrano ] | Mircea Toma [ mircea.toma ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #49619 | Thu Dec 01 17:58:57 MST 2016 | mircea.toma | |
Files Changed | ||||
![]() |
Attachment | 4.png [ 22391 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #49635 | Wed Dec 07 11:12:38 MST 2016 | mircea.toma | |
Files Changed | ||||
![]() |
Fix Version/s | 4.2.BETA [ 13091 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Set temporarily (just before animation is run) the width of the content element to match the width node will have once displayed inside the tab. This allows for the animation to run with an element that does not have a width set to zero by the display: none CSS rule.