Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2-EE-GA_P01
-
Fix Version/s: 1.8.3, 1.8.2-EE-GA_P02
-
Component/s: ICE-Components
-
Labels:None
-
Environment:-
Description
<ice:commandSortHeader columnName="#{listBean.currentColumnName}" arrow="true">
<ice:panelGroup>
<ice:outputText value="#{myColumn}"/>
</ice:panelGroup>
</ice:commandSortHeader>
produces the content shown in the two attached screen shots.
<ice:panelGroup>
<ice:outputText value="#{myColumn}"/>
</ice:panelGroup>
</ice:commandSortHeader>
produces the content shown in the two attached screen shots.
Activity
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee Priority | P1 |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #22053 | Wed Jul 28 13:00:57 MDT 2010 | yip.ng | |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/commandsortheader/CommandSortHeaderRenderer.java
|
| Attachment | SC9298-nullSortHeader.zip [ 12469 ] |
| Attachment | screenshot-07.png [ 12468 ] |
| Attachment | screenshot-06.png [ 12467 ] |
| Attachment | screenshot-05.png [ 12466 ] |
| Attachment | screenshot-04.png [ 12465 ] |
| Attachment | screenshot-03.png [ 12464 ] |
| Assignee Priority | P1 | |
| Assignee | Yip Ng [ yip.ng ] |
| Fix Version/s | 1.8.2-EE-GA_P02 [ 10226 ] | |
| Fix Version/s | 1.8.3 [ 10211 ] |
| Salesforce Case | [5007000000C5GhZ] |
| Attachment | 9298_firebug.jpg [ 12446 ] |
| Field | Original Value | New Value |
|---|---|---|
| Attachment | 9298_screen.jpg [ 12445 ] |

Dom tree looks correct. Here is the log output:
root = [a: null]
child = [div: null]
child.getNodeType() = 1
child = [span: null]
The required CSS entry is already in our theme stylesheets. The user seems to be using an outdated copy of the theme stylesheet in the web application itself, not from icefaces.jar.