usebruno / bruno

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

UI glitches happen randomly upon pointer events #2619

Closed diegocam closed 2 months ago

diegocam commented 2 months ago

I have checked the following:

Describe the bug

Weird UI glitches happen when I click or move the pointer anywhere within the app

.bru file to reproduce the bug

meta {
  name: Status
  type: http
  seq: 1
}

get {
  url: {{URL}}/api/status
  body: none
  auth: bearer
}

auth:bearer {
  token: {{TOKEN}}
}

docs {
  # Status
  returns the status of the service
}

Screenshots/Live demo link

Screenshot 2024-07-10 at 6 07 23 PM
diegocam commented 2 months ago

After I restarted my machine, this seemed to go away. I will close this for now.