Open
Bug 1390872
Opened 7 years ago
Updated 9 months ago
responsive design mode open pages in new tab instead of new window
Categories
(DevTools :: Responsive Design Mode, defect, P3)
Tracking
(firefox57 fix-optional)
NEW
Tracking | Status | |
---|---|---|
firefox57 | --- | fix-optional |
People
(Reporter: burakboz, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0
Build ID: 20170628075643
Steps to reproduce:
My configuration (works with firefox 51.0):
lockPref("browser.link.open_external", 2);
lockPref("browser.link.open_newwindow", 2);
lockPref("browser.link.open_newwindow.override.external", 2);
lockPref("browser.link.open_newwindow.restriction", 0);
all of these seems same in about:config
Reproduce steps:
1- Open firefox,
2- Press CTRL + SHIFT + M
3- search anything in yandex and click one of search results
4- woa it's opening in new tab instead of new window
Now go back to search results page and disable responsive design mode, click one of the search results; it's opening in new window.
Actual results:
pages opening in new tab instead of new window
Expected results:
all links should be opened in a new window
Updated•7 years ago
|
Component: Untriaged → Developer Tools: Responsive Design Mode
Thanks for the report!
RDM unfortunately cheats a bit here because it has to reimplement this code path, so it aims for the default mode of opening in a new tab, so that we at least do _something_.
Ideally we would find a way to instead call the same path used for regular browsing so that prefs like these are respected.
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•2 years ago
|
Severity: normal → S3
Updated•9 months ago
|
Attachment #9385630 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•