We have created a plugin that shows a custom-property on a page. Until not so long ago, the property showed as a nice square just where I wanted it in edit mode. But now it just shows as a really tiny square in the top left corner in Chrome. All other browsers looks good.
Here is the HTML
<div data-dojo-attach-point="item" class="epi-overlay-item" id="uniqName_96_0" widgetid="uniqName_96_0" style="left: 0px; top: 0px; width: 0px; height: 0px;">
<div data-dojo-attach-point="containerNode" class="epi-overlay-item-container">
<span data-dojo-attach-point="informationNode" class="epi-overlay-item-info epi-overlay-item-info--inside">jvbimage</span>
<div class="epi-overlay-bracket"></div>
</div>
</div>
As you see, there are som left, right, width, height properties in the #uniqName_96_0 div. But for some reason, the javascript just ignores this. I see that the other properties are resized. Just not my property, except all other browsers than Chrome.
Anyone knows what is going on? I don't think I control this resizing at all, as it is a built in EPiServer thing. So confusing!