[Webkit-unassigned] [Bug 209025] REGRESSION (r257739): [ iOS ] fast/events/autoscroll-in-iframe.html is still flaky failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 13 11:24:28 PDT 2020


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

--- Comment #7 from chris fleizach <cfleizach at apple.com> ---
So there was clearly something enabling accessibility previously. That was clearly fixed. Looking through original patch, this is the only thing that does something different.

-    return textMarkerRangeFromVisiblePositions(self.axBackingObject->axObjectCache(), startPosition, endPosition);
+    auto* backingObject = self.updateObjectBackingStore;
+    if (!backingObject)
+        return nil;
+
+    return textMarkerRangeFromVisiblePositions(backingObject->axObjectCache(), startPosition, endPosition);

by calling self.updateObjectBackingStore

-- 
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/20200313/974d7e95/attachment.htm>


More information about the webkit-unassigned mailing list