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

        Hide
        Frank Ye added a comment -

        wrong jira case referenced.
        #17546 is for jira ICE-3346.

        Show
        Frank Ye added a comment - wrong jira case referenced. #17546 is for jira ICE-3346 .

          People

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

            Dates

            • Created:
              Updated:
              Resolved: