Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.1-Beta
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 2.1 Beta
-
Assignee Priority:P1
Description
Setting a column that is used in a stacked columnGroup header section isn't working. If sorting is set on the top stacked column or both columns sorting is working. When it is only set on the bottom stacked column it displays the both sort arrows as selected and sorting does not occur when they are clicked.
-
Hide
- Case10553Example3.zip
- 18 kB
- Arran Mccullough
-
- Case10553Example3/build.xml 3 kB
- Case10553Example3/.../ant-deploy.xml 2 kB
- Case10553Example3/.../build-impl.xml 58 kB
- Case10553Example3/.../genfiles.properties 0.5 kB
- Case10553Example3/.../private.properties 0.5 kB
- Case10553Example3/nbproject/.../private.xml 0.2 kB
- Case10553Example3/.../project.properties 3 kB
- Case10553Example3/nbproject/project.xml 0.9 kB
- Case10553Example3/src/conf/MANIFEST.MF 0.0 kB
- Case10553Example3/src/.../example/Item.java 2 kB
- Case10553Example3/src/.../TestBean.java 0.7 kB
- Case10553Example3/web/.../context.xml 0.1 kB
- Case10553Example3/web/WEB-INF/web.xml 2 kB
- Case10553Example3/.../welcomeICEfaces.xhtml 4 kB
-
Hide
- Case10553Example3.war
- 7.39 MB
- Arran Mccullough
-
- META-INF/MANIFEST.MF 0.1 kB
- META-INF/context.xml 0.1 kB
- WEB-INF/classes/com/.../example/Item.class 2 kB
- WEB-INF/classes/.../example/TestBean.class 1 kB
- WEB-INF/lib/commons-beanutils.jar 226 kB
- WEB-INF/lib/commons-collections.jar 558 kB
- WEB-INF/lib/commons-digester.jar 140 kB
- WEB-INF/lib/commons-logging.jar 52 kB
- WEB-INF/lib/icefaces-ace.jar 1.43 MB
- WEB-INF/lib/icefaces-compat.jar 2.29 MB
- WEB-INF/lib/icefaces.jar 236 kB
- WEB-INF/lib/javax.faces.jar 2.48 MB
- WEB-INF/web.xml 2 kB
- welcomeICEfaces.xhtml 4 kB
-
- columnGroup-stacked-sort.JPG
- 118 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
This may be due to the way stacked is handling styling. My understanding is that only the styling for the left-most column in a stack is applied to the column. That would result in this issue where req. styling for sorting wouldn't be rendered into the column if the first column in the stack isn't sortable.
Maybe the renderer can be smart enough to render out the styling required for sorting in this case?
Show
Ken Fyten
added a comment - This may be due to the way stacked is handling styling. My understanding is that only the styling for the left-most column in a stack is applied to the column. That would result in this issue where req. styling for sorting wouldn't be rendered into the column if the first column in the stack isn't sortable.
Maybe the renderer can be smart enough to render out the styling required for sorting in this case?
Fixed in r26050
Show
Nils Lundquist
added a comment - Fixed in r26050
Looking at the rendered code in Firebug it seems to be missing an element style class for "opacity:0.2"