Another issue found with 0.0.5 version. Suppose a TOC structure as shown 
below:

page1
  page1#id2
page2
  page2#id2

When I am currently at page1 and click on 'page2#id2' entry(link) in side 
bar, the browser locates to the topmost of page2 but not page2#id2. But It 
works fine when clicking on 'page2' entry, which means that this issue 
occurs when clicking on any toc entry with level more than 1 for another 
html page. 

I did some simple research and found that once I remove the 'hidden' 
attribute from the 'whole-page' element and comment out 
`$('#whole-page').removeClass('hidden');` in the script section,  the 
browser always scrolls to the correct location. 

I checked those projects on docs.red-dove.com, they all work well but they 
don't seem to use the 0.0.5 version. Perhaps more wok need be done with the 
script section in the template file (layout.html)? Hope this could be fixed 
in the next release as well.

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to