Closed
Bug 115900
Opened 24 years ago
Closed 23 years ago
merging blocks via backspace/forward-delete only works with text
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
mozilla1.4beta
People
(Reporter: mozeditor, Assigned: mozeditor)
Details
Take this html:
<ol>
<li>some text</li>
</ol>
more text
If you put caret at end of "some text" and hit (forward) delete, it will pull up
"more text" into the list item. But if the content after the list begins with
some other type of inline content besides test, such as a <br> or an image, then
instead the caret will pop down to after the list, deleting nothing.
Example:
<ol>
<li>some text</li>
</ol>
<br>
more text
The above html will show failure case.
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.8
| Assignee | ||
Comment 1•24 years ago
|
||
pushing off 098 to 099
Target Milestone: mozilla0.9.8 → mozilla0.9.9
| Assignee | ||
Comment 2•24 years ago
|
||
the swami says: things that will not land in 099!
Target Milestone: mozilla0.9.9 → mozilla1.0
Comment 3•24 years ago
|
||
Moving bugs to Mozilla1.1 that are not EDITORBASE+.
Target Milestone: mozilla1.0 → mozilla1.1
| Assignee | ||
Comment 4•23 years ago
|
||
The days of having a half dozen milestones out in front of us to divide bugs
between seem to be gone, though I dont know why. Lumping everything together as
far out as I can. I'll pull back things that I am working on as I go.
Target Milestone: mozilla1.1alpha → mozilla1.2beta
| Assignee | ||
Comment 5•23 years ago
|
||
[ushing these out as far as bugzilla will let me. I'll pull them back as I work
on them.
Target Milestone: mozilla1.2beta → mozilla1.4beta
| Assignee | ||
Comment 6•23 years ago
|
||
fixed by bid deletion rewrite
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•