Opened 10 years ago
Closed 10 years ago
#14694 closed defect (fixed)
dojox.mobile.Heading back button regression
Reported by: | Eric Wang | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | DojoX Mobile | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Before dojox.mobile trunk version 27595, A user can use default "back" button which call history.back and back to the latest view.
<h1 data-dojo-type="dojox.mobile.Heading" label="Details" back="Back">
In trunk version 27595, this button is replaced by dojox.mobile.ToolBarButton? and use "moveTo" to transition to the latest view.
<h1 dojoType="dojox.mobile.Heading" back="Home" moveTo="foo">Search Result</h1>
As a user I also need the default history.back as the default action in dojox.app
Change History (2)
comment:1 Changed 10 years ago by
Milestone: | tbd → 1.8 |
---|---|
Priority: | undecided → high |
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
oh, I didn't know such a feature existed until now. Looks like dmachi added that long time ago. I'll restore that feature.