[Webkit-unassigned] [Bug 129835] New: AX: axObject->isSelected() returns false on selected native options

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 6 15:11:11 PST 2014


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

           Summary: AX: axObject->isSelected() returns false on selected
                    native options
           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: jcraig at apple.com
                CC: webkit-bug-importer at group.apple.com


AX: axObject->isSelected() returns false on selected native options.

<select multiple>
    <option class="ex" selected>FIXME: Selected is false. Expected true.</option>
    <option class="ex">not selected</option>
</select>

<select>
    <option class="ex" selected>FIXME: Selected is false. Expected true.</option>
    <option class="ex">not selected</option>
</select>

This is affecting output of Web AXI in bug 129781

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