From 8e132eab0836b1fb684a8b81b2966a280e8073e4 Mon Sep 17 00:00:00 2001 From: Pradip Parkale Date: Tue, 15 Sep 2020 13:03:18 +0530 Subject: [PATCH] Fixed some accessibility issues. Fixes #5732 --- docs/en_US/release_notes_4_26.rst | 1 + .../misc/file_manager/static/js/utility.js | 8 ++++---- .../templates/file_manager/index.html | 18 +++++++++--------- .../sqleditor/history/query_history_entries.js | 2 +- .../scss/resources/_default.variables.scss | 2 +- .../datagrid/templates/datagrid/filter.html | 2 +- .../datagrid/templates/datagrid/index.html | 9 +++++---- web/pgadmin/tools/debugger/static/js/direct.js | 2 +- .../tools/sqleditor/static/js/sqleditor.js | 2 +- 9 files changed, 24 insertions(+), 22 deletions(-) diff --git a/docs/en_US/release_notes_4_26.rst b/docs/en_US/release_notes_4_26.rst index 09ddd83ea..a34ab2baa 100644 --- a/docs/en_US/release_notes_4_26.rst +++ b/docs/en_US/release_notes_4_26.rst @@ -29,6 +29,7 @@ Bug fixes | `Issue #5426 `_ - Adjusted the height of jobstep code block to use maximum space. | `Issue #5652 `_ - Modified the 'Commit' and 'Rollback' query tool button icons. | `Issue #5722 `_ - Ensure that the user should be able to drop the database even if it is connected. +| `Issue #5732 `_ - Fixed some accessibility issues. | `Issue #5734 `_ - Update the description of GIN and GiST indexes in the documentation. | `Issue #5746 `_ - Fixed an issue where --load-server does not allow loading connections that use pg_services. | `Issue #5748 `_ - Fixed incorrect reverse engineering SQL for Foreign key when creating a table. diff --git a/web/pgadmin/misc/file_manager/static/js/utility.js b/web/pgadmin/misc/file_manager/static/js/utility.js index 6bccbedef..78dfe8126 100644 --- a/web/pgadmin/misc/file_manager/static/js/utility.js +++ b/web/pgadmin/misc/file_manager/static/js/utility.js @@ -589,7 +589,7 @@ define([ } else { item_ele += `
- +
@@ -1260,11 +1260,11 @@ define([ select_box = `
` + gettext('Show hidden files and folders?') + - ` + `
- +
`; } @@ -1542,7 +1542,7 @@ define([ // we remove simple file upload element $('.file-input-container').remove(); $('.upload').remove(); - $('.create').before(' '); + $('.create').before(' '); $('#uploader .upload').off().on('click', function() { // we create prompt diff --git a/web/pgadmin/misc/file_manager/templates/file_manager/index.html b/web/pgadmin/misc/file_manager/templates/file_manager/index.html index fa4db26b5..b914c4444 100644 --- a/web/pgadmin/misc/file_manager/templates/file_manager/index.html +++ b/web/pgadmin/misc/file_manager/templates/file_manager/index.html @@ -9,11 +9,11 @@
@@ -25,31 +25,31 @@
- -
diff --git a/web/pgadmin/static/js/sqleditor/history/query_history_entries.js b/web/pgadmin/static/js/sqleditor/history/query_history_entries.js index 249c93ac9..03ea7c46f 100644 --- a/web/pgadmin/static/js/sqleditor/history/query_history_entries.js +++ b/web/pgadmin/static/js/sqleditor/history/query_history_entries.js @@ -252,7 +252,7 @@ export class QueryHistoryEntries { self.$el = $(`
-
diff --git a/web/pgadmin/tools/datagrid/templates/datagrid/index.html b/web/pgadmin/tools/datagrid/templates/datagrid/index.html index e81a42a47..097a42e91 100644 --- a/web/pgadmin/tools/datagrid/templates/datagrid/index.html +++ b/web/pgadmin/tools/datagrid/templates/datagrid/index.html @@ -17,6 +17,7 @@