-
Type:
Problem report
-
Resolution: Unresolved
-
Priority:
Trivial
-
None
-
Affects Version/s: 7.4.15rc1, 8.0.0rc1 (master)
-
Component/s: Frontend (F)
Problem description: The following browser console error appears after cancelling editing some configuration form and moving the horizontal scrollbar:
VM82:2 Uncaught TypeError: Cannot read properties of undefined (reading 'startTime')
at et.reportAllChanges (<anonymous>:2:19429)
at <anonymous>:2:13070
at <anonymous>:2:331
at d (<anonymous>:2:6141)
at <anonymous>:2:6326
at <anonymous>:2:2895
at n.timeout (<anonymous>:2:5652)
Steps to reproduce:
- Open the list of hosts or any other entities that have configuration in a dialog.
- Open browser console and narrow the browser window so that the horizontal scrollbar would appear
- Click one any existing entity to open its configuration (for example of "Zabbix server" host name)
- In the opened configuration form click "Cancel" to close the form
- Once the form is closed, drag the horizontal scrollbar to the right
- Wait for a couple of seconds
Result: the above mentioned browser console error appears.
Expected: no browser console errors should appear.