Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P02
-
Fix Version/s: 4.0, EE-3.3.0.GA_P03
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P2
-
Support Case References:Support Case #12619 - https://icesoft.my.salesforce.com/5007000000ZCsbc
Description
When and ace:dataTable is set to use scrolling an the number of items that are shown is less than the scroll height, a scrollbar is still shown and this is causing an alignment issue with the header and body columns.
Activity
Arran Mccullough
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | Column-Alignment-Issue.jpg [ 17282 ] |
Ken Fyten
made changes -
Fix Version/s | 4.0 [ 11382 ] | |
Fix Version/s | EE-3.3.0.GA_P03 [ 11572 ] |
Ken Fyten
made changes -
Assignee | Arturo Zambrano [ artzambrano ] | |
Assignee Priority | P2 [ 10011 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41860 | Wed Jul 23 19:50:09 MDT 2014 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js
|
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
The following issue can be reproduced with the Showcase demo. Here is a comment from the customer on this:
"I was able to reproduce the problem with your showcase app by changing the DEFAULT_LIST_SIZE value in DataTableData from 30 to 5 to simulate our issue. When the Scolling example under ace:dataTable in showcase is displayed, you will see that the vertical scroll bar is displayed (even though all 5 rows are displayed so no scroll bar should appear) and the column headings are misaligned with the table data. "
I also have a basic test case where I can see the issue as well. Screen shot to be attached shortly.