From cf1b029b3f571400e4f789459e825359ac74511d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 14 May 2022 14:50:38 +0200 Subject: [PATCH] ui: ACL edit: set default focus on a non-combobox element to avoid making it "jump" in the users face by immediately opening the picker on window open. Signed-off-by: Thomas Lamprecht --- www/window/ACLEdit.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/window/ACLEdit.js b/www/window/ACLEdit.js index b3de3e8e..300267d2 100644 --- a/www/window/ACLEdit.js +++ b/www/window/ACLEdit.js @@ -13,6 +13,7 @@ Ext.define('PBS.window.ACLEdit', { // caller can give a static path path: undefined, + defaultFocus: 'proxmoxcheckbox', initComponent: function() { let me = this;