Closed
Bug 1592950
Opened 6 years ago
Closed 6 years ago
autocapitalize=“none” doesn't work for <input type=“search”>
Categories
(Firefox for Android Graveyard :: Keyboards and IME, defect)
Tracking
(firefox-esr68 wontfix)
RESOLVED
DUPLICATE
of bug 1425291
| Tracking | Status | |
|---|---|---|
| firefox-esr68 | --- | wontfix |
People
(Reporter: limon.monte, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0
Steps to reproduce:
This simple code doesn't work in Firefox on Android as expected:
<input type="search" autocapitalize="none">
Live demo: https://gleaming-kitty.glitch.me/
Actual results:
input value is capitalized
Expected results:
input value is not automatically capitalized because of autocapitalize="none"
Comment 1•6 years ago
|
||
I have managed to reproduce your issue on Release 68.2.0 and Beta 68.3b1 using a Samsung Galaxy S8+ (Android 8.0.0) and OnePlus 6T (Android 9). I will set this issue as new. The issue does not occur on Chrome.
Status: UNCONFIRMED → NEW
status-firefox-esr68:
--- → affected
Component: General → Keyboards and IME
Ever confirmed: true
OS: Unspecified → Android
Hardware: Unspecified → ARM
Comment 2•6 years ago
|
||
The issue also occurs on Firefox Nightly Preview 191025 (Build #12980628) and Firefox Preview 2.3.0-rc.2 (Build #13030519).
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•