verbb / vizy

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

Nested Vizy components in tabbed views are hidden #158

Closed gopeter closed 1 year ago

gopeter commented 2 years ago

Description & steps to reproduce

I've created a Vizy field with 3 tabs like this:

image

Each of the tabs holds a nested Vizy field which looks like this:

image

But when I switch the tabs, the fields in the nested Vizy field disappear (they get a .hidden CSS class):

image

Additional info

Additional context

engram-design commented 2 years ago

I think this should be 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.

engram-design commented 2 years ago

Fixed in 1.0.16

gopeter commented 2 years ago

Thanks a lot! :)

gopeter commented 1 year ago

Hi. Unfortunately the issue isn't gone. The hidden class still doesn't get removed when switching tabs:

image

engram-design commented 1 year 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.18",
  "...": "..."
}

Then run composer update.

gopeter commented 1 year ago

Perfect, works fine!