You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A listener for `rendered` should not need to check if the content
really changed. Though, if such a listener is not triggered anymore,
`beforerender` listeners also must not be triggered, as they might
assume that the content is really being updated and their accompanied
`rendered` listener is triggered. (e.g. input-enrichment.js)
This might be breaking change and any `Behavior.renderHook` implementation
needs to be checked against it. Potentially also in third party modules.
As if such an implementation updates the container on its own,
`beforerender` listeners only have access to the updated container after
this change, while they had access to the original beforehand.
`rendered` listeners should not be that much affected, as for them the
change results in the same behavior as if no update has ever been
scheduled for the container.
fixes#5056
Describe the bug
In Firefox a selected item leads to multiple "1 Item(s) selected"-messages at the bottom of the view (1+n times)
To Reproduce
Expected behavior
Only one message should appear if only one line is selected
Screenshots
Your Environment
icinga2 --version
): 2.13.7-1icingadb --version
): 1.1.0php --version
): 8.0.29Additional context
Not reproducible in Chrome
The text was updated successfully, but these errors were encountered: