[Webkit-unassigned] [Bug 36505] Generated run-in Content is Mistakenly Getting Deleted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 24 16:45:23 PDT 2010


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





--- Comment #8 from Joseph Pecoraro <joepeck at webkit.org>  2010-03-24 16:45:23 PST ---
hyatt's comments on IRC were:

> (1) teach the parent block not to be confused by a child run-in
> that is inline (and thus belongs to the parent block's parent)
> (2) teach the grandparent block how to find and update a successfully
> run-in child in one of its child blocks

> your bug fix is very close to fixing (1) but needs to check for inline
> display (inline renderobject type) also (2) is a separate bug and
> could be filed on its own fixing (1) won't make (2) any worse

I put them together because I believe fixing (1) did cause (2) to get worse
(the duplicate rendering still happened). So I came up with the above solution,
which worked as I expected it too in all the cases I could come up with (adding
extra block elements, floaters, etc).

-- 
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