[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 12:23:28 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=157403
--- Comment #7 from Darin Adler <darin 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.
Extra space after "if" before "(".
--
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/4da58c82/attachment.html>
More information about the webkit-unassigned
mailing list