#12489 closed defect (fixed)
dojox.mobile.View#startup() is not called when loaded dynamically
Reported by: | ykami | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Mobile | Version: | 1.6.0 |
Keywords: | 1.7-mobile | Cc: | |
Blocked By: | Blocking: |
Description
If views are loaded as html fragment using the url property, those views' startup() never be called.
Change History (2)
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Note: See
TracTickets for help on using
tickets.
(In [24069]) Fixes #12489 !strict. Removed the code that prevents startup() to be called.