[Webkit-unassigned] [Bug 123889] New: [ATK] "Indeterminate" state and state changes in tri-state checkboxes should be exposed to ATs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 6 05:17:25 PST 2013


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

           Summary: [ATK] "Indeterminate" state and state changes in
                    tri-state checkboxes should be exposed to ATs
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jdiggs at igalia.com
                CC: apinheiro at igalia.com, mario at webkit.org,
                    webkit-bug-importer at group.apple.com


Created an attachment (id=216169)
 --> (https://bugs.webkit.org/attachment.cgi?id=216169&action=review)
accessible-event listener

Steps to reproduce:
  1. (Re)Load http://test.cita.illinois.edu/aria/checkbox/checkbox2.php
  2. Launch the attached accessible-event listener in a terminal
  3. Tab to All Condiments (which initially is partially checked)
  4. Tab to Lettuce
  5. Press Space (All Condiments will lose partially checked state)
  6. Press Space (All Condiments will gain partially checked state)

Expected results:
  $ ./indeterminate.py 
  [check box | All condiments] has indeterminate state: True
  [check box | Lettuce] has indeterminate state: False
  [check box | All condiments] indeterminate state changed to: False
  [check box | All condiments] indeterminate state changed to: True

Actual results with current WebKitGtk MiniBrowser:
  $ ./indeterminate.py 
  [check box | All condiments] has indeterminate state: False
  [check box | Lettuce] has indeterminate state: False

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