New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in alpha with built-in audacity appmod #10103
Milestone
Comments
Hi, ah, another object model issue we need to handle. I bet there are more things of this nature we haven’t gotten to fixing once and for all. CC @leonardder, a P2. Thanks.
From: Derek Riemer <notifications@github.com>
Sent: Thursday, August 15, 2019 10:11 PM
To: nvaccess/nvda <nvda@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Subject: [nvaccess/nvda] Error in alpha with built-in audacity appmod (#10103)
Steps to reproduce:
1. open audacity.
2. select audio. ctrl+a works.
3. press alt+c, and press c until "compresser" is found.
4. press enter.
5. press tab.
Actual behavior:
ERROR - eventHandler.executeEvent (23:07:33.553):
error executing event: gainFocus on <NVDAObjects.IAccessible.IAccessible object at 0x03318FF0> with extra args of {}
Traceback (most recent call last):
File "eventHandler.pyc", line 150, in executeEvent
File "eventHandler.pyc", line 163, in doPreGainFocus
File "api.pyc", line 109, in setFocusObject
File "baseObject.pyc", line 46, in __get__
File "baseObject.pyc", line 149, in _getPropertyViaCache
File "NVDAObjects\IAccessible\__init__.pyc", line 1695, in _get_container
File "IAccessibleHandler.pyc", line 950, in findGroupboxObject
File "NVDAObjects\IAccessible\__init__.pyc", line 48, in getNVDAObjectFromEvent
File "NVDAObjects\__init__.pyc", line 137, in __call__
File "appModules\audacity.pyc", line 15, in event_NVDAObject_init
AttributeError: 'NoneType' object has no attribute 'replace'
Expected behavior:
Items in the UI read.
System configuration
NVDA installed/portable/running from source:
installed
NVDA version:
Version: alpha-18399,26485a09
Windows version:
^10
Name and version of other software in use when reproducing the issue:
Audacity: 2.3.1
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#10103?email_source=notifications&email_token=AB4AXED7ODFTTL3SOXKE6B3QEYZGJA5CNFSM4IMECP6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HFSIHMQ> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AB4AXEC2KDELD6EBNCU3HJ3QEYZGJANCNFSM4IMECP6A> .
|
lukaszgo1
added a commit
to lukaszgo1/nvda
that referenced
this issue
Aug 25, 2019
michaelDCurran
pushed a commit
that referenced
this issue
Sep 8, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce:
Actual behavior:
Expected behavior:
Items in the UI read.
System configuration
NVDA installed/portable/running from source:
installed
NVDA version:
Version: alpha-18399,26485a09
Windows version:
^10
Name and version of other software in use when reproducing the issue:
Audacity: 2.3.1
The text was updated successfully, but these errors were encountered: