Tab order in modal popup not executing correctly.

2
I have a dataview containing 2 text boxes. When I open the form the cursor is positioned on text box 1. I enter some data then TAB. Instead of tabbing to the next text box the focus now switches to the entire form, with no cursor showing. Subsequent TABs take it back to text box 1 then text box 2, save, cancel, entire form, text box 1 etc. If I open the same form as a popup (not modal) then it TABs correctly; i.e. text box 1, text box 2, save, cancel, entire form, text box 1 etc. Is this known behaviour & if so is it due to be corrected? Thanks.
asked
1 answers
2

Does this topic answer your question? https://forum.mendix.com/questions/246/Using-Tab-index-property

If it is not working correctly after setting the tab order correctly, please file a bug report in mxdn.

answered