|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Code changed in jenkins
User: Kohsuke Kawaguchi
Path:
changelog.html
core/src/main/resources/lib/layout/breadcrumbs.js
http://jenkins-ci.org/commit/jenkins/084da443e1428d0d3bb83325e628a6665fc1f09e
Log:
JENKINS-13995
Added logging more liberally, and fixed the problem.
The root cause was that when the mouse enters a hot spot, I wasn't cancelling the previous delayed hide timer.
This fix eliminates the need for the hack in the hide method where I was testing if the mouse was still over the hotspot.
Compare: https://github.com/jenkinsci/jenkins/compare/293403f3d10e...084da443e142