Fix accessibility issue for menu navigation. Fixes #4194
parent
b7121bb2d2
commit
ed8d1cde00
|
|
@ -15,6 +15,7 @@ Bug fixes
|
|||
*********
|
||||
|
||||
| `Bug #4164 <https://redmine.postgresql.org/issues/4164>`_ - Fix file browser path issue which occurs when client is on Windows and server is on Mac/Linux.
|
||||
| `Bug #4194 <https://redmine.postgresql.org/issues/4194>`_ - Fix accessibility issue for menu navigation.
|
||||
| `Bug #4218 <https://redmine.postgresql.org/issues/4218>`_ - Properly assign dropdownParent in Select2 controls.
|
||||
| `Bug #4219 <https://redmine.postgresql.org/issues/4219>`_ - Ensure popper.js is installed when needed.
|
||||
| `Bug #4246 <https://redmine.postgresql.org/issues/4246>`_ - Fixed console error when subnode control is used in panels.
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ import $ from 'jquery';
|
|||
import Mousetrap from 'mousetrap';
|
||||
import * as commonUtils from '../../../static/js/utils';
|
||||
import dialogTabNavigator from '../../../static/js/dialog_tab_navigator';
|
||||
import {default as keyboardFunc} from 'sources/keyboard_shortcuts';
|
||||
import * as keyboardFunc from 'sources/keyboard_shortcuts';
|
||||
|
||||
const pgBrowser = pgAdmin.Browser = pgAdmin.Browser || {};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue