Closed
Bug 839440
Opened 12 years ago
Closed 12 years ago
Typing a space in a javascript-generated "contenteditable" paragraph sets caret (cursor) position to the begining of the paragraph when the next character is typed.
Categories
(Firefox for Android Graveyard :: Keyboards and IME, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: cris_roux, Unassigned)
References
()
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:18.0) Gecko/20100101 Firefox/18.0
Build ID: 20130201065344
Steps to reproduce:
I'm developping a web app in which the user types a text in a "contenteditable" paragraph. This paragraph is generated by Javascript (replacing a default textarea for users who don't use Javascript).
Actual results:
When I type a word, then a space, then another word, the word after the space is typed at the beginning of the paragraph.
Here is a test page for you to see the bug on Firefox for Android : http://sniptweet.com/bugFF/
Expected results:
The word typed after the space should logically appear after the space...
Reporter | ||
Updated•12 years ago
|
Comment 1•12 years ago
|
||
Hi cybergrunge,
Can you try again using Firefox Beta available in the Play Store? If that still doesn't work, can you try installing Nightly (http://nightly.mozilla.org/) and see if that fixes the problem?
Thanks!
Flags: needinfo?(cris_roux)
OS: Mac OS X → Android
Hardware: x86 → ARM
Reporter | ||
Comment 2•12 years ago
|
||
Ok, it works with both with Beta and Nightly. Can I be sure it will work the same way in the next FF Android release ?
Flags: needinfo?(cris_roux)
Comment 3•12 years ago
|
||
(In reply to cybergrunge from comment #2)
> Ok, it works with both with Beta and Nightly. Can I be sure it will work the
> same way in the next FF Android release ?
Yes. Next week, the current Beta will become the next Release.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•