zotero / zotero-google-docs-integration

32 stars 6 forks source link

Disable user interactions during a select() call #2

Closed adomasven closed 3 years ago

adomasven commented 6 years ago

select() simulates user actions to find the field being selected and we need to disallow users to move the cursor while it's happening, otherwise it will break. Adding a transparent iframe over the top of the editor should do the job.

Failing select() calls will break inline -> footnote style conversions

adomasven commented 3 years ago

This is done as part of the "please wait" screen and also footnote conversion is now done via the API and not as brittle