Tinkerers listen up

Below is your official invite to view a mindbending bug solved by our guru-in-residence, @saqimtiaz

Lesson to all (and those choosing not to read the whole bug), if you’re using $eventcatcher and trapping clicks bubbling up from <$button><svg>.../> constructs, you might want to add this somewhere “global” in you CSS:

button svg{
 pointer-events: none;
}

Thanks again to @saqimtiaz ← lifesaver.

2 Likes