- Issue created by @sgalindo2388
When using tooltips within paragraph entities (or any AJAX-updated content), the tooltips disappear after saving the entity. This occurs because the JavaScript initialization code does not properly reinitialize tooltips for dynamically updated content.
Fix the JavaScript behavior in js/tippy.js
to properly handle AJAX context updates. The current code has a logical flaw where it uses once()
on one selector but initializes tooltips on a different global selector, preventing proper reinitialization after AJAX updates.
Tooltips will now persist and function correctly after AJAX content updates, improving user experience.
None
None
Active
1.0
Code