Complete
Details
Assignee
Boris VasilenkoBoris VasilenkoReporter
Erwan GeorgetErwan GeorgetLabels
Impact
LowTime remaining
0mComponents
Fix versions
Affects versions
Priority
Low
Details
Details
Assignee
Boris Vasilenko
Boris VasilenkoReporter
Erwan Georget
Erwan GeorgetLabels
Impact
Low
Time remaining
0m
Components
Fix versions
Affects versions
Priority
Katalon Platform
Katalon Platform
Katalon Platform
Created January 17, 2022 at 9:05 AM
Updated July 1, 2022 at 5:55 PM
Resolved January 20, 2022 at 8:05 AM
Step to reproduce :
Create a VM
Start said VM (with the toggle or start button), do not move the mouse
Wait 10-20s => the row won't update
Move the mouse out of the VM row, and then back in => The row will update
Use the PowerOff button to stop the vm, without moving the mouse after the click
Wait 10-20s => the row won't update
Move the mouse out of the VM row, and then back in => The row will update
Expected result :
The row should have updated itself automaticaly, without having to manually trigger an update by triggering the update detector (using a mouseover event in this case)
This is a bug that is very similar to one I encountered on another project, where the data was changed out of Angular scope, and as such, wouldn't trigger Angular change detector. The fix is either to manually trigger the change detector, or make sure the data is in the Angular scope (using a datastore or something like that).