autocapitalize=off not working
Categories
(Fenix :: General, defect)
Tracking
(Not tracked)
People
(Reporter: axkibe, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36
Steps to reproduce:
Minimal working example, load following webite in the browser
<!DOCTYPE HTML>
<html>
<body>
<textarea id="input" autocapitalize="off"></textarea>
</body>
</html>
Click on the textarea
Actual results:
virtual keyboard starts with an uppercase character.
Expected results:
virtual keyboard starts with a lowercase character.
As far I searched there have been serveral issues alraedy fixed with autocapitalize, therefore I guess this is defect not an enhancement and a regression issue.
PS: Also voting for navigator.virtualKeyboard API to get incldued.
Reporter | ||
Comment 1•2 years ago
|
||
BTW: autocomplete="off" and autocorrect="off" are also ignored, the virtual keyboard is just in default mode.
Comment 2•2 years ago
|
||
The severity field is not set for this bug.
:cpeterson, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•1 year ago
|
Description
•