Closed Bug 38927 Opened 24 years ago Closed 24 years ago

[FIX-html.css]input[type="button"] background-color rendering problem

Categories

(Core :: Layout: Form Controls, defect, P3)

x86
Windows 98
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: jameslariviere, Assigned: rods)

Details

(Whiteboard: [nsbeta2+]6/15 Fix in tree)

Attachments

(1 file)

I noticed that input[type="button"] renders differently when styled compared to 
the input[type="reset"] and input[type="submit"].

Specifically, I noticed a gap in the background-color and the borders.  See the 
test case.
Marking confirmed, although this may be intentional.  In Mozilla, the second
button is different from the other 2.  In Linux 4.x, the first is different from
the other 2.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Need to change the color attr in:

input[type="button"]:-moz-focus-inner 

from:
   border : 1px solid rgb(206, 207, 206);
to:
   border : 1px solid inherit;
Status: NEW → ASSIGNED
Summary: input[type="button"] background-color rendering problem → [FIX-html.css]input[type="button"] background-color rendering problem
Nominating for nsbeta2. This fix is trival (simple change to html.css) and it 
improves the quality of Gecko
Keywords: nsbeta2
Whiteboard: Fix in tree
setting to M16
Target Milestone: --- → M16
Putting on nsbeta2+ radar.  Will become minus on 6/15.
Whiteboard: Fix in tree → [nsbeta2+]6/15 Fix in tree
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
fixed
Re-opening.
The middle button still renders differently on:
- MacOS9 2000-06-01-20-M16 Commercial Build
- Linux6 2000-06-01-20-M16 Commercial Build
- Win98  2000-06-01-21-M16 Commercial Build

Specificly, the middle button has a light colored border around the word 'test'.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
chaeck todays build, I checked the fix this morning before the builds. But I do 
have a minor change that affects only standard mode.
Status: REOPENED → ASSIGNED
This works fine for me in strict and in standard mode, is it still an issue?
fixed
Status: ASSIGNED → RESOLVED
Closed: 24 years ago24 years ago
Resolution: --- → FIXED
Marking VERIFIED FIXED on:
- MacOS9 2000-07-12-15-M17 Commercial
- Linux6 2000-07-12-21-M17 Commercial
- Win98  2000-07-12-21-M17 Commercial
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: