Bug 14880

Summary: not enough padding around text in an <input type="submit">
Product: WebKit Reporter: Darin Fisher (:fishd, Google) <fishd>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: adele, ahmad.saleem792, deepak.m1, hyatt
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: All   
OS: All   
URL: http://www.tudou.com/index.html
Attachments:
Description Flags
reduced test case none

Description Darin Fisher (:fishd, Google) 2007-08-03 17:04:47 PDT
not enough padding around text in an <input type="submit">

go to http://www.tudou.com/index.html, and notice that the button at the top that looks like a search button has its right hand side cropped.  this button is implemented as an <input type="submit"> with a custom background image of a fixed size, but the site fails to specify the width of the input field accordingly.

FF and IE appear to add a little more padding to the left and right of the text within the <input type="search">.

Reduced test case coming up.
Comment 1 Darin Fisher (:fishd, Google) 2007-08-03 17:06:01 PDT
I see this bug in Safari 3 and WebKit r24803.
Comment 2 Darin Fisher (:fishd, Google) 2007-08-03 17:08:50 PDT
Created attachment 15835 [details]
reduced test case
Comment 3 Ahmad Saleem 2023-02-24 04:24:48 PST
Safari Technology Preview 164, Chrome Canary 112 and Firefox Nightly 112 are matching with each other and still have right hand clipping on button.

Marking this as "RESOLVED CONFIGURATION CHANGED". Thanks!

Please reopen if it is reproducible.