RESOLVED WONTFIX 98835
[Chromium] Button with overflow: auto and 0px border+padding renders with scroll bar
https://bugs.webkit.org/show_bug.cgi?id=98835
Summary [Chromium] Button with overflow: auto and 0px border+padding renders with scr...
Ilya Sherman
Reported 2012-10-09 16:51:56 PDT
The code at the bottom of this description, also available at http://jsfiddle.net/cUVs9/, results in a button rendered with a horizontal scroll bar. This doesn't seem appropriate -- the default sizing should cause the text to fit correctly, sans scrollbar. <style> #button { border: 0; overflow: auto; padding: 0; } </style> <input type="button" id="button" value="Hello World!">​
Attachments
Kent Tamura
Comment 1 2012-10-14 19:53:55 PDT
I couldn't reproduce this with Google Chrome 22/24 OSX, Windows.
Ilya Sherman
Comment 2 2012-10-15 21:20:19 PDT
(In reply to comment #1) > I couldn't reproduce this with Google Chrome 22/24 OSX, Windows. I am testing with OS X 10.8.2. Perhaps it's a Lion-specific bug? (I can confirm that the issue does not reproduce on Windows.)
Note You need to log in before you can comment on or make changes to this bug.