Description of the issue: Pressing k
causes cycling through focus-able elements, as Tab does (or Shift-Tab in reverse). g
cycles through images.
Testing on xkcd.com, example.com, search.brave.com, eff.org.
This occurs in private mode, with Vimium as the only extension active, and with Vimium disabled.
- with Vimium (key bindings):
- press
j
- move down a small increment with repeated key presses, - then press
k
- page scrolls up to the first focusable element, the focuses on a new element with each keypress
- press
- private window, Vimium disabled, no other extensions loaded:
j
- does nothing - as expectedk
- toggles in sequence through selectable elements. Some initial delay.
I’ve confirmed that my inputs are being recognized as the k
key consistently, by running $ showkey
in the background, noting keycode 37 press
/keycode 37 release
events for k
, 36
for j
, consistent between typing into terminal, browser URL bar, and while seeing unexpected web page scrolling behavior.
g
- seems to cycle through imagesk
- cycles through (all?) clickable or focusable elements
How can this issue be reproduced?
- Load one of these test sites (some sites do add custom keypress-shortcut handlers). Optionally scroll down a bit first, e.g.
<space>
- Try pressing
k
, notice same behavior as iftab
-ing through the page (shift-tab
to iterate in reverse). Try pressingg
, notice iteration through images (usually many fewer focus targets available, 4 unique fixations on xkcd.com)
Expected result: g
and k
do nothing
Brave Version( check About Brave
): 1.67.123 Chromium: 126.0.6478.126 (Official Build) (64-bit)
Additional Information: linux, KDE 6, neon. Using Wayland. Hopefully someone has insight if this is a wayland issue.