When using the ad-on with NVDA 2019.3 beta 3. I get this error when focusing on the editor:
error executing event: gainFocus on <NVDAObjects.Dynamic_VSCodeEditorEditableTextWithAutoSelectDetectionEditorIa2WebIAccessible object at 0x04A719D0> with extra args of {}
Traceback (most recent call last):
File "eventHandler.pyc", line 155, in executeEvent
File "eventHandler.pyc", line 92, in init
File "eventHandler.pyc", line 100, in next
File "browseMode.pyc", line 1525, in event_gainFocus
File "eventHandler.pyc", line 100, in next
File "C:\users\jfayr\nvda-beta\userConfig\addons\NVDA-For-VS-Code\appModules\visualstudiocode.py", line 27, in event_gainFocus
self.processLine(ti)
File "C:\users\jfayr\nvda-beta\userConfig\addons\NVDA-For-VS-Code\appModules\visualstudiocode.py", line 48, in processLine
self.appModule.PrevEndOffset = ti._start_endOffset
AttributeError: 'MozillaCompoundTextInfo' object has no attribute '_start_endOffset'
When using the ad-on with NVDA 2019.3 beta 3. I get this error when focusing on the editor: error executing event: gainFocus on <NVDAObjects.Dynamic_VSCodeEditorEditableTextWithAutoSelectDetectionEditorIa2WebIAccessible object at 0x04A719D0> with extra args of {} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in init File "eventHandler.pyc", line 100, in next File "browseMode.pyc", line 1525, in event_gainFocus File "eventHandler.pyc", line 100, in next File "C:\users\jfayr\nvda-beta\userConfig\addons\NVDA-For-VS-Code\appModules\visualstudiocode.py", line 27, in event_gainFocus self.processLine(ti) File "C:\users\jfayr\nvda-beta\userConfig\addons\NVDA-For-VS-Code\appModules\visualstudiocode.py", line 48, in processLine self.appModule.PrevEndOffset = ti._start_endOffset AttributeError: 'MozillaCompoundTextInfo' object has no attribute '_start_endOffset'