[Webkit-unassigned] [Bug 6047] :first-line text-decorations are not rendered

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 15 13:56:23 PDT 2007


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





------- Comment #2 from magic at magicninja.org  2007-08-15 13:56 PDT -------
Created an attachment (id=15988)
 --> (http://bugs.webkit.org/attachment.cgi?id=15988&action=view)
Patch to check if the RenderObject is a firstLineBlock

RenderObject::getTextDecorationColors does not check if the current
RenderObject stands for a firstLineBlock.
If my patch is ok, maybe the do/while loop should be convert into a normal
while loop since 'decorations' has already been modified before the loop.
I failed to run the tests on my linux box, so if someone can do it for me...


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