VERIFIED DUPLICATE of bug 110933 111241
REGRESSION(r143614-r143830):Compose tweet button not rendering at correct height
https://bugs.webkit.org/show_bug.cgi?id=111241
Summary REGRESSION(r143614-r143830):Compose tweet button not rendering at correct height
Chris Petersen
Reported 2013-03-01 20:49:51 PST
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
Chris Petersen
Comment 1 2013-03-01 21:36:52 PST
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
Comment 2 2013-03-01 22:34:39 PST
*** Bug 111070 has been marked as a duplicate of this bug. ***
Chris Petersen
Comment 3 2013-03-01 23:10:33 PST
Looking at the regression range. Wonder if this is the culprit - http://trac.webkit.org/changeset/143643
Simon Fraser (smfr)
Comment 4 2013-03-01 23:24:57 PST
Same as bug 110933?
Zan Dobersek
Comment 5 2013-03-02 00:25:15 PST
(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
Comment 6 2013-03-02 08:19:27 PST
Yes, indeed a duplicate.
Note You need to log in before you can comment on or make changes to this bug.