Search and Top Navigation
#8032 closed bug (fixed)
Opened January 19, 2012 10:01PM UTC
Closed January 19, 2012 10:05PM UTC
Tabs: in-page tab detection breaks when using pushState
Reported by: | scottgonzalez | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | git |
Component: | ui.tabs | Version: | git (not yet released) |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Reported by arhea:
The isLocal function is not compatible with HTML5 push state as the url could have changed since the page was loaded as in cases with Backbone.js. The currentPage variable is generate on page load and does not listen for changes in the URL.