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

Runtime error in word, Yikes #7009

Closed
derekriemer opened this issue Mar 23, 2017 · 5 comments
Closed

Runtime error in word, Yikes #7009

derekriemer opened this issue Mar 23, 2017 · 5 comments

Comments

@derekriemer
Copy link
Collaborator

  1. open a blank word document.
  2. enter browse mode.
  3. press end.
    Result:

error executing script: <bound method WordDocumentTreeInterceptor.script_endOfLine of <NVDAObjects.window.winword.WordDocumentTreeInterceptor object at 0x0517EFB0>> with gesture u'end'
Traceback (most recent call last):
File "scriptHandler.pyc", line 187, in executeScript
File "cursorManager.pyc", line 225, in script_endOfLine
File "cursorManager.pyc", line 119, in _caretMovementScriptHelper
File "treeInterceptorHandler.pyc", line 189, in collapse
File "NVDAObjects\window\winword.pyc", line 836, in collapse
RuntimeError

@josephsl
Copy link
Collaborator

josephsl commented Mar 23, 2017 via email

@feerrenrut
Copy link
Contributor

I can reproduce this with Office 2013 and NVDA Version next-13949,b9c7808e

@derekriemer
Copy link
Collaborator Author

derekriemer commented Mar 27, 2017 via email

@bramd
Copy link
Contributor

bramd commented Apr 2, 2017

Reproduced in Word 2016 (from Office 365) and NVDA next-13949,b9c7808e.

@feerrenrut feerrenrut self-assigned this Apr 25, 2017
feerrenrut added a commit that referenced this issue May 3, 2017
Re issue #7009
Merge branch 'i7009-winWordRuntimeError' into next
feerrenrut added a commit that referenced this issue May 30, 2017
Pressing end while in browse mode of an empty Microsoft Word document no longer causes a runtime error.

Fix for #7009
feerrenrut added a commit that referenced this issue May 30, 2017
- PR #7169 : Editable div elements in Chrome are no longer have their label reported as their value while in browse mode. (Issue #7153)
- PR #6396 : An unbound gesture (script_restart) has been added to allow NVDA to be restarted quickly. (PR #6396)
- PR #6777 : A Braille setting has been added to "show messages indefinitely". (Issue #6669)
- PR #7133 : Pressing end while in browse mode of an empty Microsoft Word document no longer causes a runtime error. (Issue #7009)
- PR #6868 : The keyboard layout can now be set from the NVDA Welcome dialog. (Issue #6863)
- PR #6813 : The names of "landmarks" are abbreviated in Braille (Issue #3975)
@feerrenrut feerrenrut added this to the 2017.3 milestone Jun 28, 2017
@feerrenrut
Copy link
Contributor

Fixed with commit 1c068b7

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

4 participants