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

problem with reporting selection when in focus mode in internet explorer with the latest snapshots. #1590

Closed
nvaccessAuto opened this issue Jun 19, 2011 · 5 comments

Comments

@nvaccessAuto
Copy link

Reported by fatma.mehanna on 2011-06-19 11:01
nvda doesn't announce what i'm selecting in a multi line edit field.
for example in a reply edit field, it announces what i'm selecting if i select a word or some words in the first line of the message body by pressing ctrl+shift+ right arrow.
and it also works fine if i select the whole line by pressing shift+end.
but the problem occurs when i start selection from the second line.
it doesn't announce what i'm selecting whether i select a word by word or the whole line.

@nvaccessAuto
Copy link
Author

Comment 2 by jteh on 2011-06-19 22:56
Most likely caused by 36c938c (fix for #1566). We'll probably have to revert this and thus cause #1566 again.
Changes:
Milestone changed from None to 2011.2

@nvaccessAuto
Copy link
Author

Comment 3 by mdcurran on 2011-06-19 23:33
Nope, not caused by that. Has existed most likely since 2a3e558.
I'm very tempted to take that code out (the code that does that expand to word, expand to textEdit, is it before the start) if so expand to textEdit and collapse. It was added to fix some weird issue when at the end of some edit fields... but I can't reproduce that problem, and all that code has changed majorly since. It also speeds things up some what if its taken out.
Note that its also currently sometimes causing other content outside the edit field to be read when moving by line in some textAreas.

@nvaccessAuto
Copy link
Author

Comment 4 by briang1 on 2011-06-20 12:07
I had this problem today when updating some tickets. Yes, also the reading bits outside the edit area also happened as well. Bit flakey. Maybe you should remove the code and give it some extended testing .

@nvaccessAuto
Copy link
Author

Comment 5 by mdcurran on 2011-06-21 10:04
Fixed in c94b81d. However, there is a possibility this could bring back another bug (not ticketed it seems) to do with the caret when at the end of an edit field it seems as though its before the start. 2a3e558
Changes:
State: closed

@nvaccessAuto
Copy link
Author

Comment 6 by jteh on 2011-06-28 05:57
I think he meant fixed in d17563f. :)

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

1 participant