4 ms·
>So, you clicked 'back', and it took you back to the last page you viewed. And that's unexpected behaviour? Well, the site is basically a few pages of content
by Waywocket 16y ago
>So, you clicked 'back', and it took you back to the last page you viewed. And that's unexpected behaviour?
Well, the site is basically a few pages of content split into an endless number of excruciatingly tiny chunks. Each 'page' is really a paragraph (and doesn't actually entail a page load) - nrmally I'd expect 'back' to take me back an entire page, rather than a single paragraph.
If you're going to use ajax to slice pages into tiny sections, it's far more usable if you then make the back button act as if you hadn't done such a stupid thing in the first place.