While browsing through the bootstrap v 4.3.1 documentation on firefox v 65.0.1, I noticed an issue with the javascript not functioning properly. For instance, the carousel component is not progressing to the next slide with its transition animation as it should, and other components are experiencing similar problems. Interestingly, this problem does not occur when using version 4.0.0 of bootstrap. I have created a video showcasing the issue with the carousel component - you can view it by following this link:
My website, which utilizes this version of bootstrap, is currently facing functionality issues due to this problem. However, it works perfectly fine in other browsers and the console shows no errors. It's unclear whether the root cause lies within firefox or the javascript implementation in bootstrap. Testing on older versions of firefox on different machines revealed that everything functions normally, but once updated to the latest version, the issue reappears.