-
-
Notifications
You must be signed in to change notification settings - Fork 632
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 after cut and paste in MS Excel 2003 #1567
Comments
Comment 1 by briang1 on 2011-06-15 15:22 It affects Xcel XP 2002 as well. |
Comment 2 by mdcurran on 2011-06-15 23:16 |
Comment 3 by mdcurran on 2011-06-15 23:21 |
Comment 4 by jteh on 2011-06-15 23:43 |
Comment 5 by Bernd (in reply to comment 4) on 2011-06-16 11:10
yes it happened also in Version 2011.1 |
Comment 6 by mdcurran on 2011-06-24 05:35 |
Reported by Bernd on 2011-06-15 14:21
STR:
then you'll here an error sound and you'l find an error in the log file (see below).
Expected: NVDA should read the new selected cell and work as before.
part of NVDA.log:
IO - inputCore.InputManager.executeGesture (15:20:26):
Input: kb(laptop):control+v
IO - inputCore.InputManager.executeGesture (15:20:27):
Input: kb(laptop):downArrow
ERROR - eventHandler.executeEvent (15:20:27):
error executing event: gainFocus on <NVDAObjects.window.excel.ExcelCell object at 0x04468070> with extra args of {}
Traceback (most recent call last):
File "C:\nvda\main\source\eventHandler.py", line 131, in executeEvent
if eventName=="gainFocus" and not doPreGainFocus(obj,sleepMode=sleepMode):
File "C:\nvda\main\source\eventHandler.py", line 144, in doPreGainFocus
api.setFocusObject(obj)
File "C:\nvda\main\source\api.py", line 87, in setFocusObject
if tempObj==oldFocusLine[index]:
File "C:\nvda\main\source\NVDAObjects__init__.py", line 288, in eq
return self._isEqual(other)
File "C:\nvda\main\source\NVDAObjects\window\excel.py", line 194, in _isEqual
otherAddr=self.getCellAddress(other.excelCellObject,True)
File "C:\nvda\main\source\NVDAObjects\window\excel.py", line 65, in getCellAddress
return cell.Address(False, False, xlA1, external)
File "C:\Python27\lib\site-packages\comtypes\client\lazybind.py", line 52, in call
*args)
File "C:\Python27\lib\site-packages\comtypes\automation.py", line 664, in _invoke
dp, var, None, argerr)
COMError: (-2146827864, None, (None, None, None, 0, No
The text was updated successfully, but these errors were encountered: