Closed
Bug 6118
Opened 25 years ago
Closed 25 years ago
<input type="file"> control doesn't use parent's context
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
INVALID
M9
People
(Reporter: cmanske, Assigned: eric)
Details
The button part of the file picker widget is labeled "Browse..."
The background color is the system color instead of using the parent window's
color, at least it should when used in a dialog or toolbar.
The font attributes (face, color, and size) should also be obtained
from the parent. It currently shows the text in Courier (at least on Windows).
As far as I can tell, the button does not respond to CSS commands to try to
change the color and font. (Maybe that is a separate bug?)
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M7
Updated•25 years ago
|
Target Milestone: M7 → M9
Updated•25 years ago
|
Assignee: kmcclusk → evaughan
Status: ASSIGNED → NEW
Comment 1•25 years ago
|
||
Eric, I'm re-assigning to you since your working on this form element.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 2•25 years ago
|
||
Yes this will happen if you do not have GFX rendering turned on. Native buttons
do not respond to CSS. Try turning on GFX rendering.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•25 years ago
|
||
Verified Invalid
You need to log in
before you can comment on or make changes to this bug.
Description
•