[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 May 31 03:30:09 PDT 2013


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





--- Comment #2 from Mario Sanchez Prada <mario at webkit.org>  2013-05-31 03:28:41 PST ---
(From update of attachment 203426)
View in context: https://bugs.webkit.org/attachment.cgi?id=203426&action=review

> Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceText.cpp:686
> +    Node* node = originalPosition.deepEquivalent().containerNode();
> +    RefPtr<Range> selectedRange = Range::create(node->document(), startPosition.deepEquivalent(), endPosition.deepEquivalent());

Informal auto-review: these two lines should NOT be here. Please ignore them when doing the actual review

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