Closed
Bug 611969
Opened 14 years ago
Closed 14 years ago
Button elements have additional padding; greater than what author specifies
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 140562
People
(Reporter: josh.tumath+bugzilla, Unassigned)
Details
Attachments
(1 file)
813 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b8pre) Gecko/20101112 Firefox/4.0b8pre
Build Identifier:
Elements with the CSS property "appearance:push-button;" have additional padding added to them. This "pseudo-padding" needs to be removed.
This does not occur in other layout engines.
Reproducible: Always
Reporter | ||
Comment 1•14 years ago
|
||
This test shows how button elements have additional padding in Gecko. They seem to have a 1px extra layer of padding on each side. In other browsers, the button elements look no different to any other element.
Updated•14 years ago
|
Whiteboard: DUPEME
![]() |
||
Comment 2•14 years ago
|
||
That padding is there for drawing the focus rectangle, which goes _inside_ the button, but _outside_ the link.
You're right that it should be removed; that just requires that the focus outline drawing be completely redone.
Updated•14 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Whiteboard: DUPEME
You need to log in
before you can comment on or make changes to this bug.
Description
•