Rank: Member Groups: Member
Joined: 10/31/2007 Posts: 18
|
I have 3 text boxes in my dialog box... I have ismodal set to true... yet when I tab through the textboxes... between each texbox it focuses in a field in the form behind. ??
I've tried to set the tab index to: -1, -1, -1 1, 2, 3 1,1,1
Nothing seems to work?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Ray,
Very interesting question. The dialog box does not define a new "tab group", which means the whole page is still within the same tab group, thus you are able to tab into the form behind. We will look into it and see what we can do, since browser has no built-in support for local tab groups, there is no guarantee that this can be implemented though.
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
This issue is addressed in build 2007.2.47.
|