[Webkit-unassigned] [Bug 13822] New: CSS background color not drawn for overflown text in inline blocks
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 22 11:46:24 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=13822
Summary: CSS background color not drawn for overflown text in
inline blocks
Product: WebKit
Version: 522+ (nightly)
Platform: PC
URL: http://just1gb.googlepages.com/inline-block-
overflow.html
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: just1gb at gmail.com
In the example below,
<span>Here comes an <span style="background: silver; display: inline-block;
width: 100px; vertical-align: top; height: 20px;">inline block with
overflow.</span></span>
the text overflows to next line and the background color of "silver" applies to
overflown text as well.
IE: behaves correctly
Firefox: Does not seem to properly impelemtn width and height for inline-blocks
Webkit: width and height of inline-blocks are implemented, however background
color not drawn properly.
Repro: Use this URL http://just1gb.googlepages.com/inline-block-overflow.html
--
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