[Webkit-unassigned] [Bug 131933] AX: [ATK] caret-moved not emitted by text directly in html body

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 26 08:06:57 PDT 2014


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





--- Comment #2 from Jarek Czekalski <jarekczek at poczta.onet.pl>  2014-04-26 08:07:17 PST ---
First clue.

In Source/WebCore/accessibility/AccessibilityRenderObject.cpp, function AccessibilityRenderObject::textUnderElement, line 664, we have a comment:
            // For anonymous blocks, we work around not having a direct node to create a range from
            // defining one based in the two external positions defining the boundaries of the subtree.

But when we set cursor position, we rely on visiblePositionForIndex, the same file, line 1859. There it returns empty position for anonymous blocks (!node).

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