Closed
Bug 1347726
Opened 9 years ago
Closed 9 years ago
Clicking "save all" button in new autoclassify UI breaks n/p shortcuts
Categories
(Tree Management :: Treeherder, defect)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: KWierso, Assigned: jgraham)
References
Details
Attachments
(1 file)
Using the new autoclassify ui, if I click the "save all" button, the n/p keyboard shortcuts stop working. It doesn't do that for the "save" button.
Comment 1•9 years ago
|
||
| Assignee | ||
Comment 2•9 years ago
|
||
Comment on attachment 8848155 [details] [review]
[treeherder] mozilla:prevent_default_focus > mozilla:master
I don't know if this is the right approach, but I thought I'd throw it up to get some feedback.
Attachment #8848155 -
Flags: review?(cdawson)
Updated•9 years ago
|
Assignee: nobody → james
Comment 3•9 years ago
|
||
Comment on attachment 8848155 [details] [review]
[treeherder] mozilla:prevent_default_focus > mozilla:master
This seems reasonable to me. :)
Attachment #8848155 -
Flags: review?(cdawson) → review+
Comment 4•9 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/40dc9ee93aadc3484ec6970a97f4ff7341890eb7
Bug 1347726 - Prevent prevent-default-on-left-click elements retaining focus
Elements like toolbar buttons can be clicked and then become
disabled. In this case they will eat keyboard shortcuts leading to
bugs. A simplisitic fix is just to ensure that those elements give up
focus after they are activated.
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•