[Webkit-unassigned] [Bug 53498] New: WebKit incorrectly calculates element basline when useing "display:inline-block" and "overflow: hidden"
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 1 09:04:18 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=53498
Summary: WebKit incorrectly calculates element basline when
useing "display:inline-block" and "overflow: hidden"
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: skylined at chromium.org
Created an attachment (id=80763)
--> (https://bugs.webkit.org/attachment.cgi?id=80763&action=review)
Repro
I found a bug that leads to elements getting the wrong baseline when using CSS style "display:inline-block; overflow:hidden". I've attached a repro, which renders differently in FF and WebKit. At first I thought this was a bug in Firefox, but apparently this is by design and WebKit is wrong:
https://bugzilla.mozilla.org/show_bug.cgi?id=615712
In the attached repro, the first fieldset should apparently have the "2" aligned to the bottom to follow the spec. In Chrome and Safari this is not the case; both are aligned at the top.
--
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