Closed
Bug 7058
Opened 26 years ago
Closed 26 years ago
gfx checkboxes, radiobuttons, and buttons do not honor outline border
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
M9
People
(Reporter: kmcclusk, Assigned: kmcclusk)
Details
gfx checkboxes, radiobuttons and buttons must support the outline border CSS
property. There is a question as to whether we have support to properly
re-render a frame that is using the outlineborder since it is drawn outside the
bounding box of the frame.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M8
Assignee | ||
Comment 1•26 years ago
|
||
The outline properties are set in the style content but are not currently used.
May need to create a new css outline method to render the outline. Outline's are
rendered a little differently than borders. The outline is always solid, not
inset or outset. Need to look at CSS spec.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M8 → M9
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•