[Webkit-unassigned] [Bug 176195] New: webkitmouseforcechanged not being fired in an iframe

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 31 16:33:14 PDT 2017


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

            Bug ID: 176195
           Summary: webkitmouseforcechanged not being fired in an iframe
           Product: WebKit
           Version: Safari 10
          Hardware: Macintosh
                OS: macOS 10.12.4
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: HTML Events
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: alexreardon at gmail.com

Hi there,

It seems as though a number of the new mouse force touch events do not fire when inside an iframe. 

The only one that does seem to fire is webkitmouseforcewillbegin.

The other events do not fire when attached to the element publishing the event - or to a higher handler such as window.

Here is the Github issue that originally got me investigating this: https://github.com/atlassian/react-beautiful-dnd/issues/62

Examples

- Example within an iframe (events do not fire)
https://react-beautiful-dnd.netlify.com/?selectedKind=single%20vertical%20list&selectedStory=simple%20example&full=0&down=1&left=1&panelRight=0&downPanel=storybook%2Factions%2Factions-panel

- Example outside of an iframe (events do fire)
https://react-beautiful-dnd.netlify.com/iframe.html?


Docs about the new mouse force touch events:

https://developer.apple.com/library/content/documentation/AppleApplications/Conceptual/SafariJSProgTopics/RespondingtoForceTouchEventsfromJavaScript.html

-- 
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/20170831/a703aff6/attachment.html>


More information about the webkit-unassigned mailing list