#4384 closed defect (wontfix)
destroyRendering on an open FilteringSelect leaves the "popdown" visible
Reported by: | guest | Owned by: | haysmark |
---|---|---|---|
Priority: | low | Milestone: | 1.3 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | FilteringSelect destroyRendering | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
When a dijit.form.FilteringSelect? widget is open, calling its destroyRendering function will hide the main box, but not the dropdown. I'm not sure that the case would ever exist in "real" conditions though, I only noticed while playing with the functions in Firebug
Change History (4)
comment:1 Changed 13 years ago by
Milestone: | → 2.0 |
---|---|
Owner: | set to haysmark |
comment:2 Changed 13 years ago by
Milestone: | 2.0 → 1.3 |
---|
comment:3 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
By calling destroyRendering directly you bypass the one and only hook into destroyRendering (uninitialize) that widgets have. The correct method to call is destroy.
comment:4 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
Milestone 2.0 deleted