Needs review
Project:
Tooltip
Version:
1.0.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2022 at 02:12 UTC
Updated:
6 Aug 2023 at 17:36 UTC
Jump to comment: Most recent
Below is one of the errors casued by tooltip.js:
Uncaught ReferenceError: once is not defined
at Object.attach (tooltip.js?v=8.9.13:122:7)
at drupal.js?v=8.9.13:25:24
at Array.forEach (<anonymous>)
at Drupal.attachBehaviors (drupal.js?v=8.9.13:22:34)
at drupal.init.js?v=8.9.13:28:12
at HTMLDocument.listener (drupal.init.js?v=8.9.13:20:9)
Here is my drupal status report:
Drupal: 8.9.13
PHP: 7.3.20
jquery: 3.5.1
jquery-once: 2.2.3
ckeditor: 8..9.13
The Tooltip module is installed with Composer, and enabled in CKEditor. The undefined "getModulePath()" issue is fixed in modules/contrib/tooltip/src/Plugin/CKEditorPlugin/Tooltip.php
Comments
Comment #2
avpadernoComment #3
matthieuscarset commentedAn attempt to fix the issue in the last commit b20c4a2.
Needs review.