devtools
devtools copied to clipboard
Highlight within HTMLDialogElement
Vue devtools version
6.5.0
Link to minimal reproduction
https://codepen.io/scramlo/pen/mdjgdgR
Steps to reproduce & screenshots
- Follow link: https://codepen.io/scramlo/pen/mdjgdgR
- Open Vue Dev Tools
- Use component selector tree to select
<ChildComponent>
What is expected?
I expect to see component highlighting within the HTMLDialogElement.
What is actually happening?
The highlighting is hidden behind HTMLDialogElement. This can be tested by changing the dialog element to 30% opacity.
System Info
CodePen on Brave Version 1.47.186 Chromium: 109.0.5414.19 (Official Build (arm64)
Any additional comments?
No response