Bug 73825
Summary: | [Gtk] Dojo checkboxes emit two state-changed events when their state is toggled | ||
---|---|---|---|
Product: | WebKit | Reporter: | Joanmarie Diggs <jdiggs> |
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED | ||
Severity: | Normal | CC: | bugs-noreply |
Priority: | P2 | Keywords: | Gtk |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
URL: | http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/form/test_CheckBox.html | ||
Bug Depends on: | |||
Bug Blocks: | 30796 |
Joanmarie Diggs
The Dojo checkboxes found on this test page [1] emit two state-changed events when their state is toggled. Only one is needed. :) Furthermore, only one is desired so that screen readers do not wind up double-presenting the state change.
[1] http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/form/test_CheckBox.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Joanmarie Diggs
Turns out this applies to the radio buttons (on the same test page) as well.