Announcement

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

    Freeze column causes ListGrid losts focus

    Hi,
    it seems there is a problem with ListGrid -when some column is frozen, the 'gridBody' losts it's 'tabIndex' attribute. And from now on, the grid is not focusable by Tab key pressing.

    I've been able to reproduce it also in SmartGWT Showcase (SmartClient Version: v8.3p_2012-12-28/LGPL Development Only (built 2012-12-28)).
    Please use the Demo Application example, traverse focus by pressing the Tab key from items across the list grid. Then freeze any column and do it again.

    I've tried to find some workaround in our system, but with no success.
    One strange thing: when any column is frozen, there are created two bodies in ListGrid {body, frozenBody} and both, when asked from .js script, have the tabIndex property set correctly, but it is not rendered in .html.
    I'd really need this to be fixed, any suggestions?
Working...
X