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
WebAccess currently has a few issues when reloading plugins using NVDA+control+F3:
It does not attempt to remove its monkey-patching.
In some cases, its dialog may remain open in an unstable state.
Documents already opened have to be refreshed as we overlay on TreeInterceptor assignment.
This is no big deal and we usually simply restart NVDA during development phases, but it might be annoying for someone developing another addon while using WebAccess as a regular tool.
The text was updated successfully, but these errors were encountered:
WebAccess currently has a few issues when reloading plugins using
NVDA+control+F3
:TreeInterceptor
assignment.This is no big deal and we usually simply restart NVDA during development phases, but it might be annoying for someone developing another addon while using WebAccess as a regular tool.
The text was updated successfully, but these errors were encountered: