Open
Bug 584336
Opened 15 years ago
Updated 3 years ago
Customize sheet: 'Done' button should react to 'enter' and 'Esc' by default.
Categories
(Firefox :: General, defect)
Tracking
()
NEW
People
(Reporter: phiw2, Unassigned)
Details
str:
1. open Customize sheet (View > Toolbars > Customize…)
2. press 'return/enter' or 'Esc'
AR: nothing happens
ER: the Customize sheet closes
This has been broken for quite a while including on Firefox 3.6 & 3.5
(eh, I rarely use the customize sheet… :-p)
Updated•15 years ago
|
Assignee: nobody → mano
Status: NEW → ASSIGNED
Comment 1•15 years ago
|
||
This is quite interesting, and quite related to the other customization bug (bug 574353). If you actually manage to focus something within the panel (for example, by turning on full keyboard access and then tabbing to the "show" combo), both keyboard shortcuts just work.
Comment 2•15 years ago
|
||
Now this is quite strange. If focus is called on the documentElement of the iframe-window, the cust-keyset isn't activated (that's expected, the documentElement isn't focusable), but somehow it solves bug 574353. Neil: what should we do here? I could copy the keyboard shortcuts to browser.xul or make the pallate focusable.
Comment 3•15 years ago
|
||
I would expect that iframeWindow.focus() was all you need to do.
| Reporter | ||
Comment 4•15 years ago
|
||
Given bug 574353 comment 15 and 16 - I double checked, this bug affects both OS.
Updated•7 years ago
|
Assignee: asaf → nobody
Status: ASSIGNED → NEW
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•