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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 3 15:57:17 PDT 2010


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





--- Comment #4 from chris fleizach <cfleizach at apple.com>  2010-11-03 15:57:17 PST ---
(In reply to comment #3)
> 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.

I would say the children of a RenderTextControl should be ignored. usually that info is conveyed through other means

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