[Webkit-unassigned] [Bug 157403] AX: String for document range is empty if end visible position anchors to a ignored replaced node
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 6 00:23:16 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=157403
--- Comment #5 from Nan Wang <n_wang at apple.com> ---
Comment on attachment 278215
--> https://bugs.webkit.org/attachment.cgi?id=278215
Initial patch
View in context: https://bugs.webkit.org/attachment.cgi?id=278215&action=review
>> Source/WebCore/accessibility/AXObjectCache.cpp:2002
>> + if (result.remainingOffset > 0 && !result.isNull() && isRendererReplacedElement(result.node->renderer()))
>
> is remainingOffset signed or unsigned.... if unsigned you can drop the > 0
It's signed int.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160506/921d491e/attachment.html>
More information about the webkit-unassigned
mailing list