Closed
Bug 804587
Opened 13 years ago
Closed 13 years ago
[Keyboard] Do not capitalise the first letter for input type=text by default
Categories
(Firefox OS Graveyard :: Gaia::Keyboard, defect)
Firefox OS Graveyard
Gaia::Keyboard
Tracking
(blocking-basecamp:+)
VERIFIED
FIXED
blocking-basecamp | + |
People
(Reporter: benfrancis, Assigned: djf)
References
Details
STR:
* Open browser app
* Focus awesomebar
Expected:
* First letter not capitalised
Actual:
* First letter capitalised
Alternative STR:
* Open UI Tests app
* Select Keyboard test
* Focus "input type=text" box
Expected:
* First letter is not capitalised
Actual:
* First letter is capitalised
I discussed this with Mounir and he feels the default behaviour should be that type=text does not capitalise, but type=textarea does.
If we want to do autocapitalisation for type=text we need to support that inputMode, as described bug 796544
Reporter | ||
Comment 1•13 years ago
|
||
(Note that the STR for the browser app will not work until https://github.com/mozilla-b2g/gaia/pull/5955 lands)
Assignee | ||
Comment 2•13 years ago
|
||
taking this and wrapping it into my big keyboard refactor.
Assignee: nobody → dflanagan
Blocks: 797155
Comment 3•13 years ago
|
||
(In reply to David Flanagan [:djf] from comment #2)
> taking this and wrapping it into my big keyboard refactor.
David, for information, the recommended workflow with bugzilla is to split patches because it is easier to review and more understandable. Having one patch to rule them all is usually not an ideal situation.
I lost track of this bug : https://github.com/mozilla-b2g/gaia/issues/3740 :(
Reporter | ||
Updated•13 years ago
|
blocking-basecamp: ? → +
Comment 6•13 years ago
|
||
Re-writing the summary. I think it's better to say what should be done instead of saying what is currently done.
Summary: [Keyboard] Capitalises first letter for input type=text by default → [Keyboard] Do not capitalise the first letter for input type=text by default
Assignee | ||
Comment 7•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
verified
build info
2012-10-26
gaia master : 2c50025f7a7ce6f2e653c0e75ef7bd505d823cb8
gecko : c9173078c6a84ed9a423868090cf57f593247f53
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
Component: Gaia → Gaia::Keyboard
You need to log in
before you can comment on or make changes to this bug.
Description
•