Open
Description
just pulled down newest timeline as a replacement of deprecated vis.js; worked fine, but:
in the timeline content, i have a link for "do you want to know more" with an onclick popping up a little DIV. it does not work anymore. in FF debugger i saw, that a mouse event "onclick" is raised, but with "currentTarget: div.vis-timeline.vis-bottom.vis-ltr", not my DIV.
why was the deprecated version capable of doing what the new version does, without stealing the onclick callback? resp, how can i avoid/ swicht off this in the present version to get my onclick back?