Opened 9 years ago
Closed 5 years ago
#14669 closed enhancement (patchwelcome)
swap in dojox.mobile.SwapView does not trigger dojo/event
Reported by: | ebengtso | Owned by: | Patrick Ruzand |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Mobile | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When swapping dojox.mobile.SwapView? views, it does not trigger any events.
Is it possible to either view TransitionIn? events or a kind of onAfterSwapIn be triggered?
Change History (6)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Component: | General → DojoX Mobile |
---|---|
Owner: | set to ykami |
comment:3 Changed 9 years ago by
SwapView publishes the "/dojox/mobile/viewChanged" topic. You should be able to subscribe this topic.
comment:4 Changed 8 years ago by
Owner: | changed from ykami to Eric Durocher |
---|---|
Status: | new → assigned |
Type: | defect → enhancement |
comment:5 Changed 8 years ago by
Owner: | changed from Eric Durocher to Patrick Ruzand |
---|
comment:6 Changed 5 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | assigned → closed |
As noted, the solution is to subscribe to a topic. Closing this. Feel free to reopen if there are plans to implement this change, or if someone wants to submit a patch.
Note: See
TracTickets for help on using
tickets.
Moreover, if resize is called on a SwapView? page that is displayed, other pages are not resized. Shouldn't resize be called on all SwapView? pages?