#1839 closed defect (fixed)
dojo.widget.Dialog loses ContentPane functionality
Reported by: | Owned by: | liucougar | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The dojo.widget.Dialog widget in 0.4 extends dojo.widget.ContentPane? and mixes in dojo.widget.ModalDialogBase?. The dojo.widget.ModalDialogBase? overrides the ContentPane?'s postCreate method and loses all of the functionality provided there. This seems to affect preloading and supplying a handler, since these are the functions performed in the postCreate method.
Could the dojo.widget.Dialog explicitly call both the dojo.widget.ModalDialogBase? and dojo.widget.ContentPane? postCreate methods?
Change History (5)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Milestone: | → 0.4.1 |
---|---|
Owner: | changed from bill to liucougar |
Version: | → 0.4 |
comment:3 Changed 14 years ago by
Status: | new → assigned |
---|
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [6449]) fixes #1839: dojo.widget.Dialog loses ContentPane? functionality
Note: See
TracTickets for help on using
tickets.
This error can be easily reproduced by attempting to set the "preload" property to true on a Dialog widget and observing that the content is not in fact preloaded.