Skip to content

Commit 93a7c7a

Browse files
committed
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2 parents e4ac31a + 9be21b6 commit 93a7c7a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ phpMyAdmin - ChangeLog
4141
- issue Fixed incorrect escaping of special MySQL characters on some pages
4242
- issue #17188 Fix GIS visualization with an edited query
4343
- issue #17418 Remove the use of the deprecated `strftime` function in OpenDocument exports
44+
- issue #17111 Enable tabindex recompute on preview button while insert new rows
4445

4546
5.1.3 (2022-02-10)
4647
- issue #17308 Fix broken pagination links in the navigation sidebar

templates/table/insert/actions_panel.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
{{ show_hint('Use TAB key to move from value to value, or CTRL+arrows to move anywhere.'|trans) }}
3333
</td>
3434
<td colspan="3" class="text-end align-middle">
35-
<input type="button" class="btn btn-secondary preview_sql" value="{% trans 'Preview SQL' %}">
35+
<input type="button" class="btn btn-secondary preview_sql control_at_footer" value="{% trans 'Preview SQL' %}">
3636
<input type="reset" class="btn btn-secondary control_at_footer" value="{% trans 'Reset' %}">
3737
<input type="submit" class="btn btn-primary control_at_footer" value="{% trans 'Go' %}" id="buttonYes">
3838
</td>

0 commit comments

Comments
 (0)