[Webkit-unassigned] [Bug 15602] Quirksmode: CSS1: WebKit fails dynamic :first-letter test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 16 09:26:41 PDT 2013


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


Igor Trindade Oliveira <igor.oliveira at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-unassigned at lists.web |igor.oliveira at webkit.org
                   |kit.org                     |




--- Comment #7 from Igor Trindade Oliveira <igor.oliveira at webkit.org>  2013-05-16 09:25:08 PST ---
I am taking this one, I already have an initial patch for https://bugs.webkit.org/show_bug.cgi?id=94850, and it also fixes this bug.

Basically I am creating the first-letter when RenderBlock::addChild, RenderInline::addChild(RenderInline::addChild is trick because PseudoElement::attach has a reference to the first-letter and createFirstLetter destroys the ptr, so PseudoElement can have an invalid pointer) and RenderBlock::styleDidChange.

I am not using PseudoElement yet because i am concerned about performance.

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