Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Transitions in a multi-page template with data-ajax=false #3296

Closed
@chetankjain

Description

@chetankjain

http://jquerymobile.com/demos/1.0/docs/pages/page-links.html
does not talk about transitions in a multi-page template application when data-ajax="false"

  1. Here the DOM is definitely not reloaded.
  2. Only the default slide transition works, even if you specify any other data-transition
  3. If a Dialog is launched by data-rel="dialog", again only slide transition works (not pop), even if you specify data-transition="pop"
  4. If a Dialog is launched using data-role="dialog", then the transition used is "pop" and any value set in the data-transition attribute is ignored

Are the above behavior implemented as expected and only the docs need to be updated?
Or
Should JQM ignore data-ajax="false" in multi-page template scenario?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions