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
Comments
Hi, does this happen with 2016.4 and 2017.1? CC @michaelDCurran, @feerrenrut
From: Derek Riemer [mailto:notifications@github.com]
Sent: Thursday, March 23, 2017 1:14 PM
To: nvaccess/nvda <nvda@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Subject: [nvaccess/nvda] Runtime error in word, Yikes (#7009)
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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#7009> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AHgLkGJmOuexNemuEvqMZMwwye6xug7Pks5rotJxgaJpZM4MnTWb> .
|
I can reproduce this with Office 2013 and NVDA Version |
I had someone test with 17.1, and They couldn't reproduce the issue.
…On Mon, Mar 27, 2017 at 4:10 AM, Reef Turner ***@***.***> wrote:
I can reproduce this with Office 2013 and NVDA Version next-13949,b9c7808e
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#7009 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFGivb5wb7kdF7RyUbmQL-5eyEfVmTF_ks5rp4sigaJpZM4MnTWb>
.
--
Derek Riemer: Improving the world one byte at a time!
- University of Colorado Boulder Department of computer science, 4th
year undergraduate student.
- Accessibility enthusiast.
- Proud user of the NVDA screen reader.
- Open source enthusiast.
- Skier.
Personal website <http://derekriemer.com>
|
Reproduced in Word 2016 (from Office 365) and NVDA next-13949,b9c7808e. |
feerrenrut
added a commit
that referenced
this issue
May 3, 2017
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)
Fixed with commit 1c068b7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: