While working on a project with the quasar framework and electron.js, I encountered a strange bug where pressing a key causes the application frame to display a persistent yellow border. This border cannot be overridden, removed, or selected using devtools, and only disappears when the window loses focus.
Upon commenting out the QLayout component, the issue no longer occurs, indicating that the problem lies within that component.
Currently, I am using Linux Mint and have not tested this bug on other operating systems.
https://i.sstatic.net/Ac9fY.png
EDIT:
Minimal reproducible example:
- Create a quasar project
- Add electron.js mode
- Run project
- Click on app window
- Press a key