Closed
Bug 923565
Opened 12 years ago
Closed 12 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
|
evilpies
:
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•12 years ago
|
Blocks: 666816
Keywords: regression
Comment 1•12 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•12 years ago
|
Assignee: nobody → mdeboer
| Assignee | ||
Updated•12 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•12 years ago
|
||
Attachment #817843 -
Flags: review?(evilpies)
| Assignee | ||
Comment 3•12 years ago
|
||
Attachment #817843 -
Attachment is obsolete: true
Attachment #817843 -
Flags: review?(evilpies)
Attachment #817880 -
Flags: review?(evilpies)
Comment 4•12 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•12 years ago
|
||
Comment 6•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•