Open Bug 1021894 Opened 10 years ago Updated 2 years ago

Include <select> metadata with field data sent to the UI Glue

Categories

(Toolkit :: Form Manager, defect)

defect

Tracking

()

People

(Reporter: MattN, Unassigned)

References

(Blocks 1 open bug)

Details

When requestAutocomplete is initiated, we create a list of all pending autofill elements in that form and send them to the UI component.

We should include information about the various <select> attributes in the data sent so that the requestAutocomplete dialog can help select valid data. We should use the IDL attributes to access the data instead of the content attributes since they should already check the validity in most cases.

Examples:
* List of options (labels and values)
* required
* selected option(s)
Blocks: 1020819
No longer blocks: fx-autofill-backend
Whiteboard: p=3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.