Bug 73825

Summary: [Gtk] Dojo checkboxes emit two state-changed events when their state is toggled
Product: WebKit Reporter: Joanmarie Diggs <jdiggs>
Component: AccessibilityAssignee: 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    

Description Joanmarie Diggs 2011-12-05 04:54:38 PST
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
Comment 1 Joanmarie Diggs 2011-12-05 09:14:13 PST
Turns out this applies to the radio buttons (on the same test page) as well.