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)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

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.
Status: NEW → ASSIGNED
Assignee: karnaze → rods
Status: ASSIGNED → NEW
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.
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → REMIND
QA Contact: 4137
Status: RESOLVED → REOPENED
Assignee: rods → evaughan
Status: REOPENED → NEW
This bug may be completely out of date and not valid but I am assigning it to Eric. This is his area now.
Assignee: evaughan → kmcclusk
Kevin, You still own the other form elements right?
Status: NEW → ASSIGNED
Target Milestone: M7
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.
Target Milestone: M7 → M8
Target Milestone: M8 → M9
Summary: CSS borders don't work on input elements → [NATIVE]CSS borders don't work on input elements
Marked as native widget issue.
Target Milestone: M9 → M15
Moving to M15, since this will be fixed when gfx rendered form elements are enabled
Status: ASSIGNED → RESOLVED
Closed: 26 years ago25 years ago
Resolution: REMIND → FIXED
Fixed by enabling gfx rendered form elements as of Aug 19, 1999 4:00PM. Will not fix for native widgets
Status: RESOLVED → VERIFIED
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.