usebruno / bruno

Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
https://www.usebruno.com/
MIT License
27.62k stars 1.28k forks source link

Search field not visible in Response, Body, Scripts and Tests #3381

Closed gdekeuster closed 2 weeks ago

gdekeuster commented 3 weeks ago

I have checked the following:

Describe the bug

Steps: I'm using Bruno v1.34.0 on a MacBook Pro with M1 Pro. Run a GET request Click in the Response field and tap command+F keys on your keyboard.

Actual result: There is no search field visible. Only the top border of the field is visible at the bottom. When you start typing the value you want to search on and tap the Enter key the search does work.

Expected result: The search field should be visible so you can correct possible spelling mistakes in case the search doesn't return any result.

Additional info: The same occurs in Body, Script (Pre Request and Post Response) and Tests.

.bru file to reproduce the bug

No response

Screenshots/Live demo link

image
sreelakshmi-bruno commented 2 weeks ago

Hi @gdekeuster , thanks for reporting, this issue has been resolved and is available on our latest version(1.34.1)!

gdekeuster commented 2 weeks ago

I downloaded version 1.34.1 and the issue is indeed fixed. Thanks a lot for the quick fix. Keep up the good work, much appreciated.