bluesky-social / social-app

The Bluesky Social application for Web, iOS, and Android
https://bsky.app
MIT License
7.18k stars 938 forks source link

Search history clicks on web do not populate the search box. #3366

Open blowdart opened 3 months ago

blowdart commented 3 months ago

Describe the bug

When I click to move focus to the search box I am shown my search history as expected. When I click an entry I am taken back to the search / suggested follows page.

To Reproduce

Steps to reproduce the behaviour:

  1. Click Search and fill out the search input with something, then search to populate the search history
  2. Go back to the home page
  3. Go back to search and click the search input box
  4. The search history is displayed
  5. Click an entry in the search history

Expected behaviour

The search page will be populated with the selected search terms and a search begins.

(As an aside clicking the x to delete the entry doesn't work either)

VIDEO!

https://github.com/bluesky-social/social-app/assets/796298/b9eb722e-b3f1-4acc-9eaa-ccd6cdb816a9

Details

Additional context

Nikhildotasara commented 3 months ago

It works when the developer options are active, but it doesn't work when they are closed.Is this the same behavior you're experiencing as well, or is it different for you? I am trying to fix it.

blowdart commented 3 months ago

@Nikhildotasara if by developer options you mean what edge calls DevTools then opening that window makes no difference.

Nikhildotasara commented 3 months ago

Yupp i meant that only, but i tried in chrome. Also sometimes it works fine even if the dev tools are inactive (but it is rare)..