[Webkit-unassigned] [Bug 194832] New: Chrome freezes when doing a Translate with Intersection Observer enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 19 14:59:41 PST 2019


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

            Bug ID: 194832
           Summary: Chrome freezes when doing a Translate with
                    Intersection Observer enabled
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com

The Chrome browser freezes when doing a 'Translate' when Intersection Observer is available.

To reproduce:
1. Install Chrome on iOS 12.2 beta
2. Load m.yahoo.co.jp
3. When Chrome prompts you to translate the page, tap Translate
4. Chrome hangs for a long time.

I've confirmed that disabling Intersection Observer fixes this.

What Chrome seems to be doing is using is injecting a user script that makes use of Intersection Observer for the Translate feature, and then not handling the flood of callbacks that happen (Chrome is spending a lot of time under UIView snapshotting).

-- 
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/20190219/a8e9229a/attachment-0001.html>


More information about the webkit-unassigned mailing list