sphinx-bootstrap-theme icon indicating copy to clipboard operation
sphinx-bootstrap-theme copied to clipboard

Bug: Dropdown TOCs not working since jQuery upgrade

Open daforster opened this issue 2 years ago • 2 comments

The global and local dropdown TOCs do not work properly. You can check this even on your Sphinx Sample page.

The reason seems to be -- as far as I found out -- that in _static/js/jquery-fix.js the variable jQuery is unset after .noConflict(true) returns.

I am not really familiar with jQuery but it might be a problem with its upgrade. On Bootstrap Theme Demo under the older jQuery version it still works fine.

daforster avatar Feb 17 '23 12:02 daforster

Yes, same here: https://dcmlab.github.io/standards Any chance this breaking bug is addressed soon?

johentsch avatar Aug 04 '23 12:08 johentsch

Same here. Simply removing _static/js/jquery-fix.js works for me.

tasusu avatar Aug 12 '23 15:08 tasusu