Add bookmark dialog from the Library History view is cut
Categories
(Firefox :: Bookmarks & History, defect, P2)
Tracking
()
People
(Reporter: mak, Assigned: mak)
References
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
diannaS
:
approval-mozilla-beta+
|
Details | Review |
The tip text under the fields is not wrapping and the dialog contents end up being wrapped.
Additional height of the dialog is "broken" (too much, doesn't adapt to content)
STR:
- open the library window and go to history
- right click on an history entry and pick Bookmark Page
Expected:
contents are not cut and the window is properly sized
Actual:
contents are cut, the window height is excessive
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
Make mozSubdialogReady properly wait for async initialization, remove no longer
necessary resize listener (since the dialog is not resizable anymore), and
simplify the mutation observer.
Comment 3•3 years ago
|
||
| bugherder | ||
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 4•3 years ago
|
||
Comment on attachment 9302840 [details]
Bug 1799888 - Fix old style Add bookmark dialog sizing. r=standard8
Beta/Release Uplift Approval Request
- User impact if declined: The add bookmark dialog opened from History in the Library is cut, one of the buttons may be unreachable
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: Go to History in the Library window, right click on a url and pick Add to Bookmarks
- List of other uplifts needed: None
- Risk to taking this patch: Medium
- Why is the change risky/not risky? (and alternatives if risky): The highest risk is regressing other cases where the dialog may end up being cut, though I tested all the known cases and didn't see problems.
- String changes made/needed:
- Is Android affected?: No
| Assignee | ||
Updated•3 years ago
|
Comment 5•3 years ago
|
||
Comment on attachment 9302840 [details]
Bug 1799888 - Fix old style Add bookmark dialog sizing. r=standard8
Approved for 108.0b4
Comment 6•3 years ago
|
||
| bugherder uplift | ||
Updated•3 years ago
|
Comment 7•3 years ago
|
||
Reproduced on Fx 108.0a1 (2022-11-09) on Windows 10.
Verified fixed with Fx 109.0a1 (2022-11-20) and Fx 108.0b4 on Windows 10, Ubuntu 22.04 and macOS 12.1.
Description
•