Closed
Bug 803140
Opened 13 years ago
Closed 12 years ago
Text edit cursor (caret) placed at far right when a text input with spellcheck="true" is cleared
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox16 | - | affected |
| firefox17 | - | unaffected |
People
(Reporter: dtrebbien, Unassigned)
Details
Attachments
(2 files)
Steps to reproduce:
1. Open the attached test case in Firefox 15.0+. Alternatively, create an HTML file with the following contents and open in Firefox 15.0+:
<input type="text" name="test" spellcheck="true">
2. Enter the word "test" into the text input.
3. Using the mouse, select all text and press the Delete or Backspace key. Alternatively, double left click on the word "test" and press the Delete or Backspace key.
NOTE: You will not see the issue if you select the text with ⌘A or Ctrl+A.
4. Notice that the text caret is now at the far right like the attached screenshot.
This issue seems to have been introduced with Firefox 15.0 because Firefox 14.0.1 is not affected.
Tested versions of Firefox - issue present:
Firefox 16.0.1 on Mac OS X and Windows 7 - yes
Firefox 15.0 on Windows 7 - yes
Firefox 14.0.1 on Windows 7 - no
Firefox ESR 10.0.9 on Windows 7 - no
| Reporter | ||
Comment 1•13 years ago
|
||
Updated•13 years ago
|
Attachment #672806 -
Attachment mime type: text/plain → text/html
Comment 2•13 years ago
|
||
I can reproduce in Firefox16.0.1 but not Firefox17beta2
Fixed range:
http://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=2a8871238241&tochange=187fab385cb4
tracking-firefox16:
--- → ?
tracking-firefox17:
--- → ?
Comment 3•13 years ago
|
||
Will be fixed in FF17, and not critical - no need to track.
status-firefox16:
--- → affected
status-firefox17:
--- → unaffected
Comment 4•12 years ago
|
||
WFM on the 11/07 Nightly. Pleaseonly reopen this issue if you can reproduce it on current builds.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•