[Neos] Issue with ember overlay

Aske Ertmann aske at moc.net
Sun Feb 8 11:37:39 CET 2015


Hi Nikos

I’ve stumbled upon the same issue before. Turned out to be wrongly generated html output that caused it. It happens because the overlay tries to calculate it’s own height and then sets it to that, but overtime it does the container grows and thus the height is incremented for every calculation indefinitely.

To fix it you should make sure the content you’re outputting has the correct position / wrapping. In my case it was rendered after a content collection instead of inside of it.

Hope that helps.

Cheers,
Aske

> On 07 Feb 2015, at 20:27, nikos <nick at jamalade.com> wrote:
> 
> Hi
> 
> I am wondering why I am getting
> 
> <div id="ember759" class="ember-view neos-contentelement-overlay" style="width: 1192px; height: 4607964px;"><span></span></div>
> 
> in my out put when I am logged in the back end.
> 
> When locking at the page html in a browser the height is in the above is increasing.
> 
> This overlay is hiding the content underneath.
> 
> I can't figure out whats wrong, but it only seems to be a problem when I have a cache setting for the overlayed content.
> 
> 
> Any help here would be approciated.
> 
> Nick
> _______________________________________________
> Neos mailing list
> Neos at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/neos



More information about the Neos mailing list