Closed
Bug 10682
Opened 26 years ago
Closed 24 years ago
[CBX]{css3} gfx-comboboxes use illegal id=-moz-display
Categories
(Core :: Layout: Form Controls, defect, P3)
Core
Layout: Form Controls
Tracking
()
RESOLVED
INVALID
Future
People
(Reporter: kmcclusk, Assigned: rods)
Details
(Keywords: css3)
gfx-Comboboxes currently use a button with an id set to -moz-display. This needs
to be removed one Peter Linss gives us the ability to create a button frame
through the display property.
Comment 1•26 years ago
|
||
The ability to specify that a given node should be a button is already in place.
Try:
{
display: inline-block;
user-input: enabled;
modify-content: read-only;
selection-style: none;
}
All of these CSS3 properties are currently reflected in the style context, the
button behavior is specified by the combination of user-input, modify-content
and selection-style.
Nisheeth and Troy are working on making inline-block work.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → LATER
Assignee | ||
Comment 2•25 years ago
|
||
Peter has not implemented this yet, so I can't make the actual change to the
code. Changing the status to "later"
Comment 3•25 years ago
|
||
??? Everything I described is implemeneted. Have at it.
Assignee | ||
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Assignee | ||
Comment 4•25 years ago
|
||
Reopening for investigation during M10
Updated•25 years ago
|
Summary: gfx-comboboxes use illegal id=-moz-display → {css3} gfx-comboboxes use illegal id=-moz-display
Assignee | ||
Updated•25 years ago
|
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → LATER
Comment 7•24 years ago
|
||
reopening and marking Future...
Status: RESOLVED → REOPENED
Resolution: LATER → ---
Target Milestone: --- → Future
Assignee | ||
Updated•24 years ago
|
Summary: {css3} gfx-comboboxes use illegal id=-moz-display → [CBX]{css3} gfx-comboboxes use illegal id=-moz-display
Assignee | ||
Comment 8•24 years ago
|
||
I am marking this invalid, because it is no longer using moz-display
Status: REOPENED → RESOLVED
Closed: 25 years ago → 24 years ago
Resolution: --- → INVALID
Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•