Open
Bug 799938
Opened 13 years ago
Updated 3 years ago
text cursor caret in input move to right after text deleted
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: alex, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20100101 Firefox/15.0.1
Build ID: 20120905151427
Steps to reproduce:
1. Go to any site, find any text input. For example see search input of this bugzilla page. The caret located in the left of input by default.
2. type something
3. delete text pressing backspace or any other method.
Actual results:
Now caret appears in the right of input.
Expected results:
It should be on the left.
P.S. works on nightly also
WFM here.
Try in safe mode (https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode) and with a new profile (https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles), please.
| Reporter | ||
Comment 2•13 years ago
|
||
i tried.
In save mode this bug exists. Bug strangely in new profile this bug not working.
I can attach prefs.js if you want
You can if you want, but I'm not sure that someone is going to debug your current profile if the issue is fixed with a new profile...
| Reporter | ||
Comment 4•13 years ago
|
||
fine... i profiled prefs myself.
user_pref("layout.spellcheckDefault", 2); - makes this bug works.
http://kb.mozillazine.org/Layout.spellcheckDefault - there is no info why text caret became repositioned.
| Reporter | ||
Comment 5•13 years ago
|
||
Loic, are you confirm the bug now?
Do I need to install a dictionary in my profile to test? Or modifying prefs.js is enough?
| Reporter | ||
Comment 7•8 years ago
|
||
I havent checked this bug for years, but looks as it fixed now.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•