[Webkit-unassigned] [Bug 97127] New: AX: combo box should be writable on Mac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 19 12:52:28 PDT 2012


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

           Summary: AX: combo box should be writable on Mac
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dmazzoni at google.com
                CC: cfleizach at apple.com


>From bug 96735:
> combo boxes should be writeable and not read only (because you can type into the combo box)
>
> it looks like list boxes AXSelectedChildren should be writeable (but not its AXValue)

Chris, can you capture any other attributes whose writable state seems to be wrong now on Mac? Maybe we can clean up several at once.

I wonder if we could split the cross-platform interface into:

* isValueModifiable - independent of whether it's contentEditable or enabled, should this role have a modifiable value in general?
* isContentEditable
* isEnabled
* isEditableTextField

I think each platform could compute its correct values for "read only" based on these four. I believe we wouldn't need any special casing in cross-platform code then.

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