WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
Bug 135628
TouchEvent listeners do not trigger from nodes created from different document
https://bugs.webkit.org/show_bug.cgi?id=135628
Summary
TouchEvent listeners do not trigger from nodes created from different document
Daniel Freedman
Reported
2014-08-05 16:43:03 PDT
If a node is created in a document that is not the main document (document.implementation.createHTMLDocument), has touch event listeners added, and then is added to the main document, those listeners do not trigger from touches. The event listeners show up in the inspector, but the handler function is not called. A synthetic event of the same name (touchstart, touchmove, touchend), will trigger the listener, as expected. If the event listeners are added after the node is imported into the main document, then the listeners trigger as expected. However, if a global touch listener is added, say to document.body, then the event listeners on the imported nodes trigger correctly. This scenario is encountered when using a polyfill for <template>, and with native <template> in iOS 7 and iOS 8 respectively. In addition, only touch listeners are affected by this, mouse listeners on the same nodes with trigger as expected. Attached is a minimized repro case.
Attachments
Minimal reproduction case
(1.05 KB, text/html)
2014-08-05 16:43 PDT
,
Daniel Freedman
no flags
Details
Version with <template>
(1.11 KB, text/html)
2014-08-05 16:58 PDT
,
Daniel Freedman
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Daniel Freedman
Comment 1
2014-08-05 16:43:29 PDT
Created
attachment 236064
[details]
Minimal reproduction case
Daniel Freedman
Comment 2
2014-08-05 16:58:58 PDT
Created
attachment 236065
[details]
Version with <template>
Lucas Forschler
Comment 3
2019-02-06 09:18:25 PST
Mass move bugs into the DOM component.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug