https://bugs.documentfoundation.org/show_bug.cgi?id=99609

--- Comment #5 from Michael Weghorn <[email protected]> ---
(In reply to Buovjaga from comment #4)
> Still repro with NVDA

Indeed, and this error shows up in NVDA log, which may be related:

error executing event: gainFocus on <appModules.soffice.SymphonyIATableCell
object at 0x11ACD8B0> with extra args of {}
Traceback (most recent call last):
  File "eventHandler.py", line 325, in executeEvent
    _EventExecuter(eventName, obj, kwargs)
  File "eventHandler.py", line 115, in __init__
    self.next()
  File "eventHandler.py", line 124, in next
    return func(*args, **self.kwargs)
  File "NVDAObjects\__init__.py", line 1281, in event_gainFocus
    self.reportFocus()
  File "NVDAObjects\__init__.py", line 1132, in reportFocus
    speech.speakObject(self, reason=controlTypes.OutputReason.FOCUS)
  File "speech\speech.py", line 629, in speakObject
    _prefixSpeechCommand,
  File "speech\speech.py", line 669, in getObjectSpeech
    **allowProperties
  File "speech\speech.py", line 521, in getObjectPropertiesSpeech
    newPropertyValues[name]=getattr(obj,tryName)
  File "baseObject.py", line 62, in __get__
    return instance._getPropertyViaCache(self.fget)
  File "baseObject.py", line 168, in _getPropertyViaCache
    val=getterMethod(self)
  File "NVDAObjects\IAccessible\__init__.py", line 1184, in _get_rowNumber
    return tableCell.rowIndex+1
  File "monkeyPatches\comtypesMonkeyPatches.py", line 32, in __call__
    return super().__call__(*args,**kwargs)
_ctypes.COMError: (-2147467259, 'Unspecified error', (None, None, None, 0,
None))
ERROR - eventHandler.executeEvent (14:32:31.597) - MainThread (7184):

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to