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

outlook2010: Include checkbox in list item #4634

Open
nvaccessAuto opened this issue Nov 20, 2014 · 3 comments
Open

outlook2010: Include checkbox in list item #4634

nvaccessAuto opened this issue Nov 20, 2014 · 3 comments

Comments

@nvaccessAuto
Copy link

Reported by surfer0627 on 2014-11-20 08:53
Reproduce:
Case description: If you don't want to use some or any of the attachment previewers, do the following in Outlook:

  1. Click the File tab.
  2. Click Options
  3. Click Trust Center.
  4. Under Microsoft Outlook Trust Center, click Trust Center Settings, and then click Attachment Handling.
  5. To turn off a specific attachment previewer, click Attachment and Document Previewers, clear the check box for a previewer that you want to turn off, and then click OK.
    Here, a sighted person said that there are some checkboxes for each list item.
    NVDA speech does not show the element information.

related link:
outlook: Preview attachments
https://support.office.com/en-ie/article/Preview-attachments-a9b0921c-c1df-4922-aefb-26e9557de6fe

@nvaccessAuto
Copy link
Author

Comment 2 by nvdakor on 2014-11-20 09:53
Hi,
Confirmed in Outlook 2013.
Technical: @mick, I think we may need to narrow down which list items constitutes an auto-complete entry, as the items the poster talks about are recognized as such.
Thanks.

@nvaccessAuto
Copy link
Author

Comment 3 by mdcurran (in reply to comment 2) on 2014-12-01 05:10
Replying to nvdakor:
It is true that this should not be classed as an AutoCompleteListItem. However, as far as I can tel, this will not improve the accessibility of these items, as both IAccessible and UIA implementations of these items do not expose state_checked when checked. Perhaps we can do something with color... or perhaps MS can fix it.

@LeonarddeR
Copy link
Collaborator

Might the implementation of this list be similar to the wx check listbox is implemented? CC @michaelDCurran @josephsl

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

3 participants