Open
Bug 1601957
Opened 5 years ago
Updated 2 years ago
Home page button does not work in responsive design mode
Categories
(DevTools :: Responsive Design Mode, defect, P3)
DevTools
Responsive Design Mode
Tracking
(firefox71 affected, firefox72 affected, firefox73 affected)
NEW
People
(Reporter: ailea, Unassigned)
References
(Blocks 1 open bug)
Details
Affected versions:
ALL
Affected platforms:
ALL
Prerequisites:
Access FF and enter in about:config.
Type devtools.responsive.metaViewport.enabled and set the value to "true".
Steps:
- Open FF and access any website.
- Hit Ctrl + Shift + M in order to start Responsive Design Mode.
- Press Home page button (left side of the address bar).
Actual result:
The address bar is focused and the user is not redirected to the firefox home page.
Expected result:
The user should be redirected to the firefox home page.
Note: The issue is reproducible with or without touch simulation enabled.
Comment 1•5 years ago
|
||
Thanks for filing this issue!
The error I get in the console while reproducing this is:
Security Error: Content at moz-nullprincipal:{970469d9-d69a-46d9-a36a-ddd0ada9e276} may not load or link to about:home.
So I believe this bug is due to the swap/tunnel code. We're currently working toward building a new version of RDM where it does not rely on this mechanism. When that project is finished, this issue should also go away. I'll add this issue as another blocker to the rdm-tunnel meta bug.
Blocks: rdm-tunnel
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•