mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Set input controls as read-only instead of disabled will allow tab navigation in the properties tab and also allow screen readers to read it. Fixes #4993
This commit is contained in:
committed by
Akshay Joshi
parent
989aa462f7
commit
0da23b837d
@@ -1049,7 +1049,7 @@ define('pgadmin.browser.node', [
|
||||
tree = pgAdmin.Browser.tree,
|
||||
j = panel.$container.find('.obj_properties').first(),
|
||||
view = j.data('obj-view'),
|
||||
content = $('<div tabindex="1"></div>')
|
||||
content = $('<div></div>')
|
||||
.addClass('pg-prop-content col-12'),
|
||||
confirm_close = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user