Closed
Bug 239359
Opened 21 years ago
Closed 21 years ago
<input type="file"> cannot be resized with CSS width attribute + lack of repaint
Categories
(Core Graveyard :: GFX, defect)
Tracking
(Not tracked)
People
(Reporter: bugzilla, Unassigned)
References
()
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113
It isn't possible to set the CSS width: attribute for an <input> Element
of type="file". See the URL for further detail.
Reproducible: Always
Steps to Reproduce:
1. attempt to set the css-width of <input type="file">
Actual Results:
The element is not resized.
Additionally, the area, that would be occupied in case the width would have been
accepted, is not filled with the specified background-color.
Expected Results:
The element is resized by the browser flawlessly.
Comment 2•21 years ago
|
||
*** This bug has been marked as a duplicate of 52500 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Summary: <input type="file"> cannot be resized with CSS width attribute + lack of repaint → <input type="file"> cannot be resized with CSS width attribute + lack of repaint
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•