[Webkit-unassigned] [Bug 30846] display: inline-block + vertical-align: text-bottom causes misalignment.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 16 13:54:01 PST 2009


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





--- Comment #6 from Darin Adler <darin at apple.com>  2009-11-16 13:54:00 PST ---
(From update of attachment 43272)
> -            if (!isReplaced()) // lineHeight - baselinePosition is always 0 for replaced elements, so don't bother wasting time in that case.
> +            if (!isReplaced() || style()->display() == INLINE_BLOCK) // lineHeight - baselinePosition is always 0 for replaced elements, so don't bother wasting time in that case.

We'll need someone more familiar with the rendering code to review the
substance of this patch. But the comment needs to be changed. It's now
definitely wrong.

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