Closed
Bug 1417346
Opened 7 years ago
Closed 6 years ago
Links in Developer Tools panels support no context menu and no middle-clicks
Categories
(WebExtensions :: Developer Tools, defect, P2)
WebExtensions
Developer Tools
Tracking
(firefox59 affected)
RESOLVED
DUPLICATE
of bug 1417043
| Tracking | Status | |
|---|---|---|
| firefox59 | --- | affected |
People
(Reporter: jwkbugzilla, Unassigned)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
|
59 bytes,
text/x-review-board-request
|
Details |
Steps to reproduce:
1. From https://addons.mozilla.org/addon/adblock-plus/versions/beta, install Adblock Plus 3.0.0.1924beta or a newer version (Adblock Plus 3.0.2 stable will do once released).
2. Press Ctrl+Shift+I (Cmd+Options+I on macOS) to open Developer Tools, switch to Adblock Plus panel.
3. Navigate to adblockplus.org in the browser so that the panel gets some content.
4. Right-click a link in the panel.
5. Middle-click a link in the panel.
Expected results:
Step 4 opens a context menu, allowing for example to copy link target. Step 5 opens the link in a new tab. That's the behavior I see in Chrome 62.
Actual results:
Link gets focused but nothing happens beyond that in steps 4 and 5 (tested in Firefox 56 and Firefox 59.0a1 2017-11-14 nightly on Ubuntu 17.10). This forces add-ons to implement custom middle-click handling and context menu, thus limiting usability.
Updated•7 years ago
|
Flags: needinfo?(evilpies)
Updated•7 years ago
|
Priority: -- → P2
Updated•7 years ago
|
Flags: needinfo?(evilpies)
| Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
Added Bug 1442604 as a dependency (the new test case in the attached patch depends from the changes applied in the patches attached to that issue).
Depends on: 1442604
| Comment hidden (mozreview-request) |
Updated•7 years ago
|
Product: Toolkit → WebExtensions
Comment 4•6 years ago
|
||
Fixed in Bug 1417043 (landed in Firefox 60), by migrating the devtools panels to the webext-panels.xul/webext-panels.js used by the extension sidebar pages.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•