Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Fix Version/s: 3.0.1, EE-3.0.0.GA
-
Component/s: ACE-Components
-
Labels:None
-
Environment:HideICEfaces3 Trunk Revision# 27353 / ICEfaces3.0.0.Final-build 5
Server: Tomcat6.0.35
Browsers: Confirmed on Firefox9.01, Chrome16, IE9
Test pages located at: http://server.ice:8888/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/tabsetShowICEfaces3 Trunk Revision# 27353 / ICEfaces3.0.0.Final-build 5 Server: Tomcat6.0.35 Browsers: Confirmed on Firefox9.01, Chrome16, IE9 Test pages located at: http://server.ice:8888/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/tabset
Description
When ace:ajax is added to an ace:tabSet in server side mode sometimes the tabs don't change completely. Sometimes you can see the initial tab fading out or the new tab fading in, or sometimes the content of the tabSet becomes empty and nothing happens. This doesn't occur when the ace:ajax component is removed from the tabSet.
To reproduce:
1. Build / deploy test app from above location
2. Navigate to TabSet Ajax test (bottom of the page)
3. Try changing tabs in any of the server side tests
It can be quite inconsistent so if it works the first time just try again.
To reproduce:
1. Build / deploy test app from above location
2. Navigate to TabSet Ajax test (bottom of the page)
3. Try changing tabs in any of the server side tests
It can be quite inconsistent so if it works the first time just try again.
Activity
Cruz Miraback
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Fix Version/s | 3.0 [ 10241 ] | |
Assignee Priority | P1 | |
Assignee | Mark Collette [ mark.collette ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Assignee Priority | P1 | P2 |
Ken Fyten
made changes -
Salesforce Case | [] | |
Assignee Priority | P2 | P1 |
Ken Fyten
made changes -
Fix Version/s | 3.0.1 [ 10282 ] | |
Fix Version/s | 3.0 [ 10241 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28150 | Mon Mar 05 06:11:03 MST 2012 | mark.collette | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tabset/tabset.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28151 | Mon Mar 05 06:18:30 MST 2012 | mark.collette | |
Files Changed | ||||
MODIFY
/icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/resources/icefaces.ace/tabset/tabset.js
|
Mark Collette
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Fix Version/s | EE-3.0.0.GA [ 10262 ] | |
Security | Private [ 10001 ] |
Cruz Miraback
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28309 | Tue Mar 13 18:47:25 MDT 2012 | mark.collette | |
Files Changed | ||||
MODIFY
/icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/resources/icefaces.ace/tabset/tabset.js
MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/ajax/AjaxBehaviorRenderer.java |
Mark Collette
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Cruz Miraback
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28342 | Thu Mar 15 06:13:28 MDT 2012 | mark.collette | |
Files Changed | ||||
MODIFY
/icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/resources/icefaces.ace/tabset/tabset.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28343 | Thu Mar 15 07:08:19 MDT 2012 | mark.collette | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tabset/tabset.js
|
Mark Collette
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P1 |
Analysis of the differences of code paths take between the ajax and non-ajax cases showed that the working non-ajax case had code executing after the successful conclusion of the form submit, which was not run in the ajax case. The code was refactored to run in both scenarios, and then the ajax case started working properly.
icefaces3 trunk
Subversion 28150
icefaces-3.0.x-maintenance
Subversion 28151