Closed Bug 265774 Opened 20 years ago Closed 20 years ago

ctrl-enter on a link is nonfunctional

Categories

(Firefox :: General, defect, P1)

1.0 Branch
defect

Tracking

()

VERIFIED FIXED
Firefox1.0

People

(Reporter: danm.moz, Assigned: dbaron)

Details

(Keywords: fixed-aviary1.0, fixed1.7, regression)

Attachments

(1 file)

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;
Flags: blocking-aviary1.0?
Attachment #163160 - Flags: superreview?(bzbarsky)
Attachment #163160 - Flags: review?(bzbarsky)
Comment on attachment 163160 [details] [diff] [review]
patch

a=asa for aviary checkin.
Attachment #163160 - Flags: approval-aviary? → approval-aviary+
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+
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
Flags: blocking-aviary1.0?
vrfy'd fixed with 2004102409-0.9+ on linux fc2.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: