KennethSundqvist / key-jump-browser-extension

Easier keyboard navigation. No mouse needed to click on links and stuff.
67 stars 14 forks source link

Shortcuts don't appear in such navigation #60

Open jeshan opened 3 years ago

jeshan commented 3 years ago

image

They are not in frames so I'm not sure why they aren't showing.

Full xpath: /html/body/section/div[3]/a[1]/i

https://godarch.com/installation/

This framework is used in many sites so it would be nice to fix for all of them in one go.

DaveDuck321 commented 3 years ago

Looks like this is an issue with hint positioning: the arrows are 16 and 17.

KennethSundqvist commented 3 years ago

Hi @jeshan.

Thanks for reporting this.

The hints do appear, they are hints 16 and 17 at the top of the page in your screenshot.

The reason they're at the top is that the links are stretching the full height of the page, and the hints are positioned in the top-left corner of the links.

Maybe it makes more sense to position the hints in the middle-left position, that would solve cases like this. I will think about that and see if it would work well on most websites.

Screenshot 2021-05-20 at 22 16 12