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
When using the browse feature on the Bootstrap website, the hover does not accurately highlight the section of the page that the user is currently in, especially in large pages. While scrolling, the browse feature should update the highlight to show the current section, but it fails to do so.
here you can see that the hover indicates where I am
here there is no hover it does not show where I am I can see the problem is some pages but not all of them
Table of Contents is using Bootstrap Scrollspy which sometimes behaves weirdly with the current implementation. I'd say it's linked to #36431 and should be fixed when this other issue will be.
Thank you @julien-deramond for your response. I understand that the issue with the hover in the Bootstrap Scrollspy is related to the JavaScript implementation and may be linked to issue #36431. I agree that it would be best to wait for a fix for this issue, as it seems to be a known problem with the Scrollspy component. I appreciate your help in looking into this and providing a possible explanation for the issue. If there are any updates or workarounds for this issue in the meantime, we will see what are the updates of the other issue
Prerequisites
Describe the issue
When using the browse feature on the Bootstrap website, the hover does not accurately highlight the section of the page that the user is currently in, especially in large pages. While scrolling, the browse feature should update the highlight to show the current section, but it fails to do so.
here you can see that the hover indicates where I am
here there is no hover it does not show where I am I can see the problem is some pages but not all of them
Reduced test cases
https://codepen.io/mootezaloui/pen/LYgrKam
What operating system(s) are you seeing the problem on?
Windows
What browser(s) are you seeing the problem on?
Opera
What version of Bootstrap are you using?
V5.3
The text was updated successfully, but these errors were encountered: