bluesky-social / social-app

The Bluesky Social application for Web, iOS, and Android

Home Page:https://bsky.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

miyacoz opened this issue · comments

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