|
Possible NVDA Bug - click fired at wrong element in firefox
Briefly, when an element has focus, either a natively focused element, or one made focusable via tabindex, NVDA fires a click at it when enter is pressed. This happens even if a keydown handler is
Briefly, when an element has focus, either a natively focused element, or one made focusable via tabindex, NVDA fires a click at it when enter is pressed. This happens even if a keydown handler is
|
By
Rich Caloggero
·
#45152
·
|
|
NVDA does not read list items in SpeedCommander, if the view is set to thumbnails or icons
Hello NVDA developers,
I have a problem with NVDA not reading names of files and folders in the SpeedCommander file manager, if its list view is set to thumbnails or icons. I've wrote
Hello NVDA developers,
I have a problem with NVDA not reading names of files and folders in the SpeedCommander file manager, if its list view is set to thumbnails or icons. I've wrote
|
By
Kostadin Kolev
·
#45151
·
|
|
NVDA Add-on development Guide: 2020.2 edition in progress
Hello all,
NVDA Add-on Development Guide 2020.2 edition is in progress, hopefully to be published next week. As we are beyond Python 3 transition, the guide will see some important changes as a
Hello all,
NVDA Add-on Development Guide 2020.2 edition is in progress, hopefully to be published next week. As we are beyond Python 3 transition, the guide will see some important changes as a
|
By
Joseph Lee
·
#45150
·
|
|
Re: comtypes/gen empty
never mind. I deleted a file in source/comTypes on accident. I just did a git checkout source/comTypes/
--
Derek Riemer
Improving the world one byte at a time! ⠠⠊⠍⠏⠗⠕⠧⠬ ⠮
never mind. I deleted a file in source/comTypes on accident. I just did a git checkout source/comTypes/
--
Derek Riemer
Improving the world one byte at a time! ⠠⠊⠍⠏⠗⠕⠧⠬ ⠮
|
By
derek riemer
·
#45149
·
|
|
comtypes/gen empty
I'm getting the following error, and comtypes/gen/ is empty besides the stub file. DOes anyone have a clue how to continue?
CRITICAL - external:__main__ (01:52:02.816) - MainThread (5800):core
I'm getting the following error, and comtypes/gen/ is empty besides the stub file. DOes anyone have a clue how to continue?
CRITICAL - external:__main__ (01:52:02.816) - MainThread (5800):core
|
By
derek riemer
·
#45148
·
|
|
Re: How to check if current navigator object is an image?
Hi Shubham, imo there is not a definitive way. In fact, the OCR
feature in NVDA can be run regardless of the object role and sometimes
it says that there is not visible content. I think that, if we
Hi Shubham, imo there is not a definitive way. In fact, the OCR
feature in NVDA can be run regardless of the object role and sometimes
it says that there is not visible content. I think that, if we
|
By
Noelia Ruiz
·
#45147
·
|
|
Re: Braille Extender add-on: much needed code cleanup, rewrites, proper Python 3 porting and optimizations in progress
Hi,
Perhaps. What can help with that effort is source code comments and separating patches into separate modules so that when it comes time to send pull requests to NVDA, just the needed parts can be
Hi,
Perhaps. What can help with that effort is source code comments and separating patches into separate modules so that when it comes time to send pull requests to NVDA, just the needed parts can be
|
By
Joseph Lee
·
#45146
·
|
|
Re: Braille Extender add-on: much needed code cleanup, rewrites, proper Python 3 porting and optimizations in progress
Hey Joseph,
Though I don't have time too look into this myself, I really dig this idea and am looking forward for it to progress.
One thing that could also be taken into
Hey Joseph,
Though I don't have time too look into this myself, I really dig this idea and am looking forward for it to progress.
One thing that could also be taken into
|
By
Leonard de Ruijter
·
#45145
·
|
|
Braille Extender add-on: much needed code cleanup, rewrites, proper Python 3 porting and optimizations in progress
Hello all, especially to Braille Extender fans,
People watching Braille Extender GitHub repo (https://github.com/andre9642/brailleextender) may have noticed various issues about code maintenance
Hello all, especially to Braille Extender fans,
People watching Braille Extender GitHub repo (https://github.com/andre9642/brailleextender) may have noticed various issues about code maintenance
|
By
Joseph Lee
·
#45144
·
|
|
How to check if current navigator object is an image?
My code is as follows:
import api
nav = api.getNavigatorObject()
I then check if nav.role is equal to ROLE_GRAPHIC (from controlTypes.py) to determine if it is an image or not. But in many instances,
My code is as follows:
import api
nav = api.getNavigatorObject()
I then check if nav.role is equal to ROLE_GRAPHIC (from controlTypes.py) to determine if it is an image or not. But in many instances,
|
By
Shubham Jain <shubhamdjain7@...>
·
#45143
·
|
|
NVDA 2020.2RC
Hello!
What happened to the correction to supress the Microsoft Word messages of copy, cut and so on?
Rui Fontes
NVDA portuguese team
Hello!
What happened to the correction to supress the Microsoft Word messages of copy, cut and so on?
Rui Fontes
NVDA portuguese team
|
By
Rui Fontes
·
#45142
·
|
|
Re: Introducing support for selective UIA event registration in NVDA Alpha snapshots
Hey
While this is true, I think the new approach more closely resembled what other screen readers like JAWS and Narrator do.
I'm afraid not. This was my initial intent, but it wasn't possible as
Hey
While this is true, I think the new approach more closely resembled what other screen readers like JAWS and Narrator do.
I'm afraid not. This was my initial intent, but it wasn't possible as
|
By
Leonard de Ruijter
·
#45141
·
|
|
Re: Introducing support for selective UIA event registration in NVDA Alpha snapshots
Looking at what you are doing it seems that knowing deterministicaly all possible impacts in all apps will be very hard.
Is there a way to port the selective UIA event registration option to a per
Looking at what you are doing it seems that knowing deterministicaly all possible impacts in all apps will be very hard.
Is there a way to port the selective UIA event registration option to a per
|
By
Marlon Brandão de Sousa
·
#45140
·
|
|
Re: Introducing support for selective UIA event registration in NVDA Alpha snapshots
Hi,
Re-initializing UIA handler thread is a performance nightmare - causes NVDA to freeze until the thread comes to life.
There are two possible routes I've investigated, both involving event handlers
Hi,
Re-initializing UIA handler thread is a performance nightmare - causes NVDA to freeze until the thread comes to life.
There are two possible routes I've investigated, both involving event handlers
|
By
Joseph Lee
·
#45139
·
|
|
Re: Introducing support for selective UIA event registration in NVDA Alpha snapshots
Hey,
The problem here is that it isn't very easy to switch between the global and local event registration. It requires removing all UIA event handlers and registering them again, which somehow
Hey,
The problem here is that it isn't very easy to switch between the global and local event registration. It requires removing all UIA event handlers and registering them again, which somehow
|
By
Leonard de Ruijter
·
#45138
·
|
|
Re: Introducing support for selective UIA event registration in NVDA Alpha snapshots
Hi,
Not easy, but it can be done at the event handler level (that's the route I'm taking with modern input features at the moment).
Cheers,
Joseph
Hi,
Not easy, but it can be done at the event handler level (that's the route I'm taking with modern input features at the moment).
Cheers,
Joseph
|
By
Joseph Lee
·
#45137
·
|
|
Re: Introducing support for selective UIA event registration in NVDA Alpha snapshots
Hi,
Is it possible to disable this on a per-process level?
I've written an app module (a self-contained version of #10910) that needs to react to background windows from the app.
Thanks,
Bill
Hi,
Is it possible to disable this on a per-process level?
I've written an app module (a self-contained version of #10910) that needs to react to background windows from the app.
Thanks,
Bill
|
By
Bill Dengler
·
#45136
·
|
|
Re: Introducing support for selective UIA event registration in NVDA Alpha snapshots
Hello everyone,
Folks on NVDA add-ons list may have seen the below message, but just to reiterate:
For people using Windows 10 App Essentials: you'll notice that if you do enable the option described
Hello everyone,
Folks on NVDA add-ons list may have seen the below message, but just to reiterate:
For people using Windows 10 App Essentials: you'll notice that if you do enable the option described
|
By
Joseph Lee
·
#45135
·
|
|
Introducing support for selective UIA event registration in NVDA Alpha snapshots
Dear all,
As many of you may know, people using Microsoft Visual Studio or other applications mainly accessed by UIAutomation can experience some major lag while using them with NVDA. In an attempt
Dear all,
As many of you may know, people using Microsoft Visual Studio or other applications mainly accessed by UIAutomation can experience some major lag while using them with NVDA. In an attempt
|
By
Leonard de Ruijter
·
#45134
·
|
|
Re: Error running scons source
Glad my reply was helpful. I was literally taking a stab in the dark.
Nathaniel
========================================
Nathaniel Schmidt
Undergraduate student
Bachelor of Computer Science
Glad my reply was helpful. I was literally taking a stab in the dark.
Nathaniel
========================================
Nathaniel Schmidt
Undergraduate student
Bachelor of Computer Science
|
By
Nathaniel Schmidt
·
#45133
·
|