Closed Bug 10682 Opened 25 years ago Closed 24 years ago

[CBX]{css3} gfx-comboboxes use illegal id=-moz-display

Categories

(Core :: Layout: Form Controls, defect, P3)

defect

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.
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.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → LATER
Peter has not implemented this yet, so I can't make the actual change to the
code. Changing the status to "later"
??? Everything I described is implemeneted. Have at it.
Status: RESOLVED → REOPENED
Reopening for investigation during M10
Resolution: LATER → ---
clearing resolution
Summary: gfx-comboboxes use illegal id=-moz-display → {css3} gfx-comboboxes use illegal id=-moz-display
Status: REOPENED → RESOLVED
Closed: 25 years ago25 years ago
Resolution: --- → LATER
Keywords: css3
Updating QA contact.
QA Contact: phillip → bsharma
reopening and marking Future...
Status: RESOLVED → REOPENED
Resolution: LATER → ---
Target Milestone: --- → Future
Summary: {css3} gfx-comboboxes use illegal id=-moz-display → [CBX]{css3} gfx-comboboxes use illegal id=-moz-display
I am marking this invalid, because it is no longer using moz-display
Status: REOPENED → RESOLVED
Closed: 25 years ago24 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.