Announcement

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

    setGlobalTabIndex problems on modal window

    Hello,
    I'm using smartGWT 5.0p, IE11 and I encountered a problem when using setGlobalTabIndex methods.
    When I use this in a modal window the tab order is not ok, in my attached exmaple order should be field1-field7 , but is field1-field4, field6, field7, field5.
    But if window is not modal everything works fine.
    In attached file you can find my class, l is not working as expected, if you comment last line of code "this.setIsModal(true); " everything works fine.
    Can you tell me if something is wrong on my code?


    Best regards,
    Marius
    Attached Files
Working...
X