You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected the page view to switch to that section of the page (which occurs).
I also expected that the correct section title would be highlighted (boldfaced); this does not occur.
bug
Instead, the entry one above the selected section is highlighted (boldfaced).
Click on the second entry in the right sidebar ("Section 2").
Notice that the first entry in the right sidebar ("Section 1") is highlighted instead.
Repeat this for any other entry in the right sidebar; in every case but the last, the entry that is highlighted is one up from the entry that is clicked on.
List your environment
sphinx-build: 4.5.0
python: 3.10.1
OS: MacOS Monterey, version 12.4
Browsers tested: Firefox 109.0.1, Chrome 109.0.5414.119
Custom CSS: No
Markdown format: Restructured Text
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
This appears to be a ScrollSpy bug/misfeature from Bootstrap: twbs/bootstrap#36431. ScrollSpy seems to be inherently hard to do well, and I would recommend having an option to disable it. For the time being, I've disabled it visually via CSS.
Describe the bug
context
Here is a sample page I've written using the executable book theme:
https://mvanier.github.io/test/content/Test.html.
Click on one of the entries on the right sidebar.
expectation
I expected the page view to switch to that section of the page (which occurs).
I also expected that the correct section title would be highlighted (boldfaced); this does not occur.
bug
Instead, the entry one above the selected section is highlighted (boldfaced).
Reproduce the bug
List your environment
requirements.txt
file:The text was updated successfully, but these errors were encountered: