From e38fcd6deac9a63654fb0eb61fffa9ad747e4c50 Mon Sep 17 00:00:00 2001 From: Michael Kuhn Date: Sat, 13 Apr 2019 22:36:15 +0200 Subject: Fix button focus issues This change introduces derived classes for ComboButton, DropDownButton and Select that make sure that buttons do not remain focused after their menus are closed. This allows using hotkeys after closing them. --- index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 3a2029289..43265ca8b 100644 --- a/index.php +++ b/index.php @@ -170,7 +170,7 @@ + dojoType="fox.form.Select" name="order_by"> @@ -190,7 +190,7 @@ -
+
@@ -215,7 +215,7 @@ } ?> -
+
menu
-- cgit v1.2.3