Skip to content

Glitch when scrolling to the bottom of the environment variables #7229

@lbras

Description

@lbras

I have checked the following:

  • I have searched existing issues and found nothing related to my issue.

This bug is:

  • making Bruno unusable for me
  • slowing me down but I'm able to continue working
  • annoying
  • this feature was working in a previous version but is broken in the current release.

Bruno version

3.1.2

Operating System

Windows 11 26200.7623

Describe the bug

On the environment configuration screen, when there are enough variables to require a scrollbar and one variable has a multi-line value, the vertical scroll glitches when scrolling to the bottom. It constantly jitters up and down, making it very difficult to add or change values at the bottom of the variable list.

.bru file to reproduce the bug

environment file demo.bru

vars {
  var1: 1
  var2: 2
  var3: '''
    [
      {"id": "0"},
      {"id": "1"},
      {"id": "2"},
      {"id": "3"},  
      {"id": "4"},
      {"id": "5"},
      {"id": "6"},
      {"id": "7"},
      {"id": "8"}
    ]
  '''
  var4: 4
  var5: 5
  var6: 6
}

Screenshots/Live demo link

2026-02-19.17-57-18.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions