paste into text input requires extra manual keystroke to be accepted
Categories
(Toolkit :: Password Manager, defect)
Tracking
()
People
(Reporter: pf, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0
Steps to reproduce:
text input fields:
- paste text
When this happened occasionally, it was a small irritant. Today, trying to reset password at https://windstream-email.auth-gateway.net/passwordreset, I pasted EVERY field; but until I used a keystroke in any field, the Continue button would not activate.
Actual results:
text not seen or accepted by server
Workaround:
- paste text
- add a character via keyboard
- backspace added character
- field now acts as if all pasted text was manually input
Expected results:
treat pasted text as keyboard input without requiring above workaround.
Comment 1•11 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Toolkit::Password Manager' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•10 months ago
|
||
The severity field is not set for this bug.
:serg, could you have a look please?
For more information, please visit BugBot documentation.
Comment 3•10 months ago
|
||
pf@pfortin.com sorry you have this issue. This is usually due to the web site implementation, instead of relying on change
events they most likely expect keyDown
events in the input.
Description
•