Closed Bug 49838 Opened 24 years ago Closed 24 years ago

text control not given proper border

Categories

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

x86
Windows NT
defect

Tracking

()

RESOLVED DUPLICATE of bug 55336
Future

People

(Reporter: buster, Assigned: mjudge)

Details

(Keywords: css1, helpwanted)

Attachments

(2 files)

see test case:  the two text controls should have different width borders.
using debug build from 8/18/00.
css1 compliance bug
Severity: normal → major
Keywords: css1
Attached image sample image
Steve -- they look the same to me, although on the screen grab the colors don't 
match, they do match in hte app, I am using win98, version 2000082304, 
commercial bits -- Kritzer is here and agrees that it looks good. Marking wfm, 
Kritzer will verify on linux and mac
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
you misread the bug.  they are supposed to have *different* width borders.  
Look at the source of the example.  Look at the example in 4.x
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
duh! you're right I did read it wrong -- I bad, moving this over to m19 for now
Target Milestone: --- → M19
future, per review
Keywords: helpwanted
Target Milestone: M19 → Future
Updating QA contact.
QA Contact: ckritzer → bsharma
The issue is the following rule in quirks.css:

input[type="text"] {
  border: 2px inset ! important;
  padding: 1px 0 0 0;
} 

Since the border is set as !important, there is no way to really override it
without being in strict mode.  And that's the way we want it to be, as far as I
can tell by the discussion in bug 55336.

*** This bug has been marked as a duplicate of 55336 ***
Status: REOPENED → RESOLVED
Closed: 24 years ago24 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: