From 4cf3bf9510f06232fc460e23281ab985c3090875 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 4 Jul 2021 18:15:54 +0200 Subject: [PATCH] utils: enable ARIA again We had done so already in PBS and PMG since a bit without seeing anything broken due to it, which makes sense as this was enabled for *during* the step-by-step upgrade from ExtJS 4 to 5 (and then directly 6). Re-enabling could help with some accessibility issues we have some tangential reports[0]. [0]: https://github.com/nvaccess/nvda/issues/11530 Signed-off-by: Thomas Lamprecht --- www/manager6/Utils.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js index ebbfb9b0..a22eaaa7 100644 --- a/www/manager6/Utils.js +++ b/www/manager6/Utils.js @@ -1,12 +1,5 @@ Ext.ns('PVE'); -// avoid errors related to Accessible Rich Internet Applications -// (access for people with disabilities) -// TODO reenable after all components are upgraded -Ext.enableAria = false; -Ext.enableAriaButtons = false; -Ext.enableAriaPanels = false; - console.log("Starting Proxmox VE Manager"); Ext.Ajax.defaultHeaders = { -- 2.39.2