-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some Custom Vizy Blocks Display with Fields Hidden/Not generated in DOM #258
Comments
Looks like this has to do with some UI elements added to the field layout, which mess up Vizy blocks. However, we're supposed to be handling that as dismissable tips/warnings will throw this error. I've managed to first find a way to handle these sorts of fatal errors a bit more gracefully for the next release. I'm not sure what you mean about the grid widths? I can't see that in your screenshots. I can't seem to replicate any issue (or the error message) when using entries and assets fields. Would it be possible to get a screen recording of it in action, just in case I'm not following the specific steps you might be? |
Here's a screen recording. Thanks again Josh! It seems specific to when a block is using an assets field pointing to a new volume I created. https://www.loom.com/share/9fe8da1af9534824bb99108c5fdf28ee?sid=70df00ca-3275-41bd-aaee-301c675e0e53 |
Thanks for the video and confirming all that. Indeed, seems to be related to an assets field, but only for a particular volume. Any other plugins installed? What makes me think something else might be going on is the extra settings cog against a field: That's not something on my install. But then that exists for other fields and it's fine. I'll spin up a Servd site just in case it's something specific there, or their Assets plugin. Looks like that first error is fixed in craftcms/cms#13605 so worth updating to that first. |
I'll keep digging and update with any findings. |
Describe the bug
I'm noticing some custom vizy blocks when added only display the name with none of the fields rendered. Looking at the elements it seems the div doesn't even get generated with the fields. I'm seeing some JS errors related to vue and UILayerManger.js (see screenshot). Also noticing the spacing with the fields seem messed up when using the grid percentages in the field manager (there should be some padding between when using 50%)
Vizy Version: 2.1.9
Craft: 4.5.1
Steps to reproduce
Craft CMS version
4.5.1
Plugin version
2.1.9
Multi-site?
No
Additional context
This is happening locally and in production.
The text was updated successfully, but these errors were encountered: