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).
Activity
Carmen Cristurean
created issue -
Carmen Cristurean
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | EE-3.3.0.GA_P02 [ 11371 ] |
Carmen Cristurean
made changes -
Attachment | Capture.PNG [ 17200 ] |
Ken Fyten
made changes -
Assignee | Arturo Zambrano [ artzambrano ] | |
Assignee Priority | P2 [ 10011 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41215 | Tue May 27 10:30:17 MDT 2014 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/dataTable/dataTableScrolling.xhtml
|
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Security | Private [ 10001 ] | |
Fix Version/s | 4.0 [ 11382 ] | |
Affects Version/s | EE-3.3.0.GA_P01 [ 11174 ] | |
Affects Version/s | EE-3.3.0.GA_P02 [ 11371 ] |
Ken Fyten
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Ken Fyten
made changes -
Summary | showcase - ace:dataTable Scrolling demo columns misalignment in config panel | showcase - ace:dataTable Scrolling demo columns misalignment in config panel (IE10) |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41275 | Mon Jun 02 17:40:49 MDT 2014 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/dataTable/dataTableScrolling.xhtml
|
Arturo Zambrano
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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.