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

Doc request, confused on receiving child events that have called stopPropagation #31

Open
natew opened this issue May 17, 2017 · 1 comment

Comments

@natew
Copy link

natew commented May 17, 2017

I have a handler, and in a child component I have a form that handles a keyDown event and calls e.stopPropagation(). I didn't expect to receive the events but it does.

Also, reading docs, the isolate prop is weirdly named. Perhaps I'm using it wrong but it wasn't receiving any events unless I did isolate, now it receives these ones that are being prevented!

Finally, what is gourmet?

image

@petrbrzek
Copy link
Member

@natew Can you please share a gist of the problem so I can better understand it?
isolate is basically a hack around React event system. I agree the name is confusing, do you have a better idea?

Finally, what is gourmet?

The correct question is "who is gourmet". I suppose those are people who love 🌮 tacos or something.

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

No branches or pull requests

2 participants