zepto icon indicating copy to clipboard operation
zepto copied to clipboard

event delegator get issues on Safari 10.1 . works on Chrome and Firefox

Open DemonCloud opened this issue 7 years ago • 2 comments

when the input bind input event like:

$(".father").on("input",".child",func)

Safari device not responding.

see this page re-show the bug (example-2(two-way-data-binding):

https://demoncloud.github.io/aix/#introduce

DemonCloud avatar Apr 13 '17 18:04 DemonCloud

This may be related to #1256.

@DemonCloud Please provide any errors/warnings from the Safari console.

madrobby avatar Aug 06 '17 13:08 madrobby

Object.defineProperties(e, { data:{ writable: true } }); e.data = data; Is this right? changing the same place as https://github.com/madrobby/zepto/pull/1257/commits/6fd163cd15872b07658d9a9616b335104d9b88d9

hym116 avatar Aug 21 '17 09:08 hym116