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
Should this work on fresh Eset installation? I installed Eset smart security and it simply says unknown when navigating. Using NVDA 2020.RC1. Interestingly, it worked somehwat before system restart, but after restarting, I can navigate the windows just by object nav or text rewiev
Developer info for navigator object:
name: None
role: ROLE_UNKNOWN
roleText: None
states:
isFocusable: False
hasFocus: False
Python object: <NVDAObjects.IAccessible.IAccessible object at 0x042B0510>
Python class mro: (<class 'NVDAObjects.IAccessible.IAccessible'>, <class 'NVDAObjects.window.Window'>, <class 'NVDAObjects.NVDAObject'>, <class 'documentBase.TextContainerObject'>, <class 'baseObject.ScriptableObject'>, <class 'baseObject.AutoPropertyObject'>, <class 'object'>)
description: None
location: None
value: None
appModule: <'egui' (appName 'egui', process ID 11616) at address 7207c10>
appModule.productName: 'ESET Security'
appModule.productVersion: '13.2.15.0'
TextInfo: <class 'NVDAObjects.NVDAObjectTextInfo'>
windowHandle: 592254
windowClassName: 'EsetBaseWindow'
windowControlID: 0
windowStyle: 1442906112
extendedWindowStyle: 0
windowThreadID: 10248
windowText: ''
displayText: exception: cannot unpack non-iterable NoneType object
IAccessibleObject: <POINTER(IAccessible) ptr=0x768c430 at 2ca5df0>
IAccessibleChildID: -1895386213
IAccessible event parameters: windowHandle=592254, objectID=-4, childID=-1895386213
IAccessible accName: exception: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None))
IAccessible accRole: exception: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None))
IAccessible accState: exception: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None))
IAccessible accDescription: exception: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None))
IAccessible accValue: exception: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None))
DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (08:19:52.662) - MainThread (13040):
accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None))
Hello!
what needs to be done to make the support work?
in my ESET Security in the latest version, everything is also read as "unknown".
but he reads the vision.
and I cannot move around the window with reading all the settings and changing them!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to issue number:
Summary of the issue:
When switching pages in ESET Egui, nothing is read. Popup notifications are not read. On the other hand, some items are read twice when focused.
Description of how this pull request fixes the issue:
Rather simple appModule for egui:
Testing performed:
Tested if page content and notifications are read when they open.
General navigation of ESET Egui to see if anything broke.
Known issues with pull request:
Change log entry:
New features: