[Webkit-unassigned] [Bug 114871] [GTK] Reimplement atk_text_get_text_*_offset for WORD boundaries

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 12 05:28:29 PDT 2013


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





--- Comment #13 from Mario Sanchez Prada <mario at webkit.org>  2013-07-12 05:30:31 PST ---
(In reply to comment #10)
> [...]
> >> Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceText.cpp:544
> >> +    Node* referenceNode = rangeStartNode->isInShadowTree() ? rangeStartNode->highestAncestor() : node;
> > 
> > Does the shadow DOM still exist?
> 
> At the time of writing this patch it did, but I will double check that.

Sorry for the confusion with this. You were right, we do not have Shadow DOM in WebKitGTK+ and so this is not a valid approach anymore.

Fortunately, I've been working in a new patch for this bug which uses a different approach (based on VisiblePositions) so we don't need this Shadow DOM thing anymore.

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