Closed
Bug 1076
Opened 26 years ago
Closed 25 years ago
[NATIVE]CSS borders don't work on input elements
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
FIXED
M15
People
(Reporter: angus, Assigned: kmcclusk)
Details
Test case:
<html>
<body>
<form>
<input type="text"
style="width: 200px; border: thin solid red;
font-family: arial;
color:blue;
font-weight: bold;">
</form>
</body>
</html>
In IE 4/5, instead of the traditional 3d border around the text field, the
border becomes a thin solid red line. CSS spec says that supporting this is
optional on elements that aren't "normal," such as forms.
Updated•26 years ago
|
Status: NEW → ASSIGNED
Updated•26 years ago
|
Assignee: karnaze → rods
Status: ASSIGNED → NEW
Comment 1•26 years ago
|
||
There needs to be a way to turn off borders in the widget library so the border
can be painted by by the layout code.
Updated•26 years ago
|
Status: NEW → ASSIGNED
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → REMIND
Updated•26 years ago
|
QA Contact: 4137
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Updated•25 years ago
|
Assignee: rods → evaughan
Status: REOPENED → NEW
Comment 2•25 years ago
|
||
This bug may be completely out of date and not valid but I am assigning it to
Eric. This is his area now.
Updated•25 years ago
|
Assignee: evaughan → kmcclusk
Comment 3•25 years ago
|
||
Kevin,
You still own the other form elements right?
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M7
Assignee | ||
Comment 4•25 years ago
|
||
Yes, I still own them. This bug will be solved using frame-based form elements.
I don't think it worth the effort to make the native widgets render borderless
since there will still be alot of other CSS properties that the native widgets
will not honor.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M7 → M8
Assignee | ||
Updated•25 years ago
|
Target Milestone: M8 → M9
Comment 5•25 years ago
|
||
Assignee | ||
Updated•25 years ago
|
Summary: CSS borders don't work on input elements → [NATIVE]CSS borders don't work on input elements
Assignee | ||
Comment 6•25 years ago
|
||
Marked as native widget issue.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M9 → M15
Assignee | ||
Comment 7•25 years ago
|
||
Moving to M15, since this will be fixed when gfx rendered form elements are
enabled
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago → 25 years ago
Resolution: REMIND → FIXED
Assignee | ||
Comment 8•25 years ago
|
||
Fixed by enabling gfx rendered form elements as of Aug 19, 1999 4:00PM.
Will not fix for native widgets
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•