- Issue created by @Chandra Gowsalya Kannan
- First commit to issue fork.
- Status changed to Needs work
over 1 year ago 7:36am 8 May 2023 - 🇮🇳India dineshkumarbollu
Hi
The patch is applied cleanly but it found 1 error while running "drush upgrade_status:analyze tooltip"
vendor/bin/drush upgrade_status:analyze tooltip
[notice] Processing /var/www/html/vbd9/web/modules/contrib/tooltip-3358452.================================================================================
Tooltip, --
Scanned on Mon, 05/08/2023 - 13:04FILE: web/modules/contrib/tooltip-3358452/tooltip.libraries.yml
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Check manually 0 The 'tooltip' library is depending on a deprecated library.
The "core/popperjs" asset library is deprecated in Drupal
9.5.0 and will be removed in Drupal 10.0.0. There is no
replacement. See https://www.drupal.org/node/3307518 →
-------------------------------------------------------------------------------- - Assigned to rahul1707
- Status changed to Needs review
over 1 year ago 1:00pm 28 June 2023 - 🇮🇳India rahul1707
Created patch to resolve deprecated library issue. Kindly review it.
- 🇮🇳India rahul1707
Ignore patch #5 uploaded wrong patch by mistake.
Uploading new patch this will work. Please review it.
- Issue was unassigned.
- Status changed to RTBC
over 1 year ago 7:41am 30 June 2023 - 🇮🇳India abhinavk
I have tested Patch #6 in Drupal 10.0.9 and it makes module compatible. Functionality is also working fine for me.
Moving to RTBC. - 🇮🇳India siddharthjain
As per this article( https://www.drupal.org/node/3307518 → ) the core/popperjs is deprecated in Drupal 10, so we need to implement ckeditor tooltip using Floating UI library in Drupal 10
- Status changed to Needs work
over 1 year ago 1:45pm 13 July 2023 - Status changed to Needs review
over 1 year ago 8:38am 7 August 2023 This issue is fixed by the latest release 1.1.1 → .
Needs review.
The
popperjs
library is now required within this module on branch1.1.x
.New dependency to
drupal/ckeditor
contrib module to continue to use CKEditor version 4.NB: Compatibilty with CKEditor5 is out-of-scope for this issue.