[Webkit-unassigned] [Bug 21712] Indent on li creates new ol instead of merging with existing ol, numbering incorrect.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 22 12:52:47 PDT 2009


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





------- Comment #2 from rniwa at google.com  2009-06-22 12:52 PDT -------
Created an attachment (id=31668)
 --> (https://bugs.webkit.org/attachment.cgi?id=31668&action=view)
produces unexpected behavior in Firefox

I'm currently making a patch for this bug.  And I'll be posting in the next
half an hour or so but there is a slight compilation about this fix.  The
attachment tests what happens if we indented a list item that is sandwiched
between two nested lists.  While I expected the result to be one big nested
list with three items, Firefox combined the indented item to the previous list,
and left the third list alone; i.e. of the three lists produced by indentation,
Firefox combined the first two.  For consistency, my patch would produce the
exact result Firefox produces.  It is also the case that combining all lists
requires much more code.


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



More information about the webkit-unassigned mailing list