Bug 12072

Summary: select with align attribute should not affect contained text
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
testcase
none
patch none

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.