RESOLVED INVALID 21657
active tab has incorrect background image
https://bugs.webkit.org/show_bug.cgi?id=21657
Summary active tab has incorrect background image
Anantha Keesara
Reported 2008-10-16 13:37:55 PDT
I Steps: Go to http://games.sina.com.cn/d/d/ II Issue: the active tab has incorrect background image III Conclusion: style property "line-height:150%" is causing this issue, if change it to "line-height:100%" then it works fine in any browser IV Other Browsers: IE7: ok FF3: not ok V Nightly tested: 37382
Attachments
reduction.zip (2.02 KB, application/octet-stream)
2008-10-16 13:37 PDT, Anantha Keesara
no flags
Anantha Keesara
Comment 1 2008-10-16 13:37:56 PDT
Created attachment 24409 [details] reduction.zip
Luke Macpherson
Comment 2 2012-03-14 20:53:23 PDT
This bug is ~3 years old now. Is it still reproducible?
David Barr
Comment 3 2012-06-20 21:11:29 PDT
The background is repeated and painted at it's intrinsic size. Setting the line-height to 150% causes the containing box to be taller than the intrinsic size of the background image. This is likely not the intent of the designer but WebKit is working as intended.
Note You need to log in before you can comment on or make changes to this bug.