Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflict with jQuery mobile #172

Open
dnlmzw opened this issue Apr 4, 2013 · 1 comment
Open

Conflict with jQuery mobile #172

dnlmzw opened this issue Apr 4, 2013 · 1 comment

Comments

@dnlmzw
Copy link

dnlmzw commented Apr 4, 2013

There seems to be a conflict between jquery.address at line 207 and jquery.mobile-1.3.0 at 2559.

jquery.address:206

if ('state' in window.history) {
  $(window).trigger('popstate'); <<<<
}

jquery.mobile:2556

// If there is no state, and the history stack length is one were
// probably getting the page load popstate fired by browsers like chrome
// avoid it and set the one time flag to false
if( !event.originalEvent.state && <<<<
  Uncaught TypeError: Cannot read property 'state' of undefined
  this.history.stack.length === 1 &&
  this.ignoreInitialHashChange ) {
  this.ignoreInitialHashChange = false;
  return;
}
@ifnull
Copy link

ifnull commented Oct 13, 2014

I'm seeing this issue as well.

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

No branches or pull requests

2 participants