Closed
Bug 1710462
Opened 4 years ago
Closed 4 years ago
Window-modal dialogs like the "close tabs" warning do not grow when they start too small and the window grows
Categories
(Toolkit Graveyard :: Notifications and Alerts, defect, P2)
Tracking
(firefox89 wontfix, firefox90 verified)
VERIFIED
FIXED
90 Branch
People
(Reporter: Gijs, Assigned: Gijs)
References
(Blocks 1 open bug)
Details
(Whiteboard: [proton-modals] [priority:2c])
Attachments
(2 files)
When the window is short and a modal doesn't fit, the natural user reaction is to make the window taller. It's unfortunate that right now, we then do not grow the dialog, leaving it cut-off. I think we can do better.
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by gijskruitbosch@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/160daad53292
allow SubDialogs dialogs to grow if the document's inner scroll height is initially larger than the window's, r=Mardak
Updated•4 years ago
|
See Also: → https://jira.mozilla.com/browse/FIDEFE-1692
Comment 3•4 years ago
|
||
Backed out for causing browser chrome failures on browser_subdialogs.js.
Flags: needinfo?(gijskruitbosch+bugs)
Updated•4 years ago
|
Priority: -- → P2
Whiteboard: [proton-modals] → [proton-modals] [priority:2c]
Assignee | ||
Comment 4•4 years ago
|
||
Flags: needinfo?(gijskruitbosch+bugs)
Comment 5•4 years ago
|
||
Also happens if following these steps when signing out of FX account.
Pushed by gijskruitbosch@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/ae4fbca18728
allow SubDialogs dialogs to grow if the document's inner scroll height is initially larger than the window's, r=Mardak,preferences-reviewers,jaws
Comment 7•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
Updated•4 years ago
|
status-firefox89:
--- → wontfix
Comment 8•4 years ago
|
||
Verified in latest nightly build 90.0a1 (2021-05-18) (64-bit), using win 10 pro, ubuntu 20.04, and mac0s 11.4 beta, the issue no longer reproduces. When resizing the buttons are shown properly.
Updating flag and status accordingly.
Best regards,
Clara
Updated•4 years ago
|
Status: RESOLVED → VERIFIED
Updated•2 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•