mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:35:57 +00:00
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.
This commit is contained in:
@@ -54,7 +54,10 @@ require(["dojo/_base/kernel",
|
||||
"fox/PrefFeedTree",
|
||||
"fox/PrefFilterTree",
|
||||
"fox/PrefLabelTree",
|
||||
"fox/Toolbar"], function (dojo, declare, ready, parser, AppBase) {
|
||||
"fox/Toolbar",
|
||||
"fox/form/Select",
|
||||
"fox/form/ComboButton",
|
||||
"fox/form/DropDownButton"], function (dojo, declare, ready, parser, AppBase) {
|
||||
|
||||
ready(function () {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user