Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Invalid
-
Affects Version/s: 2.1-Beta2
-
Fix Version/s: 3.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Tomcat 7.0.12
-
Assignee Priority:P1
Description
When applying the styleClass attribute to ace:column like this:
<ace:column styleClass="columnAlignLeft">
in css:
.columnAlignLeft{
text-align: left;
}
We see the text aligned to the left in the first row, but not any of the subsequent rows. See the attached screenshot from the poc which shows the problem in the id column (text-align: left) and the name column (text-align: right)
<ace:column styleClass="columnAlignLeft">
in css:
.columnAlignLeft{
text-align: left;
}
We see the text aligned to the left in the first row, but not any of the subsequent rows. See the attached screenshot from the poc which shows the problem in the id column (text-align: left) and the name column (text-align: right)
Issue Links
- is duplicated by
-
ICE-7459 ace:column - styleClass only applied to first table row
- Open
Issue was with CSS rule priority rather than the rendering of the styleClass.