-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
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
TreeInterceptorassignment.
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.