[Webkit-unassigned] [Bug 13576] REGRESSION (r20980): Vertical alignment was working, now doesn't always work.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 9 23:04:50 PDT 2007


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





------- Comment #5 from bdakin at apple.com  2007-05-09 23:04 PDT -------
Mitz is right. The following two lines were added to the top of
RenderObject::verticalPositionHint() in that patch:

+if (firstLine) // We're only really a first-line style if the document
actually uses first-line rules.
+       firstLine = document()->usesFirstLineRules();

And removing those lines fixes the bug. I hesitate to post a patch before
consulting Hyatt, though, because I am confused about those lines...even though
I reviewed the patch. /me feels sheepish!


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