Search bar dropdown list glitches when very fast typing / delete
Categories
(Core :: XUL, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr102 | --- | unaffected |
| firefox111 | --- | unaffected |
| firefox112 | --- | unaffected |
| firefox113 | + | fixed |
People
(Reporter: alice0775, Assigned: emilio)
References
(Regression)
Details
(Keywords: nightly-community, regression)
Attachments
(2 files)
Search bar dropdown list glitches
Steps to reproduce:
- Enable Search Bar
- Very fast typing
hjhjhjhjor any word - Press and hold
Back Spacekey - Repeat from step2.
Actual results:
Eventually, the dropdown does not render correctly.
The dropdown height is not properly adjusted, so the results list appears to be overlapping.
Expected Results:
The dropdown should be changed to an appropriate height depending on the number of listings.
Regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=40a93120bacc5957b5da058bfcab903a2a184adf&tochange=aa9a63adab87ae4bdd4841965e6c26db12584f0c
Comment 1•3 years ago
|
||
:emilio, since you are the author of the regressor, bug 1822131, could you take a look? Also, could you set the severity field?
For more information, please visit auto_nag documentation.
Alternative STR:
- Enable search bar.
- Mouse click the search bar to focus it.
- Without typing anything, press down arrow once to call out the search engines dropdown list.
- Type a letter.
This reproduces the bug more reliably for me.
Or, even simpler, click the magnifying glass icon to pop out the list and start typing.
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 4•3 years ago
|
||
Since we rely on the richlistbox having a fixed height with multiple
items, then measure (so shrinking breaks that measurement).
Updated•3 years ago
|
Comment 7•3 years ago
|
||
| bugherder | ||
Immediately after this was fixed I began experiencing multiple issues related to the search bar on Nightly - including when typing fast. I filed bug 1823144
Description
•