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

Error when moving by line in virtual buffer in focus mode #992

Closed
nvaccessAuto opened this issue Oct 22, 2010 · 1 comment
Closed

Error when moving by line in virtual buffer in focus mode #992

nvaccessAuto opened this issue Oct 22, 2010 · 1 comment

Comments

@nvaccessAuto
Copy link

Reported by aleksey_s on 2010-10-22 18:23
STR:

  • Make sure you have both "Automatic focus mode for focus changes" and "Automatic focus mode for caret movement" checked
  • start Firefox
  • go to google.com
  • press down arrow

Current results:
ERROR - eventHandler.executeEvent (21:16:04):
error executing event: caretMovementFailed on <NVDAObjects.Dynamic_EditableTextWithAutoSelectDetectionGecko1_9MozillaIAccessible object at 0x046C2FF0> with extra args of {'gesture': <keyboardHandler.KeyboardInputGesture object at 0x047F1C70>}
Traceback (most recent call last):
File "D:\nvda\main\source\eventHandler.py", line 80, in executeEvent
executeEvent_appModuleLevel(eventName,obj,**kwargs)
File "D:\nvda\main\source\eventHandler.py", line 128, in executeEvent_appModuleLevel
executeEvent_treeInterceptorLevel(name,obj,**kwargs)
File "D:\nvda\main\source\eventHandler.py", line 133, in executeEvent_treeInterceptorLevel
getattr(treeInterceptor,'event_%s'%name)(obj,lambda: executeEvent_NVDAObjectLevel(name,obj,**kwargs),**kwargs)
File "D:\nvda\main\source\virtualBuffers__init__.py", line 819, in event_caretMovementFailed
script = self.getScript(gesture.keyName)
File "D:\nvda\main\source\baseObject.py", line 178, in getScript
for identifier in gesture.identifiers:
AttributeError: 'str' object has no attribute 'identifiers'

Expected results:
No error, yeah.

@nvaccessAuto
Copy link
Author

Comment 1 by aleksey_s on 2010-10-22 18:41
Fixed in 047eb33
Changes:
State: closed

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

1 participant