Joe Chung

Results 3 comments of Joe Chung

I can confirm that pressing Enter when the virtual cursor is on a **disabled** interactive element causes JAWS to lose focus. Here's an example: https://codepen.io/joelearn-the-bold/pen/eYbWLKW

Just using `vite-plugin-vue-inspector` on its own seems to work fine. Try it here: https://stackblitz.com/edit/vitejs-vite-7ujp2h?file=src%2FApp.vue Do both ways of selecting a component use this plugin?

So after a little digging around, `vite-plugin-vue-inspector` uses `mousemove` for highlighting components. This can be replicated by adding `@mousemove.stop` to a component, which will then stop the highlighting of nested...