#14692 closed defect (fixed)
ListItem does not respect transitionOptions
Reported by: | ykami | Owned by: | ykami |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8 |
Component: | DojoX Mobile | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
ListItem uses dojox.mobile_ItemBase to do default click action. However, the makeTransition method in dojox.mobile._ItemBase only support
"this.moveTo || this.href || this.url || this.scene"
and dojox.app use "transitionOptions" to perform transition, so there exists a regression in dojox.app.
Reported by EricWang
Change History (3)
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.8 |
---|
Note: See
TracTickets for help on using
tickets.
In [27705]: