verbb / vizy

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

Multiple Redactor controls do not work within a Vizy block #155

Closed dyerc closed 2 years ago

dyerc commented 2 years ago

Description I added a second Redactor field to a Vizy block in order to provide an editable table. I found that although I could insert a table in the second Vizy block, once it was inserted none of the controls worked. This seems to affect all? formatting within the second Redactor field, bold, italic, lists etc.

Steps to reproduce

  1. Create a Vizy block with multiple Redactor fields
  2. Attempt to use any formatting controls eg. bold, italic, table etc.

Additional info

Additional context In the screenshot below I am unable to make the word "Test" in the bottom Redactor field bold.

Screenshot 2022-06-15 at 12 36 24
engram-design commented 2 years ago

Fixed for the next release. To get the fix early, change your verbb/vizy requirement in composer.json to:

"require": {
  "verbb/vizy": "dev-craft-3 as 1.0.15",
  "...": "..."
}

Then run composer update.

aodihis commented 2 years ago

@engram-design, for the craft 4 plugin is there any early fix for this one?

engram-design commented 2 years ago

@aodihis Not yet sorry, but expect a release in the next few days.

engram-design commented 2 years ago

Fixed in 1.0.16 and 2.0.3