Enabling smooth scroll option in Scroll Spy prevents url hash change
Created by: SamuelMiller
Prerequisites
-
I have searched for duplicate or closed issues -
I have validated any HTML to avoid common problems -
I have read the contributing guidelines
Describe the issue
Enabling smooth scroll in scroll spy via data-bs-smooth-scroll="true"
prevents the URL change when clicking on an anchor hash link.
Reduced test cases
Same Pencode link as my other bug report: https://codepen.io/sam-miller-the-flexboxer/pen/BaYpvPL
I believe the URL of Pencode projects is not changeable to start with when clicking on hash links. So, to reproduce the bug using my example, you likely have to serve it on a different server (e.g., localhost). I've attached the example (see src.zip below). Enable and then disable data-bs-smooth-scroll
in the index.html to see its effect on the url.
What operating system(s) are you seeing the problem on?
macOS
What browser(s) are you seeing the problem on?
Chrome Firefox
What version of Bootstrap are you using?
5.2 beta src.zip