This repository was archived by the owner on Mar 1, 2024. It is now read-only.
This repository was archived by the owner on Mar 1, 2024. It is now read-only.
Dropdown with VM actions closes on VM status update #177
Closed
Description
While working on #163 I encountered an issue that accessing dropdown item (in virtualmachines list view) very often results in 'No stale element' exception.
The reason behind this seems to be re-rendering of VM status. When a VM status is updated, the dropdown is closed.
An easy way to reproduce this is the following:
- Have a VM, navigate to all vms list view
- Start the VM
- While the VM is starting, try to open the dropdown again.
Result:
While the VM is starting the dropdown keeps closing relatively frequently. When the status changes from Starting to Running, the dropdown closes.
Note that dropdown opened for VM A is closed even if status of another VM B is changed. With high number of VMs, this may be quite annoying.
Metadata
Metadata
Assignees
Labels
No labels