-
-
Notifications
You must be signed in to change notification settings - Fork 784
Error logged when browsing to new page in Firefox #15391
Copy link
Copy link
Closed
Labels
bug/regressionp4https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritytriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Milestone
Metadata
Metadata
Assignees
Labels
bug/regressionp4https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritytriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Steps to reproduce:
Actual behavior:
Error in log:
Expected behavior:
No errors.
System configuration
NVDA version:
2023.3 Beta branch
Name and version of other software in use when reproducing the issue:
Firefox 117
Technical details
This is probably a regression from #15163. As braille updates are now performed at the end of each core cycle, the virtual buffer probably died at update time. This should be a trivial fix, when working with a tree interceptor, the isAlive property should be checked, probably in handlePendingUpdate.