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
Activity
Liana Munroe
created issue -
Liana Munroe
made changes -
Liana Munroe
made changes -
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. |
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 |
Ken Fyten
made changes -
Assignee | Arturo Zambrano [ artzambrano ] | |
Fix Version/s | 4.1 [ 11375 ] | |
Fix Version/s | EE-3.3.0.GA_P04 [ 12270 ] | |
Priority | Major [ 3 ] | Minor [ 4 ] |
Assignee Priority | P2 [ 10011 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #45011 | Thu Jun 11 12:23:59 MDT 2015 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableRenderer.java
MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js |
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Liana Munroe
made changes -
Attachment | footer.PNG [ 19988 ] | |
Attachment | footer2.PNG [ 19989 ] |
Liana Munroe
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #45046 | Tue Jun 16 15:24:49 MDT 2015 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #45087 | Tue Jun 23 10:37:00 MDT 2015 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js
|
Arturo Zambrano
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Mistah Mikey
made changes -
Comment |
[ Still not there. FYI, in my footer, I do have a couple of h:panelGroups that contain a few components. Here is what I am experiencing. In my datatable, I have an edit control. Here is what I am seeing:
1) First display of table - edit Control not enabled - footer is sized to about 1 pixel or so less than the current datatable width - footer does not resize when browser window is resized 2) Edit Control is enabled - footer resizes to about 1 pixel or so less than the current datatable width - footer does not resize when browser window is resized 3) Edit Control is disabled - same behavior as in (2) Let me know if I can provide any additional info. Unfortunately, the system on which I do development is not connected to the internet, nor can I remove software from the system, so I am unable to send you my code. ] |
Carmen Cristurean
made changes -
Attachment | footer-no-rows.PNG [ 20182 ] |
Ken Fyten
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #45579 | Tue Jul 07 14:04:02 MDT 2015 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js
|
Arturo Zambrano
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51499 | Tue May 09 14:26:01 MDT 2017 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js
|
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.