Hey @charlie – absolutely great work on this update. Really excited for what the future holds for CS. I’m working on an actual building using this beta to try and push it through my regular workflow. Noticed a couple of items that I’m going to list here. Some of these may have been addressed in some other people’s posts as well.
1.
I may be nuts but I typically use the following CSS quite often on my builds to create sticky divs:
/* Make Element Sticky */ .sticky { position: -webkit-sticky; position: sticky; top: 200px; z-index:99; } body { overflow-x:visible; }
I typically Add a div into a column and give that div a class of sticky
and it has always worked flawlessly. However, for some reason in this beta it requires !important
declarations throughout. Not a huge deal if that is known but that will likely break a lot of sites that were doing something similar.
2.
Quite a few element dragging issues throughout the build process. Mostly minor issues but seeing them more often.
3.
When typing numeric values into an inspector field (such as padding or width, etc) – the preview is sometimes quite delayed in rendering and/or doesn’t render at all.
For example if I type 70px the first integer (7) will be recognized but not the second integer (0). Even though it will be rendered properly on the frontend the preview will not look correct. Simply requires typing something else and then typing your two digit integers again. Seen this one regularly throughout.
4.
FA icons are slow loading and cause the builder to lockup. Also many icon previews were missing for days. Suddenly started all showing up several days later.
5.
This is a side note not related to beta, necessarily, but I think it might be nice within CS settings to allow for the enabling or disabling of the automatic image alt tag fallback.
Currently, if no
alt tag is included CS falls back to a generic alt tag of “Image”
which is awesome and I think should remain as the default. That said, there are some instances where users might rather have the ability to leave alt tags blank – especially when working with decorative images. Allowing for alt="" (https://www.w3.org/WAI/tutorials/images/decorative/)
I created this element here which I believe solves the problem but would be nice to see a setting (btw straight up incredible that CS parameters allows me to essentially create my own fully custom elements)
https://buildingonwp.com/elements/custom-image-element/
6.
Again, I might be nuts but I don’t seem to see any perceived difference when changing the new dropdown (interval, timeout, and sensitivity) values. I’ve even tried going to the extremes.