ICEfaces
  1. ICEfaces
  2. ICE-3446

ice:commandSortHeader ascending and descending icons are backwards for all themes

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.7.1
    • Fix Version/s: 1.7.2
    • Component/s: None
    • Labels:
      None
    • Environment:
      N/A
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      Create a custom CSS that overrides the background-image attribute of the iceCmdSrtHdrAsc class and iceCmdSrtHdrDesc classes:

      .iceCmdSrtHdrAsc {
         background-image: url(./css-images/column_sort_desc.gif)
      }

      .iceCmdSrtHdrDesc {
         background-image: url(./css-images/column_sort_asc.gif)
      }

      Show
      Create a custom CSS that overrides the background-image attribute of the iceCmdSrtHdrAsc class and iceCmdSrtHdrDesc classes: .iceCmdSrtHdrAsc {    background-image: url(./css-images/column_sort_desc.gif) } .iceCmdSrtHdrDesc {    background-image: url(./css-images/column_sort_asc.gif) }

      Description

      If the bug is FIXED, then:

      When the results of a query (displayed in an ice:dataTable) are displayed in ascending order, then the icon should point upward. Similarly, when the results of a query are displayed in descending order, then the icon should point downward.

      If still BROKEN, then:

      When the results of a query are displayed in ascending order, then the icon will be pointing downward. When the results of a query are displayed in descending order, then the icon will be pointing upward.

      This can be resolved by swapping the filenames for column_sort_asc.gif and column_sort_desc.gif in each of the theme directories.
       

        Activity

        Neil Griffin created issue -
        Ken Fyten made changes -
        Field Original Value New Value
        Fix Version/s 1.7.2 [ 10130 ]
        Assignee Priority P2
        Assignee Yip Ng [ yip.ng ]
        yip.ng made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Assignee Priority P2
        Assignee Yip Ng [ yip.ng ]

          People

          • Assignee:
            Unassigned
            Reporter:
            Neil Griffin
          • Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: