Closed
Bug 2059339
Opened 1 month ago
Closed 18 days ago
The autocomplete dropdown long entry highlight is cut off when the scrollbar is displayed
Categories
(Toolkit :: Form Autofill, defect, P3)
Tracking
()
VERIFIED
FIXED
155 Branch
People
(Reporter: ailea, Assigned: kalenlu)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxcm-nova])
Attachments
(3 files)
Found in
- Nightly 155.0a1
Affected versions
- Nightly 155.0a1
Tested platforms
- All
Preconditions
- browser.nova.enabled = true
- Have at least 10 logins already saved and at least one long username
Steps to reproduce
- Go to https://fill.dev/form/login-simple
- Click in the username field
Expected result
- The autocomplete dropdown should adjust its width to display correctly all the entries.
Actual result
- When there are at least 8 entries in the dropdown, the scrollbar is displayed and the long entry highlight is cut off. The issue is not reproducible if there are fewer entries displayed in the dropdown, without the scrollbar.
Notes
- The issue is also reproducible for Addresses and Credit cards autocomplete dropdowns.
- The issue is also reproducible with browser.nova.enabled = false.
Updated•1 month ago
|
Updated•26 days ago
|
Severity: -- → S3
Priority: -- → P3
| Assignee | ||
Comment 2•23 days ago
|
||
Updated•23 days ago
|
Assignee: nobody → klu
Status: NEW → ASSIGNED
Pushed by klu@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/0a85514135aa
https://hg.mozilla.org/integration/autoland/rev/1054226da7b8
Add scrollbar gutter to autocomplete dropdown panel. r=desktop-theme-reviewers,sfoster,dimi
Comment 4•18 days ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 18 days ago
Resolution: --- → FIXED
Target Milestone: --- → 155 Branch
| Reporter | ||
Comment 5•18 days ago
•
|
||
Verified - Fixed in Nightly 155.0a1(2026-08-13). The issue is no longer reproducible until the autocomplete dropdown width reaches the display limit. When a long entry is used and the autocomplete dropdown width reaches the edge of the screen, bug 2058849 is still reproducible, and I can reproduce it all the time now.
Also this fix regressed the bug 2063246.
| Reporter | ||
Updated•18 days ago
|
Updated•17 days ago
|
| Reporter | ||
Updated•17 days ago
|
Status: RESOLVED → VERIFIED
QA Whiteboard: [qa-found-in-c155][S4][QA-5208] → [qa-found-in-c155][S4][QA-5208][qa-ver-done-c155/b154]
You need to log in
before you can comment on or make changes to this bug.
Description
•