https://bugzilla.wikimedia.org/show_bug.cgi?id=29199
Jesús Martínez Novo (Ciencia Al Poder) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #25 from Jesús Martínez Novo (Ciencia Al Poder) <[email protected]> --- Gerrit change 134801 doesn't seem to be a proper fix. As I said in bug 46336 comment 3, the tabindex was set automatically (with JavaScript) determining the highest tabindex on the page, which managed to work well unless form fields were added dynamically to the page with hardcoded tabindex, as was the problem with LQT. Now, the "hardcoded tabindex=1" of the search caused the problem in bug 46336 to not be specific of LQT, but to all forms that set up tabindex on the page, whether form fields are added dynamically to the page or not, causing more problems that it was trying to solve. If we're hardcoding the tabindex also in the search, we should increase by 1 the tabindex for all the other elements of the page. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
