Closed
Bug 3778
Opened 26 years ago
Closed 26 years ago
hit return at the end of the document on text line and selection dissappears
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: mjudge, Assigned: mjudge)
Details
hit return on text line and selection dissappears. seems to kinda go the
beginning of the content you just edited with a return
Updated•26 years ago
|
Target Milestone: M3
Comment 1•26 years ago
|
||
Changing to M3
Updated•26 years ago
|
Assignee: mjudge → buster
Comment 2•26 years ago
|
||
Assigning to Steve. We need to open a new bug for the general case when a
non-text node is selected and the user types.
Assignee: buster → mjudge
Summary: hit return on text line and selection dissappears → hit return at the end of the document on text line and selection dissappears
The content twiddling portion of this bug is fixed.
Hitting return in the middle of a document now sets selection to offset 0 in the
next text node, which makes subsequent inserts easy.
There is still the issue of showing a caret when the BR itself is selected, as
is the case with a BR at the end of a document. I'm reassigning the bug to Mike
for that portion. Changed the summary to reflect the new state of the bug.
I suggest we defer the rest of this to M4, unless Mike is 100% confident his fix
is rock-solid. It is a useability annoyance as is, but only a minor one.
Updated•26 years ago
|
Target Milestone: M3 → M4
Comment 5•26 years ago
|
||
moving to m4
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Mike, can you please clarify how to reproduce this?
Do I understand it correctly:
1) highlight some text
2) hit return
Is that all?
You need to log in
before you can comment on or make changes to this bug.
Description
•