ICEfaces
  1. ICEfaces
  2. ICE-2234

Columns doesn't work with CommandSortHeader

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.6.1
    • Fix Version/s: 1.6.2, 1.7DR#3, 1.7
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      n/a
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      wrap commandSortHeader in a div:

      <f:facet name="header">
                            <div>
        <ice:commandSortHeader columnName="#{page1.columnDataModel.rowData}" arrow="true">
        <ice:outputText value="#{page1.columnDataModel.rowData}"/>
        </ice:commandSortHeader>
        </div>
        </f:facet>
      Show
      wrap commandSortHeader in a div: <f:facet name="header">                       <div>   <ice:commandSortHeader columnName="#{page1.columnDataModel.rowData}" arrow="true">   <ice:outputText value="#{page1.columnDataModel.rowData}"/>   </ice:commandSortHeader>   </div>   </f:facet>

      Description

      The commandSortHeader does not work with the columns component In the UIColumns class when doing the processDecodes in the Apply Request Values phase the facet component is being skipped and only the the facet children are being decoded. This skips the commandSortHeader if used

        Activity

        Philip Breau created issue -
        Philip Breau made changes -
        Field Original Value New Value
        Support Case References https://www.icesoft.ca:4443/supportilla/show_bug.cgi?id=4376
        Ken Fyten made changes -
        Fix Version/s 1.6.2 [ 10111 ]
        Assignee Yip Ng [ yip.ng ]
        Ken Fyten made changes -
        Assignee Yip Ng [ yip.ng ] Adnan Durrani [ adnan.durrani ]
        Adnan Durrani made changes -
        Status Open [ 1 ] In Progress [ 3 ]
        Adnan Durrani made changes -
        Status In Progress [ 3 ] Resolved [ 5 ]
        Fix Version/s 1.7DR#3 [ 10112 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Issue Type Bug [ 1 ] Improvement [ 4 ]
        Ken Fyten made changes -
        Fix Version/s 1.7 [ 10080 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Assignee Adnan Durrani [ adnan.durrani ]

          People

          • Assignee:
            Unassigned
            Reporter:
            Philip Breau
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: