Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.3
-
Fix Version/s: EE-4.3.0.GA
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
Description
When a column that has filtering enabled is pinned, the header cell covers the first body cell, due to the header cell being taller because of the filter input field. This happens when the columns that have filtering are all pinned, so that the unpinned columns don't have a natural way of extending their height. All header cells, pinned and unpinned, should be adjusted to have the same height and avoid covering body cells.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] |
Fix Version/s | EE-4.3.0.GA [ 13103 ] |
Description | When a column that has filtering enabled is pinned, the header cell covers the first body cell, due to the header cell being taller because of the filter input field. All header cells should be adjusted to have the same height and avoid covering body cells. | When a column that has filtering enabled is pinned, the header cell covers the first body cell, due to the header cell being taller because of the filter input field. This happens when the columns that have filtering are all pinned, so that the unpinned columns don't have a natural way of extending their height. All header cells, pinned and unpinned, should be adjusted to have the same height and avoid covering body cells. |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #52694 | Thu Aug 16 13:39:03 MDT 2018 | art.zambrano | |
Files Changed | ||||
![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
r52694: a fix to set all header cells to the same height when there's one or more pinned columns; also a fix to avoid removing dynamic stylesheets when the table is rebuilt as a consequence of a filtering operation on a pinned column; changed pinned-filtering fix callback to oncomplete, in stead of onsuccess