Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    grid header button sort icon misplaced when showHeaderContextMenu is false

    SmartClient Version: SNAPSHOT_v13.1d_2024-07-03/AllModules Development Only (built 2024-07-03)

    SmartClient Version: v13.0p_2024-07-03/AllModules Development Only (built 2024-07-03)

    Hello, please try this test case:

    Code:
    isc.ListGrid.create({
        ID:"dsListGrid",
        width: "100%",
        height: "100%",
        showHeaderContextMenu: false,
        autoFetchData: true,
        initialSort:[{property:"itemName", direction:"ascending"}],
        dataSource: "supplyItem"
    });
    you'll see that the arrow_upward icon is misplaced



    this if you reverse it:



    similar problem also with others flat skins (the icon is on the left, near the title)

    #2
    hi Claudio,

    We didn't get your screenshots, for some reason, but we see what you're describing.

    We've fixed the first issue in Shiva, for tomorrow's builds, but your second point isn't a bug - it looks like we've always put the sort arrow next to the text when showHeaderContextMenu is false, at least back to the dawn of Tahoe in 10.x.

    Shout if you think there's a good argument for changing that legacy behavior.

    Comment


      #3
      SmartClient Version: SNAPSHOT_v13.1d_2024-07-06/AllModules Development Only (built 2024-07-06)

      Originally posted by Isomorphic View Post
      hi Claudio,

      We didn't get your screenshots, for some reason, but we see what you're describing.

      We've fixed the first issue in Shiva, for tomorrow's builds,
      I see it's fixed, thank you very much
      Originally posted by Isomorphic View Post
      but your second point isn't a bug - it looks like we've always put the sort arrow next to the text when showHeaderContextMenu is false, at least back to the dawn of Tahoe in 10.x.

      Shout if you think there's a good argument for changing that legacy behavior.
      ​​​​​​​no problem, fair enough

      Comment

      Working...
      X