Opened 11 years ago
Closed 11 years ago
#8032 closed bug (fixed)
Tabs: in-page tab detection breaks when using pushState
Reported by: | Scott González | 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.
Change History (2)
comment:1 Changed 11 years ago by
Milestone: | 1.9 → git |
---|---|
Version: | 1.8.17 → git |
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.