You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If you go to any quora answer, usually there is a blue "more" link to expand the answer. This doesn't show up in link hints when you press f.
The jk hint is for the 3 dots. There is no link hint for the blue "more"
Browser and Vimium version
This is Vimium 2.1.2 on Google Chrome 128.0.6613.113 (Official Build) (64-bit). I'm on Linux.
The text was updated successfully, but these errors were encountered:
This issue is because Quora does not label that link correctly. It is a div that is only clickable because of JS interactions. There is no indication in the HTML that the element is clickable, so other software (like screen readers) that relies on HTML will also not recognize this as clickable. Vimium does not support or try to accommodate incorrect uses of HTML elements and it would be impractical to try to do so. If the website owner correctly labels an element as clickable, it will get a link hint. If not, it will not.
Unfortunately, there is nothing that can be done about this issue except telling Quora to fix their website.
Describe the bug
If you go to any quora answer, usually there is a blue "more" link to expand the answer. This doesn't show up in link hints when you press f.
The jk hint is for the 3 dots. There is no link hint for the blue "more"
Browser and Vimium version
This is Vimium 2.1.2 on Google Chrome 128.0.6613.113 (Official Build) (64-bit). I'm on Linux.
The text was updated successfully, but these errors were encountered: