A couple of days ago I’ve finished a new element on a pluggin. It was working perfectly. Either on the App or on the Editor in preview mode.
Today, it breaks on preview mode… On the application it is just fine. Debugging the pluggin in preview mode is harder, but from what I could find, it seems that bubble properties are now returning a “0” instead of the proper values.
properties.bubble.height() and properties.bubble.width() should return the height and width, respectively, but they dont.
Please fix it.
Note: it seems that it happened at the same time as you have upgraded to the latest version. Maybe coincidence, maybe not.
Added 2 fields to the element module as “alt_width” and “alt_height” that will be used while bubble.height() and bubble.width() don’t provide a propper value.
After setting the alt_width and alt_height, everything started to display as expected!