Issue 2072: Button padding mess
http://code.google.com/p/chromium/issues/detail?id=2072

New issue report by [EMAIL PROTECTED]:
Text in the search button on http://topkayaker.net/TopKayakerShop/ gets
clipped on the right.

For <button> and <input type=button>, if it has a fixed width, then
browsers do all sorts of different things with the padding on the button.

IE: If you set a fixed width it respects padding if you set it, otherwise
centers the button contents in the button.

FF: If you set a fixed width totally ignores your *horizontal* padding and
(mostly) centers your content.

Chrome: If you set a fixed width it respects padding if you set it,
otherwise acts as if padding:0 3px (which is the default padding in FF if
you don't set a fixed width).

Not totally sure what the right thing to do is. I lean towards having the
default padding change to padding:0 if you set a fixed width.

Haven't tested, but I presume the same all applies to fixed-height buttons.


Issue attributes:
        Status: Untriaged
        Owner: [EMAIL PROTECTED]
        Labels: Type-Bug Pri-2 OS-All Area-WebKit

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to