Bug 12072 - select with align attribute should not affect contained text
Summary: select with align attribute should not affect contained text
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-02 08:09 PST by Sam Weinig
Modified: 2007-01-02 22:01 PST (History)
0 users

See Also:


Attachments
testcase (1.27 KB, text/html)
2007-01-02 08:10 PST, Sam Weinig
no flags Details
patch (49.03 KB, patch)
2007-01-02 11:07 PST, Sam Weinig
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2007-01-02 08:09:53 PST
Currently, a select element with align='center' or align='right' causes the text contained in the button to be aligned center or right respectively.  Firefox and Opera always renders the text content left-justified.  I once again have not tested in IE6 or IE7.
Comment 1 Sam Weinig 2007-01-02 08:10:30 PST
Created attachment 12163 [details]
testcase
Comment 2 Bradley Morrison 2007-01-02 08:24:00 PST
Took a look at the testcase in IE6, can confirm text is left justified in all select elements.


Comment 3 Sam Weinig 2007-01-02 11:07:12 PST
Created attachment 12166 [details]
patch
Comment 4 Sam Weinig 2007-01-02 11:14:51 PST
Landed in r18529.
Comment 5 Darin Adler 2007-01-02 22:01:34 PST
Comment on attachment 12166 [details]
patch

Clear review flag since Sam already landed this.