-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support hints for hovering an element/link #48
Comments
Hi! I have the same problem myself from time to time. Unfortunately, many of these menus are built using CSS It is possible to trigger events such as One thing you can do is to contact the sites and ask them to improve the accessibility. It should be possible to access menus without using a mouse, such as via focus/keyboard. In an ideal world, all sites would fix their accessibility issues and Link Hints would not have to change at all. In reality it would be great if Link Hints could work better even on bad sites, but currently it looks like it’s not possible. |
Ah, well, I can see that argument against adding a separate command for hovering, but I don't see that as a reason to not send mouseover when clicking a link. This would fix at least the first page here which currently gives hints for the menu items, but does nothing when activating them. FWIW cVim both hovers when clicking a link, and also has a separate command for just hovering. Looking at the code, it looks like it sends
Sure, I could, but contacting every site which does this would take some work, and I would have to wait for them to fix it (which in some cases would probably not happen). |
Problem
Some web pages have a menu where you need to hover the menu item to see a sub menu. It would be great if link hints could make the item hovered when clicked to open such menus. On some pages the menu item itself links to a page, so a different key would be necessary to distinguish between opening the menu and clicking the link.
Probably easier explained with some examples.
https://www.osloklatresenter.no/ (sorry, Norwegian site, but the text shouldn't matter)
Here I get hints for the menu items, but when activating them nothing happens since the sub menus don't stay open if you click on the menu item and move the mouse away. You have to keep hovering the menu item or sub menu to keep it open.
https://www.engadget.com/
Here the sub menu actually opens when I activate the hint, but since the menu items are also links it navigates to the new page right away.
Suggestion
To fix the first one, it would be great if the hints hovered the element in addition to clicking it.
To fix the second one, I think a new shortcut to only hover an element and not click it would be necessary.
Debug info
Debug info
The text was updated successfully, but these errors were encountered: