Opened 14 years ago
Closed 9 years ago
#4412 closed task (invalid)
make sure mail demo is accessible
Reported by: | Becky Gibson | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | low | Milestone: | future |
Component: | Accessibility | Version: | 1.0 |
Keywords: | needsreview | Cc: | |
Blocked By: | Blocking: |
Description
Need to make sure that the mail demo is accessible so we can demonstrate how to create accessible apps with dojo
Change History (17)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
comment:4 Changed 14 years ago by
comment:7 Changed 13 years ago by
Milestone: | 1.2 → 1.3 |
---|
comment:8 Changed 12 years ago by
now that the mail demo has been updated to use the grid, this ticket depends upon #7228
comment:9 Changed 12 years ago by
(In [15952]) refs #4412 improvements to mail demo a11y. Change height of toolbar to ems from px so toolbar is not clipped when font size is enlarged. Added role=application on body tag to let the screen reader know this is an application. Add ARIA live region information to message pane so screen reader will speak previewed message.
comment:10 Changed 12 years ago by
Note to self: It's unclear why the toolbar has any height specified at all. It shouldn't. I added it in [10319] but not sure why. Maybe to work around a safari bug?
comment:11 Changed 12 years ago by
comment:13 Changed 11 years ago by
comment:14 Changed 10 years ago by
Owner: | changed from Becky Gibson to bill |
---|
reassign due to inactive committer. please triage accordingly.
comment:15 Changed 9 years ago by
Keywords: | needsreview added |
---|---|
Priority: | high → low |
bill is there anything specifically left for this ticket - it looks like it was just kept for ongoing work as needed. could we close it?
comment:16 Changed 9 years ago by
Owner: | changed from bill to Becky Gibson |
---|---|
Status: | new → pending |
I don't know, it's Becky's ticket.
comment:17 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
(In [10473]) refs #4412; updated the mail demo so save and cancel buttons on new message tab have an action. For send just display a dialog with progress bar (probably not the best use of dialog) and for cancel close message tab.