Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.2, 1.7RC1
-
Fix Version/s: 1.7.2
-
Component/s: None
-
Labels:None
-
Environment:windows 2000 advanced server, tomcat 6.0.16, icefaces 1.7RC1
-
ICEsoft Forum Reference:
-
Support Case References:
Description
The table header is displaced when headerRow is used in a scrollable table.
See http://www.icefaces.org/JForum/posts/list/7836.page
See http://www.icefaces.org/JForum/posts/list/7836.page
Issue Links
- depends on
-
ICE-3151 DataTable: text-overflow: ellipsis does not work in IE6
- Closed
Activity
David Soul
created issue -
Wolfgang Müller
made changes -
Michael Thiem
made changes -
Issue Type | Improvement [ 4 ] | Bug [ 1 ] |
Michael Thiem
made changes -
Support Case References | https://www.icesoft.ca:4443/supportilla/show_bug.cgi?id=5038 |
Ken Fyten
made changes -
Assignee Priority | P2 | |
Assignee | Yip Ng [ yip.ng ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17311 | Thu Aug 07 16:03:04 MDT 2008 | yip.ng | Added div as header spacer for scrollable table. |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/bridge/lib/extras/dataTable.js
MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/TableRenderer.java MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/renderkit/dom_html_basic/TableRenderer.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17312 | Thu Aug 07 16:04:06 MDT 2008 | yip.ng | Added div as header spacer for scrollable table. |
Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/bridge/lib/extras/dataTable.js
MODIFY /icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/renderkit/dom_html_basic/TableRenderer.java MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/TableRenderer.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17331 | Mon Aug 11 17:32:05 MDT 2008 | yip.ng | Added header spacer in headerRow when table is scrollable. |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/TableRenderer.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17332 | Mon Aug 11 17:38:04 MDT 2008 | yip.ng | Added header spacer in headerRow when table is scrollable. |
Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/TableRenderer.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17346 | Tue Aug 12 15:46:51 MDT 2008 | yip.ng | Added check for empty table to prevent JS error. |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/bridge/lib/extras/dataTable.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17347 | Tue Aug 12 15:48:39 MDT 2008 | yip.ng | Added check for empty table to prevent JS error. |
Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/bridge/lib/extras/dataTable.js
|
yip.ng
made changes -
Summary | Datatable: displaced table-header | Datatable: displaced table-header when headerRow is used in a scrollable table |
Description |
The header is a displaced. See http://www.icefaces.org/JForum/posts/list/7836.page |
The table header is displaced when headerRow is used in a scrollable table. See http://www.icefaces.org/JForum/posts/list/7836.page |
Attachment | screenshot-1.jpg [ 11163 ] |
yip.ng
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 1.7.2 [ 10130 ] | |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7.2RC1 [ 10140 ] | |
Fix Version/s | 1.7.2 [ 10130 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7.2 [ 10130 ] | |
Fix Version/s | 1.7.2RC1 [ 10140 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P2 | |
Assignee | Yip Ng [ yip.ng ] |
this really seems to be a bug since when the scrollable attribute is set to false the table renders correctly.