Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 292183

Enable bookmarking of AJAX views

$
0
0

Currently we don't track the state of AJAX views. Users trigger reloads, but no state information is logged. Specifically, it is not possible for users to return to a particular state, short of repeating the steps to get there (e.g., load page, click a particular pager link).

Ideally we'd have full browser history support, but that's difficult given the state of jQuery history plugins (sketchy).

An interim approximation would be:

* set a URL fragment when loading by AJAX
* on initial page load, look for a fragment and, finding one, load it.


Viewing all articles
Browse latest Browse all 292183

Trending Articles