[Webkit-unassigned] [Bug 123153] [ATK] Avoid explicit traversal of text controls and the render tree in AtkText implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 29 09:51:54 PDT 2013


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





--- Comment #4 from chris fleizach <cfleizach at apple.com>  2013-10-29 09:50:40 PST ---
(From update of attachment 214850)
View in context: https://bugs.webkit.org/attachment.cgi?id=214850&action=review

> Source/WebCore/ChangeLog:8
> +        Remove functions from the AtkText implementation that manually walk the

can you add why you want to do this. its not clear what the purpose is

> Source/WebCore/accessibility/AccessibilityObject.cpp:1976
> +        | TextIteratorIgnoresChildrenForReplacedObjects);

is there ever a case where you don't want to do these two things together?

> Source/WebCore/accessibility/AccessibilityRenderObject.cpp:659
> +        if (!m_renderer->isAnonymous()) {

can this check be done by just checking if this->node() == 0?

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