Problem/Motivation
This module relies on the PopperJS core library which was deprecated in Drupal 9 and removed from Drupal 10.
Steps to reproduce
1. Install Drupal 10.0.0-rc2
2. Install responsive preview
3. Load a node page
Proposed resolution
Migrate frontend code from PopperJS to Floating UI:
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3326050-2.patch | 2.55 KB | neslee canil pinto |
Issue fork responsive_preview-3326050
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
neslee canil pintoFor now, have relied on CDN, but will be having a new module (https://www.drupal.org/project/floating_ui) with configuration settings to either load floating UI from CDN or local.
Comment #7
volkerk commentedComment #9
chr.fritsch