RESOLVED FIXED 12071
button with align attribute should not affect contained text
https://bugs.webkit.org/show_bug.cgi?id=12071
Summary button with align attribute should not affect contained text
Sam Weinig
Reported Tuesday, January 2, 2007 3:52:49 PM UTC
Currently, a button element with align='left' or align='right' causes the text contained in the button to be aligned left or right respectively. Firefox always renders the content center-justified. Opera has the same behavior as us. I have not tested in IE6 or IE7.
Attachments
testcase (1.05 KB, text/html)
2007-01-02 07:53 PST, Sam Weinig
no flags
patch (46.73 KB, patch)
2007-01-02 10:15 PST, Sam Weinig
mitz: review+
Sam Weinig
Comment 1 Tuesday, January 2, 2007 3:53:44 PM UTC
Created attachment 12162 [details] testcase
Bradley Morrison
Comment 2 Tuesday, January 2, 2007 4:05:08 PM UTC
(In reply to comment #0) > I have not tested in IE6 or IE7. Like FF, IE6 has centred text on all buttons.
Sam Weinig
Comment 3 Tuesday, January 2, 2007 6:15:11 PM UTC
mitz
Comment 4 Tuesday, January 2, 2007 6:18:44 PM UTC
Comment on attachment 12165 [details] patch r=me
Sam Weinig
Comment 5 Tuesday, January 2, 2007 6:40:43 PM UTC
Landed in r18528.
Note You need to log in before you can comment on or make changes to this bug.