-
Notifications
You must be signed in to change notification settings - Fork 137
Not possible to follow some links using "f" in certain sites #238
Comments
That is a bad example on web accesibility. Clickable elements must be |
I guess this could be reported as a bug to the Go team. |
Unfortunately this is quite common (looking at you, reddit). |
Just out of curiosity: What exactly does not work on reddit? Had a quick look with vimperator, and I couldn't find any elements not selectable via hints. |
In uzbl, we have a "click" action using the same logic as follow, but instead of links, it looks for "clickable" items (including form elements and those with an |
this even happens for this repo https://github.com/ueokande/vim-vixen When you first visit the page, press 'f' works, then esc, then C-d about 5 times until you're looking at all text, then you press 'f', nothing shows up, as expected. But now if you esc then 'gg' and 'f' again, links at the top of the pages stop being tagged as well. Very strange behavior. |
I'm opening this issue because:
Description
Some links does not show a letter near it when you press "F" or "f", making it impossible to follow.
Steps to Reproduce
In this site: https://golang.org/pkg/os/exec/
Scroll down until you find some "Example" link.
Press "F" or "f"
Every other link can be followed ( shows a letter near it), except the "Example".
System configuration
The text was updated successfully, but these errors were encountered: