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
Currently there's about a second delay before the Locatio loader/container element is injected into the page. This means it's very easy to open a page and go to click something, only to have the content shift down, causing a mis-click. When the actual Locatio data loads in as well the content again gets shifted down.
The easiest way around this would be to put the section below the fold (i.e. under the description).
The text was updated successfully, but these errors were encountered:
This seems to be caused by the injection not running until the page is fully loaded.
It is significantly less noticeable on websites that load faster, such as lodge (compared to trademe)
Currently there's about a second delay before the Locatio loader/container element is injected into the page. This means it's very easy to open a page and go to click something, only to have the content shift down, causing a mis-click. When the actual Locatio data loads in as well the content again gets shifted down.
The easiest way around this would be to put the section below the fold (i.e. under the description).
The text was updated successfully, but these errors were encountered: