[Webkit-unassigned] [Bug 174393] AX: [iOS] Implement a way to retrieve a text marker range with desired text that is closest to a position
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 12 00:35:08 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=174393
--- Comment #12 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 315210
--> https://bugs.webkit.org/attachment.cgi?id=315210
patch
View in context: https://bugs.webkit.org/attachment.cgi?id=315210&action=review
> Source/WebCore/accessibility/AXObjectCache.cpp:1732
> + RefPtr<ContainerNode> root;
does this need to be initialized to nullptr?
> Source/WebCore/accessibility/ios/WebAccessibilityObjectWrapperIOS.mm:64
> +#import <UIKit/UIGeometry.h>
I think you can use valueWithRect which is in foundation/nsgeometry.h
I think that will just work. not sure if you even need an import for that
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170712/9ac091fc/attachment.html>
More information about the webkit-unassigned
mailing list