Closed
Bug 1095391
Opened 9 years ago
Closed 9 years ago
The uppercase key pop would show lowercase when it is disappearing
Categories
(Firefox OS Graveyard :: Gaia::Keyboard, defect)
Firefox OS Graveyard
Gaia::Keyboard
Tracking
(blocking-b2g:2.2+, b2g-v2.1 unaffected, b2g-v2.2 verified)
Tracking | Status | |
---|---|---|
b2g-v2.1 | --- | unaffected |
b2g-v2.2 | --- | verified |
People
(Reporter: rudyl, Assigned: rudyl)
References
Details
(Keywords: regression)
Attachments
(1 file)
STR === 1. Launch the keyboard and keep it in uppercase mode. 2. Tap on a key, like 'I' to make key popup show. 3. Release the key and see the popup is fading out. => At the same time, you would see lowercase popup. -- Should be a regression.
Assignee | ||
Comment 1•9 years ago
|
||
This patch should be able to solve this regression. However, I kind-of re-introduce the '{upperCase: true}' option back to the highlight() method, which I remember we removed before. This is the best way I can think of, so set feedback? first to see if you agree this is a proper fix. Thanks.
Attachment #8525983 -
Flags: feedback?(timdream)
Assignee | ||
Comment 2•9 years ago
|
||
This would depends on the patch bug 1100777.
Comment 3•9 years ago
|
||
Comment on attachment 8525983 [details] [review] Patch V1 Looks good, thank you. The only improvement I could ask for is to use css classes to toggle visibility, instead of set an inline style https://github.com/RudyLu/gaia/commit/4f406f232d76c05a9961044ba0f3b9c13aaf8619#diff-dd9059d084d4eb39368074dbc7d87865R160
Attachment #8525983 -
Flags: feedback?(timdream) → feedback+
Updated•9 years ago
|
Blocks: 1085359
blocking-b2g: --- → 2.2?
status-b2g-v2.1:
--- → unaffected
status-b2g-v2.2:
--- → affected
Assignee | ||
Comment 4•9 years ago
|
||
Comment on attachment 8525983 [details] [review] Patch V1 Patch updpated to address the review comments and add tests. Also did some cleanup for the setUpperCase API of LayoutPageView. Tim, please help review it. Thanks.
Attachment #8525983 -
Attachment description: WIP → Patch V1
Attachment #8525983 -
Flags: review?(timdream)
Comment 5•9 years ago
|
||
Comment on attachment 8525983 [details] [review] Patch V1 Please read Github comment. We should let the CSS do it's work if we could.
Attachment #8525983 -
Flags: review?(timdream)
Assignee | ||
Comment 6•9 years ago
|
||
Comment on attachment 8525983 [details] [review] Patch V1 Thanks for the advice, patch updated. Could you please help review it again?
Attachment #8525983 -
Flags: review?(timdream)
Comment 7•9 years ago
|
||
Comment on attachment 8525983 [details] [review] Patch V1 Superb!
Attachment #8525983 -
Flags: review?(timdream) → review+
Assignee | ||
Comment 8•9 years ago
|
||
master, https://github.com/mozilla-b2g/gaia/commit/fb700a6b518f68bdc4b619c5125f61aeb0b57b38 -- Thanks for the review!
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2.2 S1 (5dec)
Verified the issue is fixed on 2.2 Flame lowercase letter is no longer appears when uppercase letter is entered Device: Flame 2.2 Master (KK 319Mb Shallow Flash) BuildID: 20141125040209 Gaia: 824a61cccec4c69be9a86ad5cb629a1f61fa142f Gecko: acde07cb4e4d Version: 36.0a1 (2.2 Master) Firmware: V188-1 User Agent: Mozilla/5.0 (Mobile; rv:36.0) Gecko/36.0 Firefox/36.0
Status: RESOLVED → VERIFIED
QA Whiteboard: [QAnalyst-Triage?]
Flags: needinfo?(ktucker)
Updated•9 years ago
|
QA Whiteboard: [QAnalyst-Triage?] → [QAnalyst-Triage+]
Flags: needinfo?(ktucker)
You need to log in
before you can comment on or make changes to this bug.
Description
•