Opened 10 years ago
Closed 10 years ago
#8963 closed bug (fixed)
Dialog: focus close button and closing dialog with Jaws 13.0.1006 64bit
Reported by: | ssoorriiin | Owned by: | ssoorriiin |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.dialog | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have a simple dialog with an Ok button.
- Jaws reads and identifies dialog's ok and close button
- Focus is not set to close button when is selected from list, instead is set to Ok button
Optional:
- Hit enter -> dialog closes
- Insert + F5 to read again the form fields -> Jaws identifies again the ok and close button even if dialog wasn't opened again
Something similar can be reproduced here (but for v. 1.8.3): http://view.jqueryui.com/dialog/demos/dialog/default.html
Change History (5)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Owner: | set to ssoorriiin |
---|---|
Status: | new → pending |
Could you please remove anything unrelated to the bug from that test case? I'm not sure what all that JavaScript is for, or why you need any CSS at all. Also, can you please test with 1.10.0-rc.1 or master to see if the problem still exists? We've made a lot of changes to dialog.
1.10.0-rc.1: [js http://code.jquery.com/ui/1.10.0-rc.1/jquery-ui.js], [css http://code.jquery.com/ui/1.10.0-rc.1/themes/base/jquery-ui.css]
master: [js http://code.jquery.com/ui/jquery-ui-git.js], [css http://code.jquery.com/ui/jquery-ui-git.css]
comment:3 Changed 10 years ago by
Status: | pending → new |
---|
I've updated test case: http://jsbin.com/okekeg/1/edit Looks like issue is solved with 1.10.0-rc.1, leaving me to update my 3rd party.
Thanks.
comment:4 Changed 10 years ago by
Here is test case for version 1.9.2: http://jsbin.com/okekeg/2/edit where issue reproduces. Until a new stable version is released, do you think there is a workaround for this?
Thanks in advance.
comment:5 Changed 10 years ago by
Milestone: | none → 1.10.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
That test case looks like it contains just as much unrelated code as the first test case. If it's working in 1.10.0-rc.1, then just wait for 1.10.0, it'll be released in a few days.
I've created a test case here: http://jsbin.com/welcome/74658/edit