Announcement

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

    Bug in list grid header menu when canTabToHeader is set to true

    Hello,
    I'm using SmartGWT 3.1 as of 2012/12/25.

    When I set canTabHeader to true on a list grid, the menu that is drawn when opening with the open menu key shortcut contains items relating to the previous column. This doesn't happen with the first column.
    The bug can be reproduced in the smartclient showcase, in http://www.smartclient.com/#multipleSelect, edit multipleselect.js
    and put:
    Code:
        canTabToHeader: true,
    after:
    Code:
    ID: "countryList",
    I'm including a screenshot with demonstrates the issue. I opened the country column header (2nd one) menu and it shows option to group by flag (1st column).
    Regards,
    Cédric.
    Attached Files

    #2
    We're able to reproduce what you describe with Windows XP SP3 and the Firefox browser. Is that the configuration you're using?

    We've checked in a fix for the SC 8.3p/SGWT 3.1p and SC 9.0d/SGWT 4.0d branches that should be in the next nightly builds.
    Last edited by Isomorphic; 8 Jan 2013, 03:05.

    Comment


      #3
      Hello,
      I've tested this with Chrome 23 on Windows 7.
      Regards,
      Cédric.

      Comment

      Working...
      X