Opened 8 years ago
Last modified 8 years ago
#16377 closed defect
jaws14 can not read dijit dialog which is showing from a timeout ajax method — at Version 1
Reported by: | dragonli | Owned by: | dragonli |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Accessibility | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Steps to reproduce this issue:
- Create a simple ajax application using dojo toolkit
- In its response method, set a timeout and then show a dijit dialog. As you can see from attached Dialog.html
3, Enable jaws 14 to read the dialog
- Issue: Jaws just read the 'Cancel' button in the dialog. (Pressing F5 or re-request the URL)
Change History (2)
Changed 8 years ago by
Attachment: | Dialog.html added |
---|
comment:1 Changed 8 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from mikeb to dragonli |
Status: | new → pending |
Note: See
TracTickets for help on using
tickets.
I don't understand the test file. Is it supposed to be reading some data over XHR? It only shows the dialog when there's an error return from dojo.xhrPost(), but does that have anything to do with the issue? What if you just show the dialog?