Closed
Bug 265774
Opened 20 years ago
Closed 20 years ago
ctrl-enter on a link is nonfunctional
Categories
(Firefox :: General, defect, P1)
Tracking
()
VERIFIED
FIXED
Firefox1.0
People
(Reporter: danm.moz, Assigned: dbaron)
Details
(Keywords: fixed-aviary1.0, fixed1.7, regression)
Attachments
(1 file)
1.49 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
asa
:
approval-aviary+
|
Details | Diff | Splinter Review |
Go to www.mozilla.org
Use the keyboard to focus a link:
using typeahead find, type 'live
Attempt to open the link in a new tab using ctrl-enter
In an Aviary 20041021 build, the link is opened in a new page. In an Aviary
20041022 build, nothing happens.
This patch restores ctrl-enter to its 20041021 glory:
Index: browser/base/content/browser.js
===================================================================
@@ -4425,10 +4425,6 @@ function asyncOpenWebPanel(event)
// should always return true for click to go through
function contentAreaClick(event, fieldNormalClicks)
{
- if (!event.isTrusted) {
- return true;
- }
-
var target = event.target;
var linkNode;
Assignee | ||
Comment 1•20 years ago
|
||
Assignee | ||
Updated•20 years ago
|
Attachment #163160 -
Flags: superreview?(bzbarsky)
Attachment #163160 -
Flags: review?(bzbarsky)
Assignee | ||
Updated•20 years ago
|
Attachment #163160 -
Flags: approval-aviary?
Comment 2•20 years ago
|
||
Comment on attachment 163160 [details] [diff] [review]
patch
a=asa for aviary checkin.
Attachment #163160 -
Flags: approval-aviary? → approval-aviary+
Comment 3•20 years ago
|
||
Comment on attachment 163160 [details] [diff] [review]
patch
r+sr=bzbarsky
Attachment #163160 -
Flags: superreview?(bzbarsky)
Attachment #163160 -
Flags: superreview+
Attachment #163160 -
Flags: review?(bzbarsky)
Attachment #163160 -
Flags: review+
Assignee | ||
Comment 4•20 years ago
|
||
Fix checked in to trunk, 2004-10-23 15:29 -0700.
Fix checked in to AVIARY_1_0_20040515_BRANCH, 2004-10-23 15:30 -0700.
Fix checked in to MOZILLA_1_7_BRANCH, 2004-10-23 15:30 -0700.
Status: NEW → RESOLVED
Closed: 20 years ago
Priority: -- → P1
Resolution: --- → FIXED
Target Milestone: --- → Firefox1.0
Updated•20 years ago
|
Flags: blocking-aviary1.0?
You need to log in
before you can comment on or make changes to this bug.
Description
•