Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: $toggleButton.popover is not a function #267

Closed
georgringer opened this issue Mar 5, 2025 · 2 comments · Fixed by #268
Closed

TypeError: $toggleButton.popover is not a function #267

georgringer opened this issue Mar 5, 2025 · 2 comments · Fixed by #268

Comments

@georgringer
Copy link

Sorry, dev-master throws the error

jquery.js?bust=1741178323:3795 Uncaught TypeError: $toggleButton.popover is not a function
    at HTMLTableCellElement.<anonymous> (select-filter.js:36:8)
    at jQuery.each (jquery.js?bust=1741178323:385:19)
    at jQuery.fn.init.each (jquery.js?bust=1741178323:207:17)
    at HTMLDocument.<anonymous> (select-filter.js:7:46)
    at mightThrow (jquery.js?bust=1741178323:3491:29)
    at process (jquery.js?bust=1741178323:3559:12)

I guess it is related to https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.0/Breaking-98261-RemovedJQueryInPopoverModule.html

@mbrodala
Copy link
Member

mbrodala commented Mar 5, 2025

Actually this sounds like an Bootstrap issue, I'll have a look. The latest release did work fine in v12/v13 though …

@mbrodala
Copy link
Member

mbrodala commented Mar 5, 2025

Thanks for the report, this was fixed and released now. Also a fix for the date filter which was also broken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants