mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added role=status attribute to all the status messages for accessibility. Fixes #4773.
This commit is contained in:
committed by
Akshay Joshi
parent
c4facc04d3
commit
cccc6e5676
@@ -1103,7 +1103,7 @@ define('pgadmin.browser.node', [
|
||||
|
||||
// Template function to create the status bar
|
||||
var createStatusBar = function(location) {
|
||||
var statusBar = $('<div></div>').addClass(
|
||||
var statusBar = $('<div role="status"></div>').addClass(
|
||||
'pg-prop-status-bar'
|
||||
).appendTo(j);
|
||||
statusBar.css('visibility', 'hidden');
|
||||
|
||||
Reference in New Issue
Block a user