devtools
devtools copied to clipboard
Focus jumps when selecting component inside a modal
Version
6.1.4
Browser and OS info
Edge Version 100.0.1185.39 / Windows 10
Steps to reproduce
In an app with a modal open, select the Modal from the apps list in the leftmost column. Then expand a component to see its children. Select a child.
What is expected?
The left 2 columns remain the same, and the right column displays details of the selected component.
What is actually happening?
The selected app in the left most column reverts back to the main app, instead of the selected modal. The components column displays components of the main app instead of the modal. The component details show for the selected component.
We're using a QGlobalDialog in the Quasar framework on Vue 3