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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 20 09:05:41 PDT 2012


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





--- Comment #1 from chris fleizach <cfleizach at apple.com>  2012-09-20 09:06:12 PST ---
(In reply to comment #0)
> 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.
> 

As far as I can tell, combo box is the only other control that is not read only (but marked as such in webkit)

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

It does seem like read only can have different meanings based on different items or contexts.

isValueModifiable sounds like it would be the natural replacement for most isReadOnly calls

isEditableTextField and isContentEditable seems like they could be merged

Obviously isEnabled is there already, and used for another type of attribte on the Mac (AXEnabled)

> 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