httpie / desktop

🚀 HTTPie Desktop — cross-platform API testing client for humans. Painlessly test REST, GraphQL, and HTTP APIs.
https://httpie.io
Other
2.79k stars 31 forks source link

[Bug]: Ctrl+F shortcut doesn't do anything if search bar is visible on the screen #133

Closed jezewskiBNetrox closed 8 months ago

jezewskiBNetrox commented 10 months ago

What happened?

Hi there,

not sure if it happens on Linux/Mac too but on WIndows with newest version of client there is a bit of problem with Ctrl+F shortcut.

When I press Ctrl+F on fresh response, search bar appears and I can search into response. But after I lose focus in search bar, Ctrl+F doesn't do anything. So I need to manually using mouse click on search bar to recover focus and search what I wanted. Very irritating.

Steps to reproduce?

1. Ask for any API to get a text/json response or even httpie.io and switch to the HTML view.
2. Press Ctrl+F.
3. Unfocus search bar.
4. Press Ctrl+F again.
5. Nothing happens.

What did you expect to happen?

Recover of search bar focus to be able to change phrase I'm looking for in response.

Platform

Windows

HTTPie Desktop version

2022.3.6

Relevant log output

No response

Code of Conduct

jezewskiBNetrox commented 10 months ago

I can even reproduce this bug on Web version (https://httpie.io/app). I'm pretty sure it is not just in my case.

jkbrzt commented 8 months ago

✅ Fixed in v2024.1.1 →

jezewskiBNetrox commented 8 months ago

✅ Fixed in v2024.1.1 →

@jkbrzt Can confirm it works like it should now. Thank you very much!