Closed
Bug 3632
Opened 26 years ago
Closed 26 years ago
selection not properly updated after deletion
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
M3
People
(Reporter: mozeditor, Assigned: mozeditor)
Details
Delete a range of text where the end of the range is partway through a frame.
Observe that selection is updated improperly after the deletion. It behaves as
if it thinks the last frame in the range had no characters deleted and that they
are still selected.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Updated•26 years ago
|
Target Milestone: M3
Comment 1•26 years ago
|
||
Changed to M3
Assignee | ||
Comment 2•26 years ago
|
||
nsRangeList::ResetSelection() is not clearing out the selection state of frames
before setting selection. I have a fix which I am waiting to check in.
Assignee | ||
Comment 3•26 years ago
|
||
the fix has been code reviewed by mjudge. plan is to check in for dogfood, and
implement a more efficient fix post-dogfood.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•26 years ago
|
||
fix checked in.
Joe, is this happening for you still?
After I hit delete I don't see any selection, just a blinking
cursor where the text got deleted.
Assignee | ||
Comment 7•26 years ago
|
||
Sujay, you are seeing the correct behavior now. (I talked with Sujay and made
sure we were on the same page.)
You need to log in
before you can comment on or make changes to this bug.
Description
•