Ticket #587 (closed defect: fixed)

Opened 2 years ago

Last modified 19 months ago

Cursors and delete do not speak letters under cursor in Outlook Express message fields sometimes

Reported by: briang1 Owned by:
Priority: trivial Milestone: 2010.2
Component: Core Version: development
Keywords: Edit error Outlook Express Cc: nvda@freelists.org
Operating system: Windows XP Blocked by:
Blocking:

Description

At least once per session this occurs.
Running OE on XP on all my machines.
Pressing any shortcut into either a reply, group reply or new message will result in an error sound and the above result on editing any field in the window.
You can restore operation by switching back to inbox and then back to the edit page.

The error often occurs the first time you use this editor in a windows session. Suspect some kind of timing problem. Log errors are...
Brian Gaff Lineone downstairs list item Subject: [Nvda-support] From dev list as may cause problems to nvdas users., Received: 04/03/2010 09:33
IO - keyboardHandler.internal_keyDownEvent (10:54:08):
key press: control+n
DEBUG - api.setNavigatorObject (10:54:11):
New Message pane
DEBUG - api.setFocusObject (10:54:11):
New Message pane
DEBUG - api.setForegroundObject (10:54:11):
New Message pane
DEBUG - api.setNavigatorObject (10:54:11):
To: edit
DEBUG - api.setFocusObject (10:54:11):
To: edit
ERROR - eventHandler.executeEvent (10:54:11):
error executing event: caret on <NVDAObjects.Dynamic_IAccessibleRichEdit20WindowNVDAObject object at 0x022F6F90> with extra args of {}
Traceback (most recent call last):

File "eventHandler.pyc", line 80, in executeEvent
File "eventHandler.pyc", line 128, in executeEvent_appModuleLevel
File "eventHandler.pyc", line 135, in executeEvent_virtualBufferLevel
File "eventHandler.pyc", line 139, in executeEvent_NVDAObjectLevel
File "NVDAObjects\IAccessible\init.pyc", line 1015, in event_caret
File "NVDAObjects\window\edit.pyc", line 723, in event_caret
File "NVDAObjects\init.pyc", line 628, in makeTextInfo
File "NVDAObjects\window\edit.pyc", line 553, in init

AttributeError?: 'NoneType?' object has no attribute 'duplicate'
ERROR - eventHandler.executeEvent (10:54:11):
error executing event: caret on <NVDAObjects.Dynamic_IAccessibleRichEdit20WindowNVDAObject object at 0x022F6F90> with extra args of {}
Traceback (most recent call last):

File "eventHandler.pyc", line 80, in executeEvent
File "eventHandler.pyc", line 128, in executeEvent_appModuleLevel
File "eventHandler.pyc", line 135, in executeEvent_virtualBufferLevel
File "eventHandler.pyc", line 139, in executeEvent_NVDAObjectLevel
File "NVDAObjects\IAccessible\init.pyc", line 1015, in event_caret
File "NVDAObjects\window\edit.pyc", line 723, in event_caret
File "NVDAObjects\init.pyc", line 628, in makeTextInfo
File "NVDAObjects\window\edit.pyc", line 553, in init

AttributeError?: 'NoneType?' object has no attribute 'duplicate'
IO - keyboardHandler.internal_keyDownEvent (10:54:21):
key press: control+alt+i
INFO - core.main (10:54:21):
Exiting

It was pressent in the 2009 release and is still in the latest main and the beta of 2010.

Change History

comment:1 Changed 19 months ago by jteh

Is this fixed now with the recent watchdog changes?

comment:2 Changed 19 months ago by jteh

  • Status changed from new to closed
  • Resolution set to fixed

Brian noted a few days ago that this seemed to be fixed and hasn't made any comment to the contrary since. Please reopen if the problem persists.

Fix was probably in changeset:main,3612 and/or changeset:main,3626.

Note: See TracTickets for help on using tickets.