vantage-sh / ec2instances.info

Amazon EC2 instance comparison site
https://ec2instances.info
MIT License
5.11k stars 578 forks source link

Dropdowns not working in Firefox and Chrome #663

Closed theurichde closed 1 year ago

theurichde commented 1 year ago

Summary Dropdowns are not working in Chrome and Firefox

Actual Behaviour When clicking a dropdown to alter the view, e.g. Columns, the dropdown is not working as expected and my browser JS console drops an error.

Expected Behaviour Clicking a dropdown shows the options

Error in Firefox

Uncaught TypeError: i.createPopper is not a function
    _createPopper dropdown.js:237
    show dropdown.js:135
    toggle dropdown.js:117
    <anonymous> dropdown.js:436
    s event-handler.js:118
    P event-handler.js:184
    on event-handler.js:217
    <anonymous> dropdown.js:434
    <anonymous> bootstrap.min.js:6
    <anonymous> bootstrap.min.js:6

Error in Chrome

Uncaught TypeError: i.createPopper is not a function
    at Mt._createPopper (dropdown.js:237:27)
    at Mt.show (dropdown.js:135:10)
    at Mt.toggle (dropdown.js:117:49)
    at HTMLAnchorElement.<anonymous> (dropdown.js:436:38)
    at HTMLDocument.s (event-handler.js:118:19)

Tested with Firefox 105.0.1 (64-Bit) and Chrome Version 106.0.5249.91 (64-Bit) on Ubuntu 22.04

EverettBerry commented 1 year ago

Hi @theurichde sorry about this. Fix rolling out momentarily.