groc icon indicating copy to clipboard operation
groc copied to clipboard

TOC should be visible on item click

Open ghost opened this issue 13 years ago • 2 comments

When clicking on an item in TOC it disappears due to page switch.

Would give a better user experience if it was displayed until I click outside of it.

ghost avatar Dec 19 '11 03:12 ghost

I think the right approach here is to AJAX in the next page (saving state across pages is less reliable)

nevir avatar Dec 19 '11 03:12 nevir

… either ajax (I like that!), or add an hash-mark to the URL (cheap) or if you're going to incorporate cookies anyway, because an upcoming pull-request from this branch https://github.com/sjorek/groc/tree/feature-collapsible-columns needs it to retain it's state over a longer period, use a (cheap) cookie …

sjorek avatar Sep 18 '13 17:09 sjorek