Bug 111241
Summary: | REGRESSION(r143614-r143830):Compose tweet button not rendering at correct height | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Petersen <c.petersen87> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | VERIFIED DUPLICATE | ||
Severity: | Normal | CC: | beidson, cbiesinger, darin, rego, simon.fraser, zan |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | https://twitter.com |
Chris Petersen
With r144510, I'm noticing the compose tweet button is not rendering at the correct height. I'm working on a final reduction of the page but I have attached a sample of the page
1) Launch Webkit NB r144510, go to https://twitter.com. Log in to your account.
2) Notice the compose tweet button is not rendered at correct height
3) I have attached a sample of page and will continue to reduce it further
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chris Petersen
When CSS class is specified for inline element nested in BUTTON, the problem occurs.
<!DOCTYPE html>
<head>
<style type="text/css">
.nav-tweet{height:22px}.nav-tweet{float:left;margin-top:0)
</style>
</head>
<body>
<button type="button">
<i class="nav-tweet"></i>
</button>
</body>
</html>
Zan Dobersek
*** Bug 111070 has been marked as a duplicate of this bug. ***
Chris Petersen
Looking at the regression range. Wonder if this is the culprit - http://trac.webkit.org/changeset/143643
Simon Fraser (smfr)
Same as bug 110933?
Zan Dobersek
(In reply to comment #4)
> Same as bug 110933?
Yup.
https://bugs.webkit.org/show_bug.cgi?id=110933#c4
*** This bug has been marked as a duplicate of bug 110933 ***
Chris Petersen
Yes, indeed a duplicate.