Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
DemonCloud opened this issue Apr 13, 2017 · 2 comments
Open

Comments

@DemonCloud
Copy link

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

@madrobby
Copy link
Owner

madrobby commented Aug 6, 2017

This may be related to #1256.

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

@hym116
Copy link

hym116 commented Aug 21, 2017

Object.defineProperties(e, {
data:{
writable: true
}
});
e.data = data;
Is this right?
changing the same place as
6fd163c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants