Skip to content
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

can't navigate to replies/reposts/likes buttons within keyboard on pc via some browser extensions #4409

Closed
miyacoz opened this issue Jun 7, 2024 · 0 comments · Fixed by #6084
Labels
bug Something isn't working

Comments

@miyacoz
Copy link

miyacoz commented Jun 7, 2024

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:

  1. 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.
  2. open bluesky web app.
  3. try to click one of the said buttons. in Vimium, you start with a F key to see clickable elements on a page.
  4. 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):

Capture d’écran 2024-06-07 à 13 11 16

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".

@miyacoz miyacoz added the bug Something isn't working label Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant