prototypejs / prototype

Prototype JavaScript framework
http://prototypejs.org/
Other
3.53k stars 639 forks source link

prototype.js is causing chart.js to not work #358

Closed judovana closed 8 months ago

judovana commented 1 year ago

Hello, this is most likely chartjs issue, but considering the severity of it, any feedback may be welcomed.

all the info and reproducers - https://github.com/chartjs/Chart.js/issues/11201

Long story short, if prototype.js is loaded by webpage - eg jenkins include it by default - it will make chart.js library not working, thus prohibiting any chartjs plugins to be doen for jenkins. Also as jenkins is strongly frozen on prototype.js, most likely unfixable in prototype.js, but you guys here may have some advices.

MarkEWaite commented 8 months ago

Prototype.js has been removed from Jenkins and from Jenkins plugins as of Jenkins weekly 2.426. It will be removed from Jenkins LTS 2.426.1 when it releases 15 Nov 2023.

More information on the Prototype.js removal project is available in the initial announcement blog post from May 2023 and in the conclusion and summary blog post from Oct 2023.

judovana commented 8 months ago

tyvm sir!