Closed
Bug 161723
Opened 22 years ago
Closed 22 years ago
backspace through list item when at beginning of document
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M1
People
(Reporter: Brade, Assigned: mozeditor)
Details
(Whiteboard: EDITORBASE+; fixinhand; need r=)
Attachments
(1 file)
(deleted),
patch
|
kinmoz
:
superreview+
|
Details | Diff | Splinter Review |
backspace through list item when at beginning of document
Reporter | ||
Updated•22 years ago
|
Whiteboard: EDITORBASE+
Assignee | ||
Comment 1•22 years ago
|
||
Bug: when you backspace thru first list item in a list, the selection goes to
the front of the _new_ first list item (what used to be second list item). This
means you can never get out of a list by backspacing unless you had started from
the very end of the entire list.
This is particularly annoying when the list is at the front of the document,
since you cant click before the list either.
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•22 years ago
|
||
this patch includes the work for 159924 as well. sorry.
Assignee | ||
Updated•22 years ago
|
Whiteboard: EDITORBASE+ → EDITORBASE+; fixinhand; need r=,sr=
Target Milestone: --- → M1
Comment on attachment 94912 [details] [diff] [review]
patch to nsHTMLEditRules.cpp
sr=kin@netscape.com
Should this be an nsAutoString?
+ nsString tString(*aBlockType);
Attachment #94912 -
Flags: superreview+
Whiteboard: EDITORBASE+; fixinhand; need r=,sr= → EDITORBASE+; fixinhand; need r=
Assignee | ||
Comment 4•22 years ago
|
||
fix landed on trunk
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•22 years ago
|
QA Contact: sujay → sairuh
Comment 5•22 years ago
|
||
backspacing through the first list element now goes outside the list. vrfy'd
fixed on win2k and linux rh8.0 (2003.03.03) and mac 10.2.4 92003.02.28).
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•