Fixing event delegation
This fixes event delegation so all events are dispatched on the inner-most element, and then traverse up to the parent, and so on.
This also makes it so that ev.stopPropagation
and ev.stopImmediatePropagation
work with event delegation.