Autocomplete popup content cropped
Categories
(Toolkit :: Autocomplete, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox113 | --- | verified |
People
(Reporter: issammani, Assigned: issammani)
References
Details
(Whiteboard: [fxcm-bugs-2023])
Attachments
(2 files, 1 obsolete file)
Autocomplete popup not displayed properly after 1823515
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Comment 3•2 years ago
|
||
bugherder |
Comment 4•2 years ago
|
||
Backed out for causing Bug 1824280.
backout: https://hg.mozilla.org/integration/autoland/rev/81f241442179c352497946dc557dcc61e9e030da
Comment 5•2 years ago
|
||
This was fixed in other ways (bug 1823764). There's one remaining issue (the fixed width of the two-line-item thing, which should be a straight-forward removal now). The patch in bug 1824280 does that, but at that point maybe it should be attached to this bug instead?
Comment 6•2 years ago
|
||
(I asked sheriffs to back out since bug 1824280 already included the back out anyways, hopefully that's fine for you Issam :))
Assignee | ||
Comment 7•2 years ago
•
|
||
The patch in bug 1824280 does that, but at that point maybe it should be attached to this bug instead?
Yes that makes sense to me ! Will re-attach to this one.
(I asked sheriffs to back out since bug 1824280 already included the back out anyways, hopefully that's fine for you Issam :))
Sounds good :)
Assignee | ||
Comment 8•2 years ago
|
||
-
Revert changes made to
min-width
andwidth
in [[ https://phabricator.services.mozilla.com/D173182 | D17318 ]]. This caused the search bar not wrapping regression.-
Localize sizing to
MozAutocompleteTwoLineRichlistitem
for password manager popup. -
Searhbar engine is now wrapping as expected:
-
{F4562995}
- Password manager popup is sized properly:
{F4563005}
{F4563006}
{F4563007}
Comment 9•2 years ago
|
||
Backout merged to central: https://hg.mozilla.org/mozilla-central/rev/81f241442179
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Comment 10•2 years ago
|
||
Comment 11•2 years ago
|
||
bugherder |
Updated•2 years ago
|
Comment 12•2 years ago
|
||
I can't reproduce it on my side. Issam Mani, it would be possible for you to provide me with the sample form that was used to demonstrate the problem, so that I can confirm the fix on Fx 113? Thank you!
Assignee | ||
Comment 13•2 years ago
|
||
Hi Anca, I was able to reproduce this on Nightly 113.0a1 (2023-03-19). This is the website I used for testing: https://mozilla.github.io/form-fill-examples/password_manager/login_and_pw_change_forms.html
Comment 14•2 years ago
|
||
[:issammani] from comment #13)
Hi Anca, I was able to reproduce this on Nightly 113.0a1 (2023-03-19). This is the website I used for testing: https://mozilla.github.io/form-fill-examples/password_manager/login_and_pw_change_forms.html
Thank you for your prompt reply!
Reproduced with Fx 113.0a1 (2023-03-19) on Windows 10.
Verified fixed with Fx 114.0a11 (2023-05-08) and Fx 113.0 on Windows 10 and Ubuntu 22.
Description
•