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

Selection changes no longer announced on Thunderbird message/folder list items #1600

Closed
nvaccessAuto opened this issue Jun 22, 2011 · 1 comment

Comments

@nvaccessAuto
Copy link

Reported by jteh on 2011-06-22 09:22
Str:

  1. Select a message in the Thunderbirde message list using up/down arrow.
  2. Press control+space.
  3. Expected: NVDA should announce "not selected".
  4. Actual: Nothing is announced.

Regression caused by 0301d11 (removal of EVENT_OBJECT_SELECTIONWITHIN). This probably breaks other Mozilla lists/trees/tables as well, but i haven't confirmed that yet.

I guess Mozilla are using selectionWithin to indicate that the selected state of an item has changed. My understanding was that this was fired on the parent, not on children, but Mozilla seem to be using this differently.

Personally, i think we should revert this commit. I realise it makes things faster for Y! Mail in IE, but I think this regression is worse.

@nvaccessAuto
Copy link
Author

Comment 1 by mdcurran on 2011-06-22 10:01
0301d11 reverted in acb86bf. Annoying, but I definitly agree this has larger impact.
Changes:
State: closed

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