The preview sql button tabindex is never refreshed #17111
Labels
Bug
A problem or regression with an existing feature
has-pr
An issue that has a pull request pending that may fix this issue. The pull request may be incomplete
help wanted
ui
Issues relating to the user interface
Milestone
Describe the bug
Adding more rows in the form on tbl_change.php didn't change the tabindex of the preview sql button. (default tabindex seems to be 2*number of column + 6 ). If you have more fields than this field, your focus will jump onto the preview button.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The focus should be in the first field of the 4th row
Server configuration
Client configuration
Additional context
An extension like this one help a lot.
The behavior can be easly fixed but i'm not aware of what it involves so i create an issue instead of a PR :
control_at_footerclass to the preview sql button hereThe text was updated successfully, but these errors were encountered: