Closed
Bug 1192606
Opened 10 years ago
Closed 10 years ago
In the Applications in-content preferences, fix the Ctrl/Cmd+f and Ctrl/Cmd+k keys to focus the search box
Categories
(Firefox :: Settings UI, defect)
Firefox
Settings UI
Tracking
()
VERIFIED
FIXED
Firefox 43
People
(Reporter: steffen.wilberg, Assigned: steffen.wilberg)
References
Details
(Keywords: regression)
Attachments
(1 file)
In the in-content preferences, Applications pane, the keys to focus the Search box (Ctrl/Cmd+f and Ctrl/Cmd+k) are broken.
Accel+f now invokes the find bar instead, which is useless.
This is a regression from bug 1016300, which removed the oncommand attribute from the <key> elements. This doesn't work because of bug 371900.
The fix is to add |oncommand=";"| to the <key> elements.
Bug 978115 is on file to clean up these workarounds once bug 371900 is fixed.
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Attachment #8645435 -
Flags: review?(gijskruitbosch+bugs)
Comment 2•10 years ago
|
||
Comment on attachment 8645435 [details] [diff] [review]
In the Applications in-content preferences, fix the Ctrl/Cmd+f and Ctrl/Cmd+k keys to focus the search box
Review of attachment 8645435 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks for the super-clear explanation in comment #0. Wish all bugs came with descriptions that good.
Maybe leave a code comment (<!-- ... -->) before these two <key>s so we don't accidentally remove them again - something like "oncommand attributes are here because of bug 371900"?
Attachment #8645435 -
Flags: review?(gijskruitbosch+bugs) → review+
Comment 4•10 years ago
|
||
(In reply to :Gijs Kruitbosch from comment #2)
> Maybe leave a code comment (<!-- ... -->) before these two <key>s so we
> don't accidentally remove them again - something like "oncommand attributes
> are here because of bug 371900"?
(In reply to Pulsebot from comment #3)
> https://hg.mozilla.org/integration/fx-team/rev/aac05e8ce3ec
I should really not land things without having tea in the morning.
Keywords: checkin-needed
Keywords: checkin-needed
https://hg.mozilla.org/mozilla-central/rev/aac05e8ce3ec
https://hg.mozilla.org/mozilla-central/rev/6509f5665152
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 43
Updated•9 years ago
|
QA Whiteboard: [good first verify]
Comment 7•9 years ago
|
||
I have reproduced this bug on Nightly 42.0a1 (2015-08-09) on ubuntu 14.04 LTS, 32 bit!
The bug's fix is now verified on Latest Beta 43.0b3!
Build ID: 20151112144305
User Agent: Mozilla/5.0 (X11; Linux i686; rv:43.0) Gecko/20100101 Firefox/43.0
[testday-20151113]
Updated•9 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•