[Responsive Mode] Responsive Design Mode UI toolbar covers scrollbar arrow
Categories
(DevTools :: Responsive Design Mode, defect, P3)
Tracking
(firefox-esr68 unaffected, firefox74 unaffected, firefox75 unaffected, firefox76 wontfix)
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox74 | --- | unaffected |
firefox75 | --- | unaffected |
firefox76 | --- | wontfix |
People
(Reporter: alice0775, Unassigned)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: nightly-community, regression)
Attachments
(1 file)
(deleted),
image/png
|
Details |
Steps To Reproduce
- Go Responsive Design Mode
- Resize the viewport size so that main browser has vertical scrollbar
Actual Results:
Responsive Design Mode UI toolbar covers scrollbar arrow .
See attached screenshot
Expected Results:
Should not cover
Regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=7516aaa595a0c9c7223e4281185233ca6b87a980&tochange=5f7ee717b8528804347cbb2e877865a3e34d6991
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Comment 1•5 years ago
|
||
Because this bug's Severity has not been changed from the default since it was filed, and it's Priority is P3
(Backlog,) indicating it has been triaged, the bug's Severity is being updated to S3
(normal.)
Comment 2•4 years ago
|
||
It looks like one way to fix this is to insert the rdmFrame (an iframe) as a prepended sibling to the browser stack, as opposed to the first child of it (with a z-index that layers it on top of the browser itself). That raises the challenge that we have to calculate a specific height for the rdmFrame, which currently is coded as a css variable in responsive/index.css. That css file isn't loaded until the rdmFrame source is set. Tricky.
I'll see if I can uplevel the variable, and get functions like this.browserWindow.ResizeObserver
to make the correct calculated adjustments to the rdmFrame height.
Updated•4 years ago
|
Description
•