[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:17:21 PST 2013


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





--- Comment #4 from Krzysztof Czech <k.czech at samsung.com>  2013-12-19 03:15:24 PST ---
(In reply to comment #2)
> (From update of attachment 219412 [details])
> Thanks for the patch Krzysztof. Could you check if this patch of yours also fixes the issue reported in bug 123889 (see description and the event listener provided by Joanie there) and, if so, resolve one bug as a duplicate of the other?
> 
> Also, I think you'd better place the HTML and expected files for this one in LayoutTests/accessibility and add it to the TestExpectations file for the mac (with a comment saying that isIndeterminate() is not implemented there), so we avoid that much duplication.
> 
> Thanks!

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 ?

-- 
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