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

Two changePage reloads put nested lists in bad state #5533

Closed
canavese opened this issue Jan 26, 2013 · 1 comment
Closed

Two changePage reloads put nested lists in bad state #5533

canavese opened this issue Jan 26, 2013 · 1 comment

Comments

@canavese
Copy link

Demonstrated here: http://jsbin.com/udozuc/2

Steps to reproduce:

  1. Click the reload button in the header.
  2. Click the reload button in the header a second time.
  3. Clicking on any links to open nested lists fails. Link is highlighted, but does not open nested list. Reload button is now not functional.

Tested on OSX Safari, OSX Chrome, and iPhone.

Page reload is done with:
$.mobile.changePage(location.href, {reloadPage: true, allowSamePageTransition: true, transition: 'none', changeHash: false});

I see the following errors in the console:

  • Uncaught TypeError: Cannot call method '_trigger' of undefined
  • Uncaught ReferenceError: remoteWindow is not defined

Am I doing anything wrong in the page reload?

@jaspermdegroot
Copy link
Contributor

@canavese

I am closing this ticket as won't fix because we deprecated nested listviews. See #5657 for further details.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants