-
-
Notifications
You must be signed in to change notification settings - Fork 626
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
Word 2010-sentence reading commands ALT+UP/DOWN ARROW are not avialable. #3288
Comments
Comment 1 by manish on 2013-07-19 09:19 Using the alt+arrow combinations was not working because the alt key causes the ribbon toolbar in word to get focus and I haven't found a way of supressing this so far. |
Comment 2 by manish on 2013-07-19 09:42 |
Comment 3 by manish on 2013-07-19 12:18 |
Attachment 0001-fix-for-ticket-3288-read-by-sentence-in-word.patch added by manish on 2013-07-19 12:19 |
Attachment 0001-Fix-for-ticket-3288-read-by-sentence-in-word.patch added by manish on 2013-07-21 07:48 |
Comment 4 by manish on 2013-07-21 07:54
Also attached a small document with sample test sentences. ps: although I selected replace existing file, I still see the old patch file. there is no option to delete it either. Please ignore the old patch. |
Comment 5 by jteh on 2013-07-22 00:36 If these do get implemented, these would be NVDA specific commands and this should be very clear to users. They should probably also work everywhere sentences are supported, not just Word, so the code would need to be in the editableText module. |
Comment 7 by siddhartha_iitd on 2014-09-17 06:32 |
Comment 9 by jteh on 2014-09-17 14:36 My point in comment:5 is that these commands need to be placed in the EditableText class so they can be used in other places. |
Comment 10 by jteh on 2014-09-24 03:39 |
Comment 11 by siddhartha_iitd on 2014-12-01 07:30 Please check the branch in_t3288_sentnav at the following url: |
Comment 15 by mdcurran on 2014-12-04 04:18 Things to change:
|
Comment 17 by manish (in reply to comment 15) on 2014-12-25 02:45 Words previous and next sentence functionality only collapses to the current unit and has problems with white space in the form of tabs in the middle of sentences. I used the attached doc file for sample problems. If we remove the changes I made in the winword Move() method, sentence navigation doesn't work for the various cases listed in this file. Thanks,
|
Attachment test-read-by-sentence.docx added by manish on 2014-12-25 02:54 |
Comment 18 by manish on 2014-12-25 15:52 |
Comment 19 by bhavyashah on 2014-12-28 13:23 |
Comment 20 by manish (in reply to comment 19) on 2014-12-28 17:48
|
Comment 22 by mdcurran on 2014-12-29 03:27 For the editable text implementation:
|
Comment 23 by manish (in reply to comment 22) on 2014-12-29 04:25
The reason I am sending the gesture to the app first is to give the application a chance to use the key strokes, if it natively supports this. I am not aware of such an application, but don't see why NVDA should prevent the keystrokes from being sent to the app first. I basically looked at how the other keystrokes are being handled in the editableText._caretMovementScriptHelper method.
The updateCaret() and Collapse() calls are specific to how we need to do it in MS word. I am not sure if we will need to call this in another application depending on how the move method for that application's textInfo works.
|
Comment 24 by mdcurran (in reply to comment 23) on 2014-12-29 04:37 As for the updateCaret: This would be needed for any implementation of move, not just MS Word. No implementation of move should be affecting the caret at all, only the TextInfo itself. Note that a TextInfo is a freely moving range of text, disconnected from the caret or selection. For instance, a TextInfo is used for the review cursor... |
Attachment Test document.docx added by mdcurran on 2014-12-29 04:38 |
Comment 25 by manish (in reply to comment 24) on 2014-12-29 05:15 I will make the change to call updateCaret and collapse calls from the editableText method. |
Comment 26 by mdcurran (in reply to comment 25) on 2014-12-29 05:21 The call to collapse can stay in the MS Word move method as that is probably specific to MS Word. But do move updateCaret. |
Comment 27 by manish (in reply to comment 26) on 2014-12-29 05:50 The collapse call is not required after the latest changes in master, it seems. However, in the current master, nvda+up and down arrow are currently throwing an exception in ms word. I am not sure if that is work in progress or already being tracked in a separate ticket. |
Comment 28 by mdcurran (in reply to comment 27) on 2014-12-29 07:57 I can't reproduce the NVDA+down / NVDA+up exceptions. Could you please attach a log or paste the traceback? |
Attachment nvda.log added by manish on 2014-12-29 12:43 |
Comment 29 by manish (in reply to comment 28) on 2014-12-29 12:44 |
Comment 30 by manish (in reply to comment 29) on 2014-12-29 12:52 |
Comment 31 by mdcurran on 2015-01-08 06:44 |
Comment 32 by manish (in reply to comment 31) on 2015-01-11 00:37 Replying to mdcurran:
|
Comment 33 by Michael Curran <mick@... on 2015-02-03 09:52
Changes:
|
Comment 34 by Michael Curran <mick@... on 2015-03-16 05:20
Changes:
|
Comment 35 by mdcurran on 2015-03-16 22:38 |
Comment 36 by nvdakor on 2015-06-23 17:55 |
Reported by sumandogra on 2013-06-18 11:37
ALT+UP ARROW and ALT+DOWN ARROW are not available as sentence navigation for reading text with NVDA.
Steps to reproduce:
DOWNARROW.
The text was updated successfully, but these errors were encountered: