[Webkit-unassigned] [Bug 14221] Repro crash (ASSERTION FAILED: oldText in RenderBlock::updateFirstLetter() during relayout of :before content with first-letter style)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 18 15:37:56 PDT 2007


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





------- Comment #3 from mitz at webkit.org  2007-06-18 15:37 PDT -------
The actual bug is that RenderContainer::updateBeforeAfterContentForContainer()
doesn't know how to update the old content's style if it also has a
first-letter pseudo-element style. The update loops assumes that the children
of the before/after generated content container are either text renderers or
images, and that they all have the BEFORE or AFTER style type.


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