-
Improvement
-
Resolution: Unresolved
-
Minor
-
Jenkins 2.423
In https://github.com/jenkinsci/jenkins/pull/8129 the build status has been added to the build and job page. On the job page, the status is clickable and opens the last build. On the build page, the status is clickable and receives the focus but does nothing. Either it should open a page (console log?) or should not be clickable.
Also see source code comment.
The status symbols in the status column on the dashboard show the same behaviour. Or more generally any symbol that is not a link shows this behaviour I think. Might be related to tooltips with tippy.
When running a job and going to the console output, the symbol is updated once the build finished and then the symbol is no longer clickable but also doesn't show the tooltip. If one does Behaviour.applySubtree afterwards it is again clickable and tooltip is properly shown.