Open nvaccessAuto opened 10 years ago
Attachment test1.xlsx added by nishimotz on 2014-08-02 08:15 Description: test1.xlsx
Attachment test2.docx added by nishimotz on 2014-08-02 08:16 Description: test2.docx
Attachment nvda.log added by nishimotz on 2014-08-02 08:16 Description: nvda.log
Comment 1 by jteh on 2014-08-03 22:08 Is this a regression; i.e. does this happen with NVDA 2014.2?
Comment 2 by nishimotz on 2014-08-04 01:30 Although error sound cannot be heard, this error happens with 2014.2.
The most annoying thing is: once the attached excel file gets focus, the focus automatically moves to the preview of the worksheet, and after that, there are no feedbacks for arrow keys, because NVDA seems to handle the location of input focus incorrectly after the occurence of this internal error.
@nishimotz Assuming you still use Outlook 2013, do the reported errors still occur with the latest version of NVDA at your end? It seems like we have all necessary diagnostic information present - sample documents (Word and Excel attachment), NVDA log, STR, system information and software version information. Unfortunately however, I do not have Office 2013 and I do not use Outlook (2010) either, making me unable to provide substantial testing feedback. Anyways, while an internal error is a matter of concern but still low in terms of impact, a user-facing inconvenience has been described in https://github.com/nvaccess/nvda/issues/4351#issuecomment-155323955. To rephrase the same, @nishimotz essentially says that as a result of said error, when the Excel attachment is opened, NVDA's focus jumps to the preview of the Excel worksheet, wherein arrowing and other standard navigation commands trigger no speech feedback from NVDA.
Actually, Outlook 2013 is just for testing. Results with the latest version of NVDA.
setup:
procedure:
error log is as follows:
INFO - __main__ (18:32:26.157):
Starting NVDA
INFO - core.main (18:32:26.743):
Config dir: C:\Users\nishimotz\AppData\Roaming\nvda
INFO - config.ConfigManager._loadConfig (18:32:26.743):
Loading config: C:\Users\nishimotz\AppData\Roaming\nvda\nvda.ini
INFO - core.main (18:32:26.759):
NVDA version master-14508,17763fde
INFO - core.main (18:32:26.759):
Using Windows version 10.0.15063 workstation
INFO - core.main (18:32:26.759):
Using Python version 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:42:59) [MSC v.1500 32 bit (Intel)]
INFO - core.main (18:32:26.759):
Using comtypes version 0.6.2
INFO - synthDriverHandler.setSynth (18:32:27.105):
Loaded synthDriver oneCore
INFO - core.main (18:32:27.105):
Using wx version 3.0.2.0 msw (classic)
INFO - brailleInput.initialize (18:32:27.105):
Braille input initialized
INFO - braille.initialize (18:32:27.105):
Using liblouis version 3.2.0
INFO - braille.BrailleHandler.setDisplayByName (18:32:27.105):
Loaded braille display driver noBraille, current display has 0 cells.
WARNING - core.main (18:32:27.190):
Java Access Bridge not available
INFO - _UIAHandler.UIAHandler.MTAThreadFunc (18:32:27.190):
UIAutomation: IUIAutomation3
INFO - core.main (18:32:28.151):
NVDA initialized
ERROR - eventHandler.executeEvent (18:32:53.326):
error executing event: gainFocus on <NVDAObjects.Dynamic_IAccessibleExcel7WindowWindowNVDAObject object at 0x04FBA650> with extra args of {}
Traceback (most recent call last):
File "eventHandler.pyc", line 143, in executeEvent
File "eventHandler.pyc", line 91, in __init__
File "eventHandler.pyc", line 98, in next
File "NVDAObjects\window\excel.pyc", line 660, in event_gainFocus
File "NVDAObjects\window\excel.pyc", line 629, in _getSelection
AttributeError: 'NoneType' object has no attribute 'mergeCells'
Thanks for the updated details @nishimotz
While this is pretty annoying, and restricts the way that outlook 2003 can be used with NVDA, my assumption is that there are few people actually encountering this problem. As such, I have set this as a priority 3.
There are lots of people using this version of outlook if the bug about html crashing is to believed on the users list. There are oodles of posts about that one. Brian
bglists@blueyonder.co.uk Sent via blueyonder. Please address personal email to:- briang1@blueyonder.co.uk, putting 'Brian Gaff' in the display name field.
Any further updates regarding this issue? I am also having this Problem in Outlook. I have disabled that live pane draft in Outlook's Settings because it is very annoying that NVDA does not read the Content. I prefer to open the attachment by right click on it and open it directly in MS Excel or Word.
Reported by nishimotz on 2014-08-02 08:15 Outlook 2013 raises error at opening received mail with Excel/Word attachments.
setup:
procedure:
error log is as follows: