Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P01
-
Fix Version/s: EE-3.3.0.GA_P02, 4.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Jenkins EE 3 trunk Build # 425/ 427
Server: Tomcat7
Browsers: all (tested in FF29, IE10, Chrome34)
-
Assignee Priority:P2
Description
showcase > Scrolling:
When Table Height (in pixels) = 500, there is header - columns misalignment in the panelConfig Panel when scrolling to far right, as seen in attached screen shot (all browsers).
When Table Height (in pixels) = 500, there is header - columns misalignment in the panelConfig Panel when scrolling to far right, as seen in attached screen shot (all browsers).
For this particular demo, if we simply removed the 'rows' attribute (and the 'paginator' attribute too, since it wouldn't be needed) from the table in the dialog, there wouldn't be misalignments. What happens is that when scrollable=true and a specified height is significantly larger than the height required to display the number of specified rows, the headers tend to expand to cover the area above of the scrollbar, rendering the header and the body columns misaligned.