Opened 10 years ago
Closed 10 years ago
#13049 closed defect (fixed)
[Regression] Transition does not work on TabBarButton
Reported by: | ykami | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Mobile | Version: | 1.6.1 |
Keywords: | 1.7-mobile | Cc: | |
Blocked By: | Blocking: |
Description
If we set transtion on TabBarButton like <li dojoType="dojox.mobile.TabBarButton" moveTo="view1" transition="slide" selected="true">View1</li>, the transition effect will not take place.
Note: See
TracTickets for help on using
tickets.
(In [25129]) Fixes #13049 !strict Need to pass transition and transitionDir to TransitionEvent?