Bug 14880 - not enough padding around text in an <input type="submit">
Summary: not enough padding around text in an <input type="submit">
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 523.x (Safari 3)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://www.tudou.com/index.html
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-03 17:04 PDT by Darin Fisher (:fishd, Google)
Modified: 2023-02-24 04:24 PST (History)
4 users (show)

See Also:


Attachments
reduced test case (1.28 KB, text/html)
2007-08-03 17:08 PDT, Darin Fisher (:fishd, Google)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.