Pressing a character shortly after 'enter' after typing a url still inputs a character on searchbar
Categories
(Firefox :: Search, defect)
Tracking
()
People
(Reporter: daisuke, Assigned: daisuke)
References
(Regression)
Details
(Keywords: papercut, regression)
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-esr91+
|
Details | Review |
This is a similar bug for bug 1749397.
The following issue happens on not only url bar that will fix in bug 1749397 but search bar as well. In this bug, we fix the issue on especially search bar.
Steps to reproduce:
Open a new tab.
Type 'google.com' into the search bar.
Then hit 'enter' and 't' almost at the same time but 'enter' slightly before the 't'.
Actual results:
The result is that it loads google.com but the search bar ends up saying 'google.comt'
Expected results:
It should either ignore the 't' key input or forward it to google.com.
Assignee | ||
Comment 1•3 years ago
|
||
Comment 2•3 years ago
|
||
Set release status flags based on info from the regressing bug 1673299
Updated•3 years ago
|
Updated•3 years ago
|
Comment 4•3 years ago
|
||
bugherder |
Updated•3 years ago
|
Assignee | ||
Comment 5•3 years ago
|
||
Comment on attachment 9260538 [details]
Bug 1751819: Ignore char key input while processing enter key on searchbar.
ESR Uplift Approval Request
- If this is not a sec:{high,crit} bug, please state case for ESR consideration: It’s an annoying bug for users that we should fix, and the patch is relatively safe.
- User impact if declined: If user inputs text in the search bar, then press the character key as soon as pressing “enter", the character will be added after the text in the search bar. That is, the result of the web page will not match the value in the search bar.
- Fix Landed on Version: 98
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): It was already verified by QA, and it's been two weeks since this patch was available on Nightly, no bugs have been reported.
Comment 6•3 years ago
|
||
Comment on attachment 9260538 [details]
Bug 1751819: Ignore char key input while processing enter key on searchbar.
Approved for 91.7esr.
Comment 7•3 years ago
|
||
bugherder uplift |
Description
•