Closed
Bug 4381
Opened 26 years ago
Closed 26 years ago
Dynamic update of combo box widget
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: gayatrib, Assigned: pollmann)
References
()
Details
Profile picker UI requires combo box widget to be
dynamically updated. There is a limitation on
updating widgets when they are dynamically
populated. This has to be fixed.
Updated•26 years ago
|
Assignee: trudelle → rods
Comment 1•26 years ago
|
||
reassigning to rods for triage. Is this a new requirement?
Updated•26 years ago
|
Assignee: rods → kmcclusk
Updated•26 years ago
|
Target Milestone: M6
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 2•26 years ago
|
||
I need more info on this. What is the limitation?
Updated•26 years ago
|
Target Milestone: M6 → M7
Updated•26 years ago
|
Assignee: kmcclusk → pollmann
Status: ASSIGNED → NEW
Comment 3•26 years ago
|
||
Eric, I am reassigning to you. I assume this bug has to do with going through
the DOM to dynamically populate the combo box (select).
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•26 years ago
|
||
Yup! Vidur and I fixed this for M6.
Test case is here:
http://blueviper/forms/addoption.html
Entering an index, then clicking on the delete button will delete an option.
Entering a new text, value, and index, then clicking on Add will place that
option at the specified index (set, not insert)
The only remaining issues are bug 3187 - a glitch with loosing selection info
and bug 4479 - the view is not resized to display a combo if it starts as size
zero.
Closing this bug.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
verified on all platforms with 6/14 builds
You need to log in
before you can comment on or make changes to this bug.
Description
•