Skip to content Skip to sidebar Skip to footer
Showing posts with the label Event Bubbling

Pros And Cons Of Using E.stoppropagation() To Prevent Event Bubbling

Many people have explained that e.stopPropagation() prevents event bubbling. However, I'm havin… Read more Pros And Cons Of Using E.stoppropagation() To Prevent Event Bubbling

Js Events That Don't Bubble (progress, Loadedmetadata, Etc)

I found out that certain events on the video/audio tag don't bubble (loadedmetadata, progress, … Read more Js Events That Don't Bubble (progress, Loadedmetadata, Etc)

Listen For Changes Against An Object In An Array Without Nesting Event Listeners

(disclaimer: this question is much simpler than the title suggests!) I have a re-occuring problem i… Read more Listen For Changes Against An Object In An Array Without Nesting Event Listeners

Why Is Dragging In Raphaël Broken By Stopping Propagation Of Mousemove In An Enclosing Element In The Bubble Phase?

I am trying to debug an event handling bug in a complicated web application, but I've reduced t… Read more Why Is Dragging In Raphaël Broken By Stopping Propagation Of Mousemove In An Enclosing Element In The Bubble Phase?