Vimium steals focus when the sl-select is open #2089
Answered
by
KonnorRogers
weizheheng
asked this question in
Help
-
I am wondering if anyone uses the Vimium plugin on browser and face the following issues:
Here's a short video show casing the issue,
CleanShot.2024-06-26.at.21.35.46.mp4 |
Beta Was this translation helpful? Give feedback.
Answered by
KonnorRogers
Jun 26, 2024
Replies: 1 comment 1 reply
-
Unfortunately this seems to be one of those situations where the plugin has "special cases" for built in elements, but doesn't acccount for custom implementations. https://github.com/philc/vimium/blob/29e1fc347edf1459224f27f548c52f42e2606d92/lib/dom_utils.js#L296 They should probably also be checking if the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
weizheheng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately this seems to be one of those situations where the plugin has "special cases" for built in elements, but doesn't acccount for custom implementations.
https://github.com/philc/vimium/blob/29e1fc347edf1459224f27f548c52f42e2606d92/lib/dom_utils.js#L296
They should probably also be checking if the
role="combobox"