bean icon indicating copy to clipboard operation
bean copied to clipboard

Custom events doesn't bubble

Open enzy opened this issue 8 years ago • 1 comments

And there is no way to tell them to. Or am I wrong?

I have:

<form>
  ...
  <input>
  ...

Input fires custom event on itself. Form doesn't catch it.

enzy avatar Dec 18 '15 10:12 enzy

Also note that Event.initEvent() is deprecated, see https://developer.mozilla.org/en-US/docs/Web/API/Event/initEvent

enzy avatar Dec 18 '15 11:12 enzy