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

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #17580 Mon Sep 15 10:46:04 MDT 2008 yip.ng ICE-3446
        Swapped column ascending and descending icon images.
        Files Changed
        Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/resources/css/rime/css-images/column_sort_desc.gif
        Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/resources/css/xp/css-images/column_sort_asc.gif
        Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/resources/css/royale/css-images/column_sort_desc.gif
        Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/resources/css/rime/css-images/column_sort_asc.gif
        Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/resources/css/xp/css-images/column_sort_desc.gif
        Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/resources/css/royale/css-images/column_sort_asc.gif
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #17579 Mon Sep 15 10:45:19 MDT 2008 yip.ng ICE-3446
        Swapped column ascending and descending icon images.
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/resources/css/xp/css-images/column_sort_desc.gif
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/resources/css/royale/css-images/column_sort_desc.gif
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/resources/css/xp/css-images/column_sort_asc.gif
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/resources/css/royale/css-images/column_sort_asc.gif
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/resources/css/rime/css-images/column_sort_desc.gif
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/resources/css/rime/css-images/column_sort_asc.gif
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #17546 Thu Sep 11 08:52:01 MDT 2008 frank.ye ICE-3446 SecretRenderer passThruAttributes
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/SecretRenderer.java

          People

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

            Dates

            • Created:
              Updated:
              Resolved: