Project

General

Profile

event listeners disappear when using certain js libaries

Added by Christian R over 2 years ago

I'm actually developing a reporting plugin but I have a the issue that mouse events in 3rd party libaries are removed or not properly registered. I had this using billboard.js and also using vue.js. I know that both seems not to be the way redmine ist designed by using jQuery but I wonder if there is way to make them work.


Replies (1)

RE: event listeners disappear when using certain js libaries - Added by Christian R over 2 years ago

Solved for vue.js. Vue libary must not be imported in the header but in the body.

    (1-1/1)