philc / vimium

The hacker's browser.
https://chrome.google.com/webstore/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb
MIT License
23.54k stars 2.49k forks source link

Vim doesn't see an input text element on Twitch.com #4322

Open olegaches opened 1 year ago

olegaches commented 1 year ago

Describe the bug Vim doesn't see an input text element for the chat in Twitch website. Cannot choose chat element by keyboard, only icon buttons

To Reproduce

Steps to reproduce the behavior:

  1. Go to URL 'https://www.twitch.tv/honeymad'
  2. Press 'f'
  3. That's it, you can't choose chat input element with keys

image

Browser and Vimium version

Google Chrome version: fa569fb226df361d676b60404623b17b16dddc8a-refs/branch-heads/5938@{#1462} OC version: ОС | Windows 10 Version 22H2 (Build 19045.3324)

philc commented 1 year ago

The problem here is that many links are stacked on top of each other, unfortunately.

If you're signed out, it's easier, because there are fewer icons in the chat box. Typing on the chat box using JP in my screenshot below correctly focuses the input:

image

When signed in, there are three links stacked on top of each other in the upper left corner of your screenshot. You want to click on the bottom one. Hitting space will cycle between them, although it's not a great experience.

Another thing you can do is type gi to focus the first input on the page, and then type tab to get to the chat box.