Open
Bug 1624351
Opened 5 years ago
Updated 4 years ago
Alert dialog size does not scale with viewport when FullZoom is applied
Categories
(DevTools :: Responsive Design Mode, defect, P3)
DevTools
Responsive Design Mode
Tracking
(Not tracked)
NEW
People
(Reporter: mtigley, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
261.67 KB,
image/png
|
Details |
Version: 76.0a1 (2020-03-23) (64-bit)
STR
- Open the new RDM (make sure "devtools.responsive.browserUI.enabled" is true)
- Zoom the page to 50%
- Execute
alert("hello")
in browser console.
Expected
Size of alert dialog should be scaled with the page.
Actual
The alert dialog displayed is too large inside the viewport.
Reporter | ||
Comment 1•5 years ago
|
||
Comment 2•4 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.)
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•