From c93377101692130da019cc283d287d06947c9a8d Mon Sep 17 00:00:00 2001 From: Nikhil Mohite Date: Wed, 23 Dec 2020 12:57:16 +0530 Subject: [PATCH] Fixed accessibility issues in schema diff module. Fixes #6065 --- docs/en_US/release_notes_4_30.rst | 1 + web/pgadmin/static/js/backform.pgadmin.js | 10 +++++----- .../scss/resources/_default.variables.scss | 3 ++- .../scss/resources/dark/_theme.variables.scss | 2 ++ .../high_contrast/_theme.variables.scss | 1 + .../static/js/schema_diff.backform.js | 10 ++++------ .../schema_diff/static/js/schema_diff_ui.js | 16 ++++++++++++++++ .../schema_diff/static/scss/_schema_diff.scss | 4 ++++ 8 files changed, 35 insertions(+), 12 deletions(-) diff --git a/docs/en_US/release_notes_4_30.rst b/docs/en_US/release_notes_4_30.rst index 9fc9961da..d6e88feb9 100644 --- a/docs/en_US/release_notes_4_30.rst +++ b/docs/en_US/release_notes_4_30.rst @@ -25,4 +25,5 @@ Bug fixes | `Issue #6046 `_ - Fixed an issue where the state of the Save File icon does not match the dirty editor indicator. | `Issue #6047 `_ - Fixed an issue where the dirty indicator stays active even if all changes were undone. | `Issue #6058 `_ - Ensure that the rename panel should be disabled when the SQL file opened in the query tool. +| `Issue #6065 `_ - Fixed accessibility issues in schema diff module. | `Issue #6084 `_ - Fixed TypeError exception in schema diff when selected any identical object. diff --git a/web/pgadmin/static/js/backform.pgadmin.js b/web/pgadmin/static/js/backform.pgadmin.js index 26f65cb72..a30d2f68c 100644 --- a/web/pgadmin/static/js/backform.pgadmin.js +++ b/web/pgadmin/static/js/backform.pgadmin.js @@ -313,7 +313,7 @@ define([ '', '
', ' ', + ' ', ' <% if (helpMessage && helpMessage.length) { %>', ' <%=helpMessage%>', ' <% } %>', @@ -2474,7 +2474,7 @@ define([ '', '
', ' ', @@ -2655,7 +2655,7 @@ define([ '', '
', ' ', @@ -3422,7 +3422,7 @@ define([ ' <% } %>', '
', ' ', @@ -120,7 +120,7 @@ let SchemaDiffSelect2Control = '<% }%>', '
', '