Closed
Bug 1513437
Opened 6 years ago
Closed 6 years ago
Command-click does not open links in a new tab on ftc.gov
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox66 | --- | affected |
People
(Reporter: tdsmith, Unassigned)
Details
STR: Visit https://www.consumer.ftc.gov/articles/0497-credit-freeze-faqs#place, hold command, and click on one of the external links to the credit bureaus.
What happens: The event handler on the link interferes, and the "warning, you are about to leave the FTC website" page appears in the current window.
Expected: The credit bureau website opens in a new tab.
Right-clicking on the link and selecting "open in new tab" has the desired behavior. I would like for command-clicking on the link to do the same thing.
The functionality here seems to be provided by the extlink_extra Drupal module: https://www.drupal.org/project/extlink_extra
Reporter | ||
Comment 1•6 years ago
|
||
A matching bug report against extlink_extra: https://www.drupal.org/project/extlink_extra/issues/2747235
Comment 2•6 years ago
|
||
Hi Tim,
Chrome seems to have the same behavior as Firefox. However, I think this is actually a site issue related to Drupal, not a Firefox one. Will assign a component and hopefully, someone can sort it out.
Status: NEW → UNCONFIRMED
Component: Untriaged → Event Handling
Ever confirmed: false
Product: Firefox → Core
Comment 3•6 years ago
|
||
This is definitely a site issue, they have a click handler that redirects to "https://www.consumer.ftc.gov/now-leaving".
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
Assignee | ||
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•