[Webkit-unassigned] [Bug 48944] Send accessibility notification in contentsChanged

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 3 15:54:12 PDT 2010


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





--- Comment #3 from chris.guillory at google.com  2010-11-03 15:54:12 PST ---
RenderTextControl::setInnerTextValue posts an AXValueChanged notification but the control has children:

RenderTextControlSingleLine
  RenderTextControlInnerBlock
    RenderText

Chromium correctly updates the text of the RenderTextControlSingleLine node but not the RenderText node (which has the same text). Does one of these sound like a good approach:
(1) In Chromium, ignore the children of the RenderTextControl in the accessibility tree.
(2) In Chromium, send AXValueChanged from RenderText::setText.

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