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

In mozilla thunderbird, pressing control plus backspace triggers an error rather than reading the correct word #3621

Closed
nvaccessAuto opened this issue Nov 4, 2013 · 5 comments

Comments

@nvaccessAuto
Copy link

Reported by driemer.riemer@... on 2013-11-04 03:07
When ctrl+backspace is pressed in mozilla thunderbird an error is triggered sometimes randomly. It appears to be trying to calculate the length of an object of type None.

Input: kb(laptop):control+backspace
ERROR - scriptHandler.executeScript (19:51:05):
error executing script: <bound method Dynamic_EditableTextWithAutoSelectDetectionDocumentBrokenFocusedStateMozillaIAccessible.script_caret_backspaceWord of <NVDAObjects.Dynamic_EditableTextWithAutoSelectDetectionDocumentBrokenFocusedStateMozillaIAccessible object at 0x05B44B30>> with gesture u'ctrl+backspace'
Traceback (most recent call last):
File "scriptHandler.pyc", line 174, in executeScript
File "editableText.pyc", line 144, in script_caret_backspaceWord
File "editableText.pyc", line 134, in _backspaceScriptHelper
TypeError: object of type 'NoneType' has no len()
IO - inputCore.InputManager.executeGesture (19:51:06):
Input: kb(laptop):p

@nvaccessAuto
Copy link
Author

Comment 1 by driemer.riemer@... on 2013-11-04 03:08
Oops, not 0.5, next

@nvaccessAuto
Copy link
Author

Comment 2 by jteh on 2013-11-06 04:54
This is due to a bug in Thunderbird. I filed MozillaBug:935375.

Out of interest, what version of Thunderbird are you using? I can reproduce this with nightly, but Mick can't seem to reproduce it with Thunderbird 24.

@nvaccessAuto
Copy link
Author

Comment 3 by driemer.riemer@... on 2013-11-06 04:59
I am using version 24.3.1. I have a gpg plugin installed that seems to sometimes make nvda announce things weird like blank for the last word in a message. I wonder if this could have to do with it.

@ehollig
Copy link
Collaborator

ehollig commented Jul 25, 2017

@derekriemer are you still experiencing this issue? According to MozillaBug:935375 this problem has been resolved.

@derekriemer
Copy link
Collaborator

nope

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

3 participants