#13753 closed defect (fixed)
View transition fails if moveTo has parameters starting with '?'
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
The moveTo parameter can take parameters. For example, this takes you to the "bar" view with parameter.
moveTo="#bar&myParam=0001"
However, view transition fails if parameters start with '?' as below.
moveTo="#bar?myParam=0001"
Note: See
TracTickets for help on using
tickets.
In [26346]: