Open
Bug 1327794
Opened 8 years ago
Updated 2 years ago
[e10s] Middle-click doesn't open links from devtools
Categories
(DevTools :: General, defect, P3)
DevTools
General
Tracking
(Not tracked)
NEW
People
(Reporter: arni2033, Unassigned)
Details
>>> My Info: Win7_64, Nightly 49, 32bit, ID 20160526082509
STR_1: (rules)
1. Open url data:text/html,<body style="background:url(about:logo) no-repeat">
2. Open inspector, select <body>, open ruleview, click on dropmarker near rule "background:"
3. Middle-click on 'about:logo' in string 'background-image: url("about:logo");'
4. Middle-click on 'about:logo' in string 'background: url(about:logo) no-repeat;'
STR_2: (computed)
1. Open url data:text/html,<body style="background:url(about:logo) no-repeat">
2. Open inspector, select <body>, open computedview, click on dropmarker near rule "background-image"
3. Middle-click on 'about:logo' in string 'background-image: url("about:logo");'
4. Middle-click on 'about:logo' in string 'this.styleurl("about:logo")'
STR_3: (console)
1. Open console
2. Execute `console.log("http://example.org/")` (without outer quotes
3. Middle-click on link "http://example.org/" in console
AR: No visible action
ER: Url should open in a new tab, just like in non-e10s
I don't have an input device that supports middle click, so I can't reproduce. Perhaps this can be handled in a unified way.
Priority: -- → P3
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•