Reputation: 14594
Im working on an ASP.Net web forms application, where I have a form and the Index is working correctly, until I select a value from one specific control, a dropdownlist. After that no matter what control I am on if I press TAB it will go to the URL/Address Bar, from there to the search bar and then again to the URL bar...
Has anybody has something like this happen to them?
Thanks!
Upvotes: 1
Views: 2397
Reputation: 14594
Hmmm I solved it.. well... found the cause.. it seems that in a part of the code after changing DropDownList it fired a "loading" dialog from ComponentArt, which apparently is not working, the dialog is not visible but it IS screwing up the tab order, took it away and its working now....
Upvotes: 1