Closed
Bug 923565
Opened 10 years ago
Closed 10 years ago
Ctrl+return should open links found through the quickfind bar in a new tab
Categories
(Toolkit :: Find Toolbar, defect)
Toolkit
Find Toolbar
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: simon.lindholm10, Assigned: mikedeboer)
References
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
1.48 KB,
patch
|
evilpie
:
review+
|
Details | Diff | Splinter Review |
1. Visit xkcd.com, open the quickfind bar with /, and type "blag". The relevant link will receive a focus outline. 2. Press Ctrl+Return. -> the link should open in a new tab; instead it opens in the same tab. There is a suspicious comment in relevant parts of the code that says "// Todo: Handle ctrl click".
Reporter | ||
Updated•10 years ago
|
Blocks: 666816
Keywords: regression
Comment 1•10 years ago
|
||
Confirmed by going to reddit.com. Pressing '/', typing "comments" to focus on one of the links, and pressing ctrl-enter. If I use the quickfind the focus on a link, but press ESC to dismiss the quickfind toolbar, ctrl-enter opens a new tab as expected. This is a regression, possibly linked to two changes. Here are the Firefox nightly builds with those changes: * 2013-09-14 -- quickfind doesn't focus on links. Have to press ESC to get focus. same behavior up to: * 2013-09-27 -- quickfind focuses on links, but ctrl-enter opens in the same tab instead of a new one.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → mdeboer
Assignee | ||
Updated•10 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #817843 -
Flags: review?(evilpies)
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #817843 -
Attachment is obsolete: true
Attachment #817843 -
Flags: review?(evilpies)
Attachment #817880 -
Flags: review?(evilpies)
Comment 4•10 years ago
|
||
Comment on attachment 817880 [details] [diff] [review] Patch v1.1: make ctrl-enter open the focused link in a new tab Review of attachment 817880 [details] [diff] [review]: ----------------------------------------------------------------- Thanks!
Attachment #817880 -
Flags: review?(evilpies) → review+
Assignee | ||
Comment 5•10 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/60ff0c915b5c
Comment 6•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/60ff0c915b5c
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•