[Webkit-unassigned] [Bug 42849] Incorrect merging of LIs using backspace

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 26 13:47:56 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=42849





--- Comment #4 from Tony Chang (Google) <tony at chromium.org>  2010-07-26 13:47:56 PST ---
(In reply to comment #3)
> (In reply to comment #1)
> > The current results are clearly wrong, but I think the expected result is to remove the bullet for the "Backspace here" item.  Hitting backspace again should merge the list items.
> 
> By removing the bullet, you mean to merge the LIs and insert a br/div?  Because that sounds like the most reasonable thing to do here.

No, I mean that the expected output should be like:
<b>
<ul><li>asdf</li></ul>
<div>Backspace here</div>
</b>

In IE, the <div> is actually a <p>, but WebKit uses <div> for paragraphs.  Pressing backspace a second time would produce Julie's suggested output (i.e., merge the paragraph into the list item).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list