[Webkit-unassigned] [Bug 261390] New: touchevents don't work correctly in iframes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 10 16:20:25 PDT 2023


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

            Bug ID: 261390
           Summary: touchevents don't work correctly in iframes
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: UI Events
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gman at chromium.org

Created attachment 467630

  --> https://bugs.webkit.org/attachment.cgi?id=467630&action=review

repo-for-the-issue

Touchevents don't work correctly in iframes

Repo:

1. Unzip the attached files and serve them (or maybe they work from file:, I didn't test)
2. Open "outer-works-kinda.html" in Safari iOS
3. Scroll down, try to drag the green square in the yellow area  (this works)
4. Open "outer-broken.html"
5. Scroll down, try to drag the green square in the yellow area  (this does not work)

The only difference between the 2 files is in `outer-broken.html` these 2 lines exist

    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />

In outer-kinda-works they don't

Note: if you remotely connect desktop Safari to iOS Safari on "outer-broken.html" and turn on/off a few CSSs (meaning mark them as off then re-mark them as on so that nothing should have actually changed) eventually the page will magically start working

-- 
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/20230910/3c5fc9e6/attachment.htm>


More information about the webkit-unassigned mailing list