Closed
Bug 36964
Opened 25 years ago
Closed 25 years ago
[FIX]Input field of type File ignores styles
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
VERIFIED
FIXED
M17
People
(Reporter: rsalesas, Assigned: rods)
Details
(Keywords: testcase, Whiteboard: fix is in my tree)
Attachments
(1 file)
The code below doesn't take the styles applied to the input field of type file.
It should.
-----
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Untitled</title>
</head>
<body>
<input type=file style="border:0px;width:50%">
</body>
</html>
Comment 1•25 years ago
|
||
->Style System
Assignee: asadotzler → pierre
Component: Browser-General → Style System
QA Contact: jelwell → chrisd
Comment 2•25 years ago
|
||
Comment 3•25 years ago
|
||
So is the idea that the style gets applied to both the textbox and the button?
Related bug 33402 is marked as fixed. Was there a regression, or is the
problem limited to specific style elements.
Keywords: testcase
Updated•25 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Input filed of type File ignores styles → Input field of type File ignores styles
It appears, on my build (Netscape Preview) that neither the border nor the
width are being accepted.
Comment 5•25 years ago
|
||
Reassigned to HTML Form Controls.
Assignee: pierre → rods
Component: Style System → HTML Form Controls
QA Contact: chrisd → ckritzer
| Assignee | ||
Comment 6•25 years ago
|
||
Need to add inherit to file style (check in html.css)
Status: NEW → ASSIGNED
Summary: Input field of type File ignores styles → [FIX]Input field of type File ignores styles
Whiteboard: fix is in my tree
Target Milestone: --- → M17
| Assignee | ||
Comment 7•25 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•