verbb / vizy

A flexible visual editor for Craft CMS
Other
44 stars 8 forks source link

Modal broken when inserting inline link to text in Vizy field #97

Closed svale closed 1 year ago

svale commented 2 years ago

Description After upgrading Craft to version 3.7.30 the pop up modal that appears when inserting an inline link to entry is broken. The modal is frozen on the spinner and the javascript error in the console says: Uncaught TypeError: Cannot read properties of null (reading 'html')

This might of course be more of an an issue with Craft itself, but since it appears in the Vizy-field, I'll begin by posting it here.

The issue is resolved by downgrading to Craft 3.7.29

Steps to reproduce

  1. Upgrade Craft to version 3.7.30 or later
  2. Insert inline link via toolbar from Vizy field

Additional info

Additional context image

engram-design commented 2 years ago

Looks like an issue upstream with Craft https://github.com/craftcms/cms/issues/10428