You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
calculates toolbarTopYPosition using window.pageYOffset that is always 0 because window is the iFrame containing the FE not the FE itself. When the page is scrolled down and then refreshed, the top spacer is added wrongly.
The text was updated successfully, but these errors were encountered:
webian
added a commit
to webian/frontend_editing
that referenced
this issue
Oct 25, 2023
frontend_editing/Resources/Public/JavaScript/Editor.js
Line 104 in fe7306b
toolbarTopYPosition
usingwindow.pageYOffset
that is always 0 becausewindow
is the iFrame containing the FE not the FE itself. When the page is scrolled down and then refreshed, the top spacer is added wrongly.The text was updated successfully, but these errors were encountered: