Closed Bug 1083301 Opened 10 years ago Closed 10 years ago

Close-paren disables autocorrection of previous word

Categories

(Firefox OS Graveyard :: Gaia::Keyboard, defect)

defect
Not set
normal

Tracking

(b2g-v2.2 fixed)

RESOLVED FIXED
Tracking Status
b2g-v2.2 --- fixed

People

(Reporter: dholbert, Assigned: anirudhgp, Mentored)

Details

(Whiteboard: [good first bug][lang=js][mentor-lang=zh])

Attachments

(1 file)

(Feel free to replace "Tesy" with any slightly-typo'd word, in my examples below)

STR:
 0. Open Messaging app or any other app with a text field.
 1. Type in your typo'd word.
  ---> IMPORTANT: Make sure there's a blue-highlighted autocorrect suggestion.

 3. Now, type any of the following:
     - a close-paren
     - a double-quote character

So, you've typed in e.g.: 'Tesy)' or 'Tesy"'

EXPECTED RESULTS:
 Typo should be autocorrected when you type in the punctuation.

ACTUAL RESULTS:
 Typo is not autocorrected. I have to go back and fix it myself.


(I get EXPECTED RESULTS if I type in a period, or a comma, a question mark, or an exclamation point, in step 3. But close-paren disables the autocorrection for some reason.)

I'm using a Flame running a FxOS 2.1-based build, from the "aurora" update channel.
OS: Linux → All
Hardware: x86_64 → All
This should be a good first bug to add both ) and " symbol as an end symbol to trigger auto-correction.
The code lives in,
 https://github.com/mozilla-b2g/gaia/blob/master/apps/keyboard/js/imes/latin/latin.js
Mentor: rlu
Whiteboard: [good first bug][lang=js][mentor-lang=zh]
I'm interested in working on this bug. I'll try and get Gaia setup.
So we just have to add ) and " as keywords and  then add these 2 cases in this place: https://github.com/mozilla-b2g/gaia/blob/master/apps/keyboard/js/imes/latin/latin.js#L391 ?
(In reply to Rudy Lu [:rudyl] from comment #1)
> This should be a good first bug to add both ) and " symbol as an end symbol
> to trigger auto-correction.
> The code lives in,
>  https://github.com/mozilla-b2g/gaia/blob/master/apps/keyboard/js/imes/latin/
> latin.js

I'll get on it right away as soon as my build finishes. Can you assign this bug to me?
Sorry that you guys didn't get responses yet -- Rudy might be out of the office or might've missed your comments.  (For future reference, you can use the "Need more information from [...]" dropdown box at the bottom of a bug page [filling in the email of the person you're waiting on], to better get someone's attention.)

I'm going ahead & assigning this to anirudh, since it sounds like he may have gotten further in getting a build set up & also may be more likely to still be interested in working on this (having commented more recently).
Assignee: nobody → anirudh.gp
(In reply to Daniel Holbert [:dholbert] from comment #5)
> Sorry that you guys didn't get responses yet -- Rudy might be out of the
> office or might've missed your comments.  (For future reference, you can use
> the "Need more information from [...]" dropdown box at the bottom of a bug
> page [filling in the email of the person you're waiting on], to better get
> someone's attention.)
> 
> I'm going ahead & assigning this to anirudh, since it sounds like he may
> have gotten further in getting a build set up & also may be more likely to
> still be interested in working on this (having commented more recently).

Thanks a lot. I'm working on this bug right now.
What keycodes do i assign to ) and " ? I see that the other punctuation marks have been assigned some numbers.
Flags: needinfo?(rlu)
Flags: needinfo?(rlu)
Flags: needinfo?(rlu)
Comment on attachment 8512561 [details] [review]
Pull request for adding ) and " as end symbols to trigger auto-correction in latin.js file

Looks great! r=me.

Sorry for the delay, I should have noticed the comments earlier.


Daniel,

Thanks for your help as well.
Flags: needinfo?(rlu)
Attachment #8512561 - Flags: review?(rlu) → review+
master,
https://github.com/mozilla-b2g/gaia/commit/fad63415b731cee5ed1a1c8432b1ba0804aaa7c5
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
No problem :)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: