Yomichan not closing popover in forums

You can try. Not sure if how much of a priority it’ll be for them.

Okay, I wrote up a bug on Discourse’s forums.

https://meta.discourse.org/t/discourse-is-preventing-additional-javascript-event-listeners-from-being-added/78117

BTW following works:

window.addEventListener('mousedown', () => { console.log('woo'); }, true);

Last true basically means that first run our event handler before executing handlers registered by other/child nodes.

1 Like

@viet Discourse has fixed the bug on their forums. I don’t know the process for getting that update deployed to the WaniKani forums, but I wanted to let you know that it is fixed on their side.

Ahh great! Thanks for submitting the bug report. They usually push out updates to the hosted boards frequently. I imagine the board will get the update by next week.

1 Like

It started working again yesterday. Yay! :grin:

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.