Closed
Bug 882863
Opened 12 years ago
Closed 7 years ago
When typing words in fast the auto-corrections are sometimes skipped
Categories
(Firefox OS Graveyard :: Gaia::Keyboard, defect)
Tracking
(tracking-b2g:+)
RESOLVED
WONTFIX
tracking-b2g | + |
People
(Reporter: djabber, Unassigned)
Details
Attachments
(1 file)
2.00 KB,
text/plain
|
Details |
When typing fast sometimes the auto-correction just doesn't work.
E.g., I type in "uodate" - and it left as it was, even though "update" is the suggested item.
Similarly, I can type "Juky" - even though July was the auto-correct suggestion
Comment 1•11 years ago
|
||
How fast did you type ? I can type these words normally with auto-corrections both in the built-in browser and message app.
Flags: needinfo?(fdjabri)
Comment 2•11 years ago
|
||
(In reply to Greg Weng [:snowmantw] from comment #1)
> How fast did you type ? I can type these words normally with
> auto-corrections both in the built-in browser and message app.
I'm using a Unagi/1.1.0-prerelease device.
Comment 3•11 years ago
|
||
I am removing the flag for Francis since he filed this bug and is already copied on it.
Flags: needinfo?(fdjabri)
Comment 4•10 years ago
|
||
This is a very old but it's still valid. The reason this happens is because we do not wait for the suggestion worker to return before processing the next key in latin.js.
I can try to do some measurement and see how this could affect the speed of typing.
Updated•10 years ago
|
Assignee: nobody → timdream
Comment 5•10 years ago
|
||
Here is my test and result. I hit some random keys w/o actually typing words:
sendKey: 33.6ms console.js:65
sendKey: 55.13ms console.js:65
predictions: 62.02ms latin.js:288
sendKey: 31.37ms console.js:65
predictions: 70.66ms latin.js:288
sendKey: 15.21ms console.js:65
predictions: 8.66ms latin.js:288
sendKey: 64.8ms console.js:65
sendKey: 10.35ms console.js:65
predictions: 19.93ms latin.js:288
sendKey: 106.55ms console.js:65
predictions: 44.76ms latin.js:288
sendKey: 124.23ms console.js:65
predictions: 13.52ms latin.js:288
sendKey: 111.21ms console.js:65
predictions: 5.52ms latin.js:288
sendKey: 66.3ms console.js:65
So although our sendKey() API does not perform well, it's possible the prediction takes more time than the API; therefore it's possible for prediction engine to delay the handling of the keys.
With that I don't think we should be able to fix this bug anytime soon.
Updated•10 years ago
|
Assignee: timdream → nobody
Updated•10 years ago
|
feature-b2g: --- → 2.2?
Updated•10 years ago
|
Assignee | ||
Updated•10 years ago
|
blocking-b2g: backlog → ---
Comment 6•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•