I suffered from this bug before and could fix it with the workaround given there. Now I upgraded to 2.3 (including db upgrade and emptying cache). The glossaries now show the following effect:
When I hover over a letter in the glossary, it does show the correct link (e.g. 'glossary/t') in the browsers status line. But when I actually click on it, the page only moves to the lower boundary of the glossary, without actually going the the URL 'glossary/t'. It would stay on the same main page 'glossary/'. When I enter that URL including a letter manually (glossary/t), the page *is* properly displayed.
A downgrade to 2.2 fixes this issue.
Comments
Comment #1
merlinofchaos commentedThe movement indicates that you have AJAX on. With AJAX on the actual URL will not change, the page will simply update. If you dn't want this behavior, turn AJAX off.
Comment #2
Anonymous (not verified) commentedyes, that was it. Thanks.
Comment #4
rpmskret commentedjust a thank you. it's good to know a reason for the default behavior here. this view is more practical with ajax off for the default at least.