TOC menu not displaying correctly in IE11
Description
The Table of Contents menu (menu on the right) is not displaying correctly in IE11
Steps to reproduce
View the docs site in IE11.
Actual result
The TOC menu is displaying in the content section of the document instead of the designated space on the right-hand side of the page.
Expected result
The TOC menu should display in the designated section on the right-hand side of the page.
Further details
Console output
Possible fix
IE11 does not support modern JavaScript standards such as arrow functions. An arrow function was used as an event handler for the TOC activate.bs.scrollspy
event (see screenshot below) which prevents some other important scripts from executing. Changing the event handler to rather use the ES5
syntax should fix the problem.
Edited by Jacques Erasmus