[Webkit-unassigned] [Bug 125855] [ATK] Expose aria-checked mixed state as ATK_STATE_INDETERMINATE

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 19 03:47:41 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=125855





--- Comment #5 from Mario Sanchez Prada <mario at webkit.org>  2013-12-19 03:45:45 PST ---
(In reply to comment #4)
> [...] 
> I checked the issue reported in bug 123889. 
> WebKitGtk MiniBrowser including my patch produces the fallowing results
> 
> [check box | All condiments] has indeterminate state: True
> [check box | Lettuce] has indeterminate state: False
> 
> The only difference from the expected result is that, it doesn't show two messages:
> [check box | All condiments] indeterminate state changed to: False
> [check box | All condiments] indeterminate state changed to: True
> 
> Those should be produced while changing state of "Lettuce" checkbox.
> 
> Events are not propagated properly ?

I think they might even not being generated, so that's why you don't get those. Which means that there are two bugs: one about the exposure of the state and other one related to exposing the state change.

I think you can work on the first issue as part of this bug (and so I would only ask you to consider moving the test to LayoutTests/accessibility, updating the mac's TestExpectations file), and leave the other issue to be tackled as part of bug 123889.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list