Closed
Bug 1216520
Opened 10 years ago
Closed 10 years ago
Comma key has gone missing
Categories
(Firefox OS Graveyard :: Gaia::System::Input Mgmt, defect)
Tracking
(blocking-b2g:2.5+, b2g-v2.5 fixed)
People
(Reporter: cwiiis, Assigned: timdream)
References
Details
(Keywords: regression)
Attachments
(1 file)
46 bytes,
text/x-github-pull-request
|
apastor
:
review+
mpotharaju
:
approval-gaia-v2.5+
|
Details | Review |
[Blocking Requested - why for this release]: Annoying regression in a very visible and commonly-used system component
My comma key has gone missing, replaced by a language-selector key. Tapping this key does nothing, long-pressing it gives me a pop-up with just one option that's already selected (so, practically, does nothing except waste time).
Meanwhile, I'm missing a very commonly used key. It's still available in the symbols section and under the long-press punctuation key, but both of these are very awkward vs. just pressing a key on the primary keyboard.
Comment 1•10 years ago
|
||
UX Team, Can you please confirm the location of comma.
Flags: needinfo?(firefoxos-ux-bugzilla)
Assignee | ||
Comment 2•10 years ago
|
||
This is the behavior described in the spec in bug 983043.
Un-non because it's a new feature if we decided to change the feature spec base on this user feedback.
blocking-b2g: 2.5? → ---
Reporter | ||
Comment 3•10 years ago
|
||
(In reply to Tim Guan-tin Chien [:timdream] (please needinfo) from comment #2)
> This is the behavior described in the spec in bug 983043.
>
> Un-non because it's a new feature if we decided to change the feature spec
> base on this user feedback.
Who do I talk to to express my opinion on this? The comma, a frequently-used, useful key has been swapped for a key that literally does nothing for me. Well, not quite literally, it does waste some time, but otherwise has no effect...
Assignee | ||
Comment 4•10 years ago
|
||
Tori, could you provide some comment as keyboard UX?
Flags: needinfo?(tchen)
Comment 5•10 years ago
|
||
Removing NI for UX team as Tori has been flagged.
Flags: needinfo?(firefoxos-ux-bugzilla)
Comment 6•10 years ago
|
||
I agree with Chris. In my opinion Comma is a frequent need than language selection.
Comment 7•10 years ago
|
||
If we keep current layout and put Comma and language-selector on keyboard at the same time, the backspace will be cut to a not-user-friendly size. This may need to resize other keys and UX/Visual would need some time to study on this.
Assignee | ||
Comment 8•10 years ago
|
||
I am very sorry -- this is actually an regression on my part. The spec asks the language switch key to show up (and replace the comma key) whenever there is one or more layout enabled, but the regression have cause it to always shown and the comma key is never shown.
I thought the question was whether or not to also keep the comma key even if the language switch key is shown.
Assignee: nobody → timdream
Blocks: 1200142
Status: NEW → ASSIGNED
blocking-b2g: --- → 2.5+
Flags: needinfo?(tchen)
Assignee | ||
Updated•10 years ago
|
Component: Gaia::Keyboard → Gaia::System::Input Mgmt
Comment 9•10 years ago
|
||
Assignee | ||
Comment 10•10 years ago
|
||
Comment on attachment 8682315 [details] [review]
[gaia] timdream:input-mgmt-setSupportsSwitchingTypes > mozilla-b2g:master
Alberto, could you review this small logical error :'( Thanks.
Attachment #8682315 -
Flags: review?(apastor)
Assignee | ||
Comment 11•10 years ago
|
||
Correction to comment 8:
The spec asks the language switch key to show up (and replace the comma key) whenever there is _more than two layout enabled_, but the regression have cause it to always shown and the comma key is always hidden.
I thought the question was whether or not to also keep the comma key even if the language switch key is shown.
Comment 12•10 years ago
|
||
Comment on attachment 8682315 [details] [review]
[gaia] timdream:input-mgmt-setSupportsSwitchingTypes > mozilla-b2g:master
Left a comment, but LGTM. Make sure all tests are green before landing (GU17 is failing, although I don't think is because of the patch)
Attachment #8682315 -
Flags: review?(apastor) → review+
Assignee | ||
Comment 13•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 14•10 years ago
|
||
Comment on attachment 8682315 [details] [review]
[gaia] timdream:input-mgmt-setSupportsSwitchingTypes > mozilla-b2g:master
[Approval Request Comment]
[Bug caused by] : bug 1200142
[User impact] if declined: A useless switch layout key will replace comma key on the keyboard for user only enables one layout
[Testing completed]: with unit test and manually
[Risk to taking this patch] (and alternatives if risky): the patch fixed a logical error located in one function. The risk is low since additional unit test is added to assert the logic.
[String changes made]: none.
Attachment #8682315 -
Flags: approval-gaia-v2.5?
Comment 15•10 years ago
|
||
Comment on attachment 8682315 [details] [review]
[gaia] timdream:input-mgmt-setSupportsSwitchingTypes > mozilla-b2g:master
This landed in 2.5. Updating approval flag
Thanks
Attachment #8682315 -
Flags: approval-gaia-v2.5? → approval-gaia-v2.5+
Comment 16•10 years ago
|
||
status-b2g-v2.5:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•