[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 12:40:10 PDT 2020


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

--- Comment #8 from Andres Gonzalez <andresg_22 at apple.com> ---
(In reply to chris fleizach from comment #7)
> 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

that was fix in patch for bug:

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

so that cannot be the cause if this is still failing.

-- 
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/9c8292b7/attachment.htm>


More information about the webkit-unassigned mailing list