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
(first i'm not sure this is a bug or not, it might be an intended behaviour, thus i'd like core devs to verify my claim. if it's intended, i'd like you to convert this issue to a feature request.)
since around v1.85 was out, i've been unable to click the said buttons when i navigate to them only with my keyboard input on pc.
To Reproduce
Steps to reproduce the behavior:
install a browser extension that allows you to click links and buttons without mouse clicks, such as Vimium (that's what i've been using), if you haven't yet.
open bluesky web app.
try to click one of the said buttons. in Vimium, you start with a F key to see clickable elements on a page.
you don't see the extension's clickable element indicator on those buttons, unlike the other elements such as someone's profile photo, name, post date, sidebar items, and hashtags and links in posts.
Expected behavior
the currently unclickable buttons explained above are clickable just as they were until a few days ago.
Screenshots
the current situation (after i pressed a F key with Vimium installed):
you can click the elements that have yellow indicators by pressing the keys shown within an indicator, however the said buttons don't have any of them.
Details
Platform: firefox desktop
Platform version: ?
App version: ?
Additional context
i checked what the html elements were used for the buttons and currently they're DIV elements. Vimium doesn't see elements that aren't A, BUTTON, or some form items clickable, even if it's got a click or such event handler or something like aria-role="button".
The text was updated successfully, but these errors were encountered:
Describe the bug
(first i'm not sure this is a bug or not, it might be an intended behaviour, thus i'd like core devs to verify my claim. if it's intended, i'd like you to convert this issue to a
feature request
.)since around v1.85 was out, i've been unable to click the said buttons when i navigate to them only with my keyboard input on pc.
To Reproduce
Steps to reproduce the behavior:
F
key to see clickable elements on a page.Expected behavior
the currently unclickable buttons explained above are clickable just as they were until a few days ago.
Screenshots
the current situation (after i pressed a
F
key with Vimium installed):you can click the elements that have yellow indicators by pressing the keys shown within an indicator, however the said buttons don't have any of them.
Details
Additional context
i checked what the html elements were used for the buttons and currently they're DIV elements. Vimium doesn't see elements that aren't A, BUTTON, or some form items clickable, even if it's got a click or such event handler or something like
aria-role="button"
.The text was updated successfully, but these errors were encountered: