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
{{ message }}
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
The markers that highlight text in the variation window aren't created until the onLoad() event has occurred for the variation window. So in theory, any xpointer errors in the logs are due to either bugs within the xpointer library or the page's contents being changed. However I think some pages maybe failing due to embedded javascript which dynamically changes the DOM. While this is unavoidable, it might be worth adding small timeout after page load or waiting for other more specific events to see whether that fixes offending pages.
One of the variations which experience this problem is titled 'TAGORE & PATRICK WHITE', the variation window which should selected a text annotation sometimes fails.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The markers that highlight text in the variation window aren't created until the onLoad() event has occurred for the variation window. So in theory, any xpointer errors in the logs are due to either bugs within the xpointer library or the page's contents being changed. However I think some pages maybe failing due to embedded javascript which dynamically changes the DOM. While this is unavoidable, it might be worth adding small timeout after page load or waiting for other more specific events to see whether that fixes offending pages.
One of the variations which experience this problem is titled 'TAGORE & PATRICK WHITE', the variation window which should selected a text annotation sometimes fails.
The text was updated successfully, but these errors were encountered: