Markus Winter
Markus Winter
I think scripts are not loaded when you insert html into the dom with innerHTML as it is done by the widget. See https://developer.mozilla.org/en-US/docs/Web/API/Element/innerHTML#security_considerations Not sure if this also applies...
Just a theory in the old widget after loading the div with the fetched content it was running `Behaviour.applySubtree(div)` The new widget is not calling `Behaviour.applySubtree`. You would need to...
Also with 2.463.3 it only works when the badge is already present on initial page load. When the job has no old builds and you click build now once the...
I have now adjusted the js code so it also renders the elements properly, at least for CascadeParameter. Tests are green now. Still need to validate the dynamic case
sure, no problem to wait with this one. From my side everything is fine. I had some questions though where if my assumption is wrong some changes might be required.
Could you add the new icon to https://github.com/jenkinsci/jenkins/blob/master/core/src/main/resources/hudson/model/ComputerSet/_legend.jelly and probably update the not-accepting texts
I assume this is related but for all plugins there is no update for the installation count. The last data is from June e.g. for script-security  Is there some...
There is definitely a need for having more placement options. One is the change in resource-disposer plugin, where the regular placement on top will cut of the tooltip, while placing...
Given JENKINS-75616 it might make sense to not implement that now but wait until we have a new tooltip implementation. @janfaracik @NotMyFault
Maybe add screenshots for something that has also content like the build steps in a freestyle job