-
Problem report
-
Resolution: Fixed
-
Trivial
-
6.4.3, 7.0.0alpha1, 7.0.0alpha2
-
Sprint 101 (Jun 2023), Sprint 102 (Jul 2023), Sprint 103 (Aug 2023), Sprint 104 (Sep 2023), Sprint 105 (Oct 2023), Sprint 106 (Nov 2023), Sprint 107 (Dec 2023), S2401
-
1
Description
If user is opening modal forms, that have a lot of hidden fields on opening the pop-up, in some occasions, the redundant window resizing / jumping is displayed while form is loading and on Safari browser also error "ResizeObserver loop completed with undelivered notifications" is appearing in the console.
Examples: Media types, Host -> Inventory tab, Actions -> Operations, Api token etc.
Note: issue with glitch is reproducible on different browsers, however only when using Safari the console error appears.
Steps to reproduce:
Precondition: Use safari browser to see the console error, or any other browser to reproduce the visual glitch
- Open any of the modal windows, mentioned in the description
- Observe the animation and console log
Result:
For some forms, there is noticeable visual glitch with resizing the window, and error is appearing in the console on Safari
See video (example from media types):
Expected:
No visual glitches should be displayed on supported browsers, no errors should be present in the console.
- causes
-
ZBX-24751 Trigger edit form Event name field line height looks off
- Resolved
- part of
-
ZBXNEXT-8413 Make Media types configuration form modal
- Closed