Werk #17333: Stop dropdowns in form groups from breaking scroll behavior

Component Setup
Title Stop dropdowns in form groups from breaking scroll behavior
Date Oct 23, 2024
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.4.0b1 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.3.0p20 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)

When editing a rule based on a form spec which contains a dictionary with grouped elements that contain a dropdown (the SingleChoice form spec for example), the page would no longer be scrollable after opening one such dropdown.

This lead to the httpv2 rule breaking the scrolling behavior in multiple locations.

With this werk, we fix the underlying issue when rendering a dropdown in the browser. Now, the page will continue to be scrollable after such a dropdown has been clicked.

To the list of all Werks