Opened 10 years ago
Closed 10 years ago
#12677 closed defect (fixed)
startup() is not called when making transition to ListItem#url
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
When making a transition to a specified url and the content of the url is html fragment, the parser is called to create a new view from the html fragment. In that case, startup() of the instantiated widgets may not be called.
Note: See
TracTickets for help on using
tickets.
(In [24333]) Fixes #12677 !strict. After parsing the given html fragment, call startup() for the instantiated widgets.