Skip to content
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

MSHTML: Exception in isFocusable property #3771

Closed
nvaccessAuto opened this issue Jan 13, 2014 · 3 comments
Closed

MSHTML: Exception in isFocusable property #3771

nvaccessAuto opened this issue Jan 13, 2014 · 3 comments

Comments

@nvaccessAuto
Copy link

Reported by jteh on 2014-01-13 00:40
This occurred when trying to move through the text of the update radio buttons in browse mode in the normal Adobe Flash installer:

error executing script: <bound method MSHTML.script_moveByLine_back of <virtualBuffers.MSHTML.MSHTML object at 0x03F647B0>> with gesture u'up arrow'
Traceback (most recent call last):
  File "scriptHandler.pyo", line 174, in executeScript
  File "cursorManager.pyo", line 154, in script_moveByLine_back
  File "cursorManager.pyo", line 79, in _caretMovementScriptHelper
  File "virtualBuffers\__init__.pyo", line 812, in _set_selection
  File "virtualBuffers\__init__.pyo", line 827, in _shouldSetFocusToObj
  File "baseObject.pyo", line 34, in __get__
  File "baseObject.pyo", line 110, in _getPropertyViaCache
  File "NVDAObjects\IAccessible\MSHTML.pyo", line 794, in _get_isFocusable
  File "comtypesMonkeyPatches.pyo", line 34, in new__getattr__
  File "comtypes\client\dynamic.pyo", line 93, in __getattr__
  File "comtypes\automation.pyo", line 643, in GetIDsOfNames
COMError: (-2147352570, 'Unknown name.', (None, None, None, 0, None))

This is on a pretty clean install of Windows XP sp3 with no further updates applied.

@nvaccessAuto
Copy link
Author

Comment 2 by jteh on 2014-01-13 01:12
It seems that hasAttribute was only implemented in IE 8. Ug. I'll have to try getAttribute. Otherwise, we might just forget about supporting isFocusable properly in IE 6.

@nvaccessAuto
Copy link
Author

Comment 3 by briang1 on 2014-01-13 08:34
I've seen this or a very similar error in IE8 intermittently for some time. I'm not sure if a ticket was done, but if it was its going to be a long time back.
IE6 is more or less unusable now in any case.

@ehollig
Copy link
Collaborator

ehollig commented Aug 31, 2017

Closing, as the original post discusses the flash installer, which development will be discontinued in 2020, Windows XP, and Internet Explorer 8, which is outdated now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants