Closed
Bug 22233
Opened 25 years ago
Closed 25 years ago
Caret placed at beginning of wrong line
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M13
People
(Reporter: kinmoz, Assigned: mozeditor)
References
Details
To reproduce:
1. Load the following HTML into the editor:
<html>
<body>
<p>Put your caret at the end of this line:</p>
</body>
</html>
2. Place your caret at the end of the line after the colon ':' character.
3. Hit the return key.
4. Now type some text.
4. Hit the return key.
Notice how the caret is placed at the beginning of the line that contains the
text you just typed?
It should go on a new line below the text you just typed.
Updated•25 years ago
|
Target Milestone: M13
Comment 1•25 years ago
|
||
setting to m13
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•25 years ago
|
||
I can use this bug as a placeholder for all the "cursor moved when I hit return
or backspace" type bugs, which are all the same problem in the end. Low level
transactions are tweaking the selection out from under me.
I have a fix in mind (and moslty implemented) which will go in when I get back at
the beginning of Jan.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•25 years ago
|
||
fixed
Assignee | ||
Updated•25 years ago
|
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•25 years ago
|
||
ok, fixed for real.
You need to log in
before you can comment on or make changes to this bug.
Description
•