Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1
-
Fix Version/s: 3.2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:IE7, IE8/9 Compat Mode
-
Workaround Exists:Yes
-
Workaround Description:Remove the width and custom CSS.
Description
An ace:dataTable is included in a toggleable ace:panel. When displayed in IE7 or IE8/9 Compat modes and the ace:panel is expanded, the ace:dataTable is shown as being shifted down until the mouse is moved where it will snap back to its correct position.
The other issue is when this is used in an ace:panelExpansion of a parent ace:dataTable. The issue here is that the nested dataTable headers are shifted down until the mouse is moved.
All of these issues seem to be due to setting the style attribute of the ace:dataTable to use a percentage or pixel width. For example: style="width: 100%;"
Also the follow custom CSS also shows the issue with the nested dataTable:
.ui-datatable th {
position: static !important;
}
The other issue is when this is used in an ace:panelExpansion of a parent ace:dataTable. The issue here is that the nested dataTable headers are shifted down until the mouse is moved.
All of these issues seem to be due to setting the style attribute of the ace:dataTable to use a percentage or pixel width. For example: style="width: 100%;"
Also the follow custom CSS also shows the issue with the nested dataTable:
.ui-datatable th {
position: static !important;
}
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | Case11532Example.zip [ 14805 ] | |
Attachment | Case11532Example.war [ 14806 ] |
Salesforce Case | [5007000000NIWTn] |
Fix Version/s | 3.2 [ 10338 ] | |
Assignee Priority | P1 | |
Assignee | Nils Lundquist [ nils.lundquist ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30571 | Wed Aug 22 11:51:23 MDT 2012 | nils.lundquist | |
Files Changed | ||||
![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P1 [ 10010 ] |
Attached test case that shows the behavior.
Steps: