Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-4.0.0.GA, EE-3.3.0.GA_P03
-
Fix Version/s: EE-4.1.0.RC1, EE-4.1.0.GA, EE-3.3.0.GA_P04, 4.2.BETA, 4.2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All browsers, Tomcat 7/8.
-
Assignee Priority:P2
Description
An ace:fileEntry is inside Tab 1 in an ace:tabSet. When changing the tab, the content in the second tab, (in this case an h:outputText), is not displayed. The fileEntry itself in the first tab works properly.
If the fileEntry is removed from the application the content is shown in the second tab.
The issue is somewhat different with EE-3.3.0 maintenance branch. Occasionally the content from the second tab is not displayed only during the first time changing to it. Afterwards, when changing between tabs the content from tab 2 is always displayed.
This issue can be demonstrated with the /fileEntryAceTabSet.jsf application found at:
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/fileEntry
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Nightly/fileEntry
If the fileEntry is removed from the application the content is shown in the second tab.
The issue is somewhat different with EE-3.3.0 maintenance branch. Occasionally the content from the second tab is not displayed only during the first time changing to it. Afterwards, when changing between tabs the content from tab 2 is always displayed.
This issue can be demonstrated with the /fileEntryAceTabSet.jsf application found at:
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/fileEntry
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Nightly/fileEntry
Issue Links
- blocks
-
ICE-11562 ace:fileEntry inside ace:tabSet causes other tabs not to render
- Open
The issue is triggered by the call to StateManager.getViewState method in FileEntryFormSubmit. The call will trigger component state saving but at the time when not all components had a chance to render and save all of their state changes, this includes the tab set of course.