-
-
Notifications
You must be signed in to change notification settings - Fork 758
Closed
Labels
Description
Steps to reproduce:
- Start Firefox.
- Move to the address bar ensure that it is empty
- Try to scroll braille display forward.
Actual behavior:
Error sound is played and the following is in the log:
ERROR - scriptHandler.executeScript (23:10:45.752) - MainThread (2532):
error executing script: <bound method GlobalCommands.script_braille_scrollForward of <globalCommands.GlobalCommands object at 0x06F75150>> with gesture 'rightAdvanceBar'
Traceback (most recent call last):
File "scriptHandler.pyc", line 208, in executeScript
File "globalCommands.pyc", line 2819, in script_braille_scrollForward
File "braille.pyc", line 1879, in scrollForward
File "braille.pyc", line 1396, in scrollForward
File "braille.pyc", line 1157, in nextLine
File "braille.pyc", line 852, in _setCursor
File "compoundDocuments.pyc", line 110, in updateCaret
File "textInfos\offsets.pyc", line 668, in updateCaret
File "NVDAObjects\IAccessible\__init__.pyc", line 199, in _setCaretOffset
File "monkeyPatches\comtypesMonkeyPatches.pyc", line 30, in __call__
_ctypes.COMError: (-2147024809, 'Parameter is incorrect.', (None, None, None, 0, None))
Expected behavior:
No error sound
System configuration
NVDA installed/portable/running from source:
Tried with portable.
NVDA version:
Latest Alpha
Windows version:
Windows 7 X64
Name and version of other software in use when reproducing the issue:
Nightly 94
Other information about your system:
None relevant
Other questions
Does the issue still occur after restarting your computer?
Yes
Have you tried any other versions of NVDA? If so, please report their behaviors.
No, I haven't
If NVDA add-ons are disabled, is your problem still occurring?
Yes
Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu?
Not tried
cc @jcsteh As this affects Firefox
Reactions are currently unavailable