[Webkit-unassigned] [Bug 96735] New: AX: A few control types are returning the wrong answer for isReadOnly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 14 01:43:05 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=96735
Summary: AX: A few control types are returning the wrong answer
for isReadOnly
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
When isReadOnly was refactored from AccessibilityRenderObject to AccessibilityNodeObject, it changed the answer to isReadOnly for a few input types.
To clarify: In this context, read only means that element cannot be edited like text. It has nothing to do with whether a control's value can be modified - that's "unavailable" or "disabled".
This can't be tested easily on Mac; it doesn't look like Mac exposes isReadOnly directly.
--
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