[Webkit-unassigned] [Bug 120191] Editable text nodes should be have EditableTextRole

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 23 10:50:21 PDT 2013


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





--- Comment #2 from Roger Fong <roger_fong at apple.com>  2013-08-23 10:49:48 PST ---
I'm going to add 
+    if (node()->isTextNode() && node()->isContentEditable())
+        return EditableTextRole;
to determineAccessibilityRole in AccessibilityNodeObject.cpp

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