Open
Bug 1707105
Opened 4 years ago
Investigate setting <select>'s multiple attribute at restore-time
Categories
(Firefox :: Session Restore, enhancement)
Firefox
Session Restore
Tracking
()
NEW
People
(Reporter: u608768, Unassigned)
References
Details
If a select element's "multiple" attribute is flipped at some point after the initial load, we'll collect formdata for that field assuming it's a multiple-select. But when we restore data for that field, it'll appear as a single-select (since the "multiple" attribute wouldn't have been changed yet), so we'll drop the data we collected.
We should investigate if it's feasible to manually flip the multiple attribute of the element when we notice that we have a MultipleSelect
entry but !select->Multiple()
.
You need to log in
before you can comment on or make changes to this bug.
Description
•