Open
Bug 1601628
Opened 6 years ago
Updated 1 year ago
Search suggestions are delayed after typing and removing a long string in New Tab search bar
Categories
(Firefox :: Search, defect, P5)
Tracking
()
NEW
People
(Reporter: vvalentina, Unassigned)
References
Details
(Keywords: perf)
Attachments
(1 file)
|
421.23 KB,
image/gif
|
Details |
[Affected versions]:
- Firefox Release 71, Build ID 20191202093317
- Firefox Nightly 73.0a1, Build ID 20191204095640
- Firefox Beta 72.0b2, Build ID 20191203141951
[Affected Platforms]:
- All Windows
- All Mac
- All Linux
[Steps to reproduce]:
- Load a new tab.
- Go to search bar section and type a long string. (~100 chars)
- Do not hit "Enter" or search arrow.
- Delete the string.
- Try to make another search by using a normal length search term.
[Expected results]:
Search suggestions are displayed.
[Actual results]:
Search suggestions are delayed.
Comment 1•6 years ago
|
||
I suspect a strong part of this is that we don't have input buffering on the search field on the new tab page. I suspect that's something in our content search UI handling.
Given users are unlikely to enter long strings this way, and then backspace through them, I think this is fairly low priority. Additionally, with the likely future work for handing off the search to the address bar, this would likely go away. So I think we can call this a P5.
Keywords: perf
Priority: -- → P5
Updated•5 years ago
|
Severity: normal → S4
status-firefox71:
fix-optional → ---
status-firefox72:
fix-optional → ---
status-firefox73:
fix-optional → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•