Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 4.0, EE-4.0.0.GA, EE-3.3.0.GA_P03
-
Fix Version/s: 4.1, EE-3.3.0.GA_P04
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Tomcat 7, all browsers, ICEfaces 4 trunk r45004.
-
Assignee Priority:P2
Description
Scenario - a dataTable that has column resizing, a footer facet and ace:rowEditor/ace:cellEditor. When the edit function is activated, and the resulting editing view changes the dataTable width to match the rowEditor width, the footer does not resize to match the new dataTable width. Test apps (/views/cellEditFooter.jsf) located at:
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Nightly/dataTable
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/dataTable
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Nightly/dataTable
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/dataTable
Committed fix to the 4.1 trunk at revision 45011 and to the 3.3 EE maintenance branch at revision 45013. Added function to adjust the width of the footer to that of the table body when editing rows.