Branch: refs/heads/stable-2.440
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 6bc8a8ac74f94b8c68eed497ad9411445bc5dd61
      
https://github.com/jenkinsci/jenkins/commit/6bc8a8ac74f94b8c68eed497ad9411445bc5dd61
  Author: Markus Winter <m.win...@sap.com>
  Date:   2024-02-13 (Tue, 13 Feb 2024)

  Changed paths:
    M 
core/src/main/resources/jenkins/management/AdministrativeMonitorsDecorator/resources.css

  Log Message:
  -----------
  [JENKINS-72679] avoid admin monitor popup makes buttons unusable (#8941)

avoid admin monitor makes buttons unusable

The div of the admin monitor pop-up is set to opacity 0 but keeps
z-index 1000 when closed. This makes the buttons, that are behind the
popup when shown unusable.
This change uses an animation that ensures the z-index is 0 after hiding
the popup and buttons are still usable

(cherry picked from commit a6423541f07292f8e5b74a9ce0e9a4d711eda0d9)


  Commit: 4089150245288c2fd8c1036ea4b4d597ef995d88
      
https://github.com/jenkinsci/jenkins/commit/4089150245288c2fd8c1036ea4b4d597ef995d88
  Author: Markus Winter <m.win...@sap.com>
  Date:   2024-02-13 (Tue, 13 Feb 2024)

  Changed paths:
    M 
core/src/main/resources/jenkins/management/AdministrativeMonitorsDecorator/resources.css
    M 
core/src/main/resources/jenkins/management/AdministrativeMonitorsDecorator/resources.js

  Log Message:
  -----------
  Don't animate admin monitor popup on page load, properly remove interactable 
UI elements (#8954)

* followup for #8941, don't animate on page load

PR #8941 caused a regression that the hiding animation was played on
page load.
This change ensures that the hiding animation is only applied when the
widget was visible before

* scale to 0

(cherry picked from commit e5fd9127b73b640cd639695cbbcb59d985f836c0)


  Commit: d12b130d231a9ef3902ab945e2c8c1e74d95de6d
      
https://github.com/jenkinsci/jenkins/commit/d12b130d231a9ef3902ab945e2c8c1e74d95de6d
  Author: Alexander Brandes <mc.ca...@web.de>
  Date:   2024-02-16 (Fri, 16 Feb 2024)

  Changed paths:
    M 
core/src/main/resources/jenkins/management/AdministrativeMonitorsDecorator/resources.css
    M 
core/src/main/resources/jenkins/management/AdministrativeMonitorsDecorator/resources.js

  Log Message:
  -----------
  Merge pull request #8957 from NotMyFault/backporting-the-2nd

Second backporting for 2.440.1


Compare: 
https://github.com/jenkinsci/jenkins/compare/b9373bbcf23c...d12b130d231a

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/stable-2.440/b9373b-d12b13%40github.com.

Reply via email to