[Webkit-unassigned] [Bug 14395] When a <p> is inside <li> two <BR>s are rendered

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 30 07:01:45 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14395


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #15255|0                           |1
        is obsolete|                            |
  Attachment #15324|                            |review?
               Flag|                            |




------- Comment #5 from mitz at webkit.org  2007-06-30 07:01 PDT -------
Created an attachment (id=15324)
 --> (http://bugs.webkit.org/attachment.cgi?id=15324&action=view)
Check if the inline really generates line boxes

Also fixes the <ul><li><div><ul><li>foo</li></ul></div><br></li></ul> case,
which was rendered completely wrong in quirks mode, making it match Firefox by
not applying the quirk if the list is not a child of the list item.

As far as I can tell, the affected editing test was testing buggy conditions
that no longer occur with this patch, but I did not want to remove it.


-- 
Configure bugmail: http://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