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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 23 11:28:03 PDT 2013


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





--- Comment #5 from chris fleizach <cfleizach at apple.com>  2013-08-23 11:27:30 PST ---
(From update of attachment 209477)
View in context: https://bugs.webkit.org/attachment.cgi?id=209477&action=review

> accessibility/AccessibilityNodeObject.cpp:281
> +        return EditableTextRole;

this should probably go inside the next line so we have
if (node()->isTextNode()) {
   if (node()->isContent())
      return Editable
   return Static
}

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