zepto
zepto copied to clipboard
event delegator get issues on Safari 10.1 . works on Chrome and Firefox
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
This may be related to #1256.
@DemonCloud Please provide any errors/warnings from the Safari console.
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