-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I have checked the following:
- I've searched existing issues and found nothing related to my issue.
This feature
- blocks me from using Bruno
- would improve my quality of life in Bruno
- is something I've never seen an API client do before
Describe the feature you want to add, and how it would change your usage of Bruno
When working with large request bodies (JSON, XML, text, or SPARQL), the Body editor scroll position is lost in the following scenarios:
-
Switching tab panels
- Scrolling down in the Body editor and switching to another tab (Params, Headers, Auth, etc.) within the same request resets the editor to the top when returning to Body.
-
Switching between requests
- Navigating to a different API request tab (e.g., to copy an ID or check a value) and then returning to the original request also resets the Body editor scroll position.
Steps to Reproduce
Scenario 1 — Tab Panel Switch
- Open any HTTP request with a large body payload (JSON / XML / text / SPARQL)
- Scroll down in the Body editor
- Switch to another tab panel (e.g., Headers or Params)
- Switch back to the Body tab
Scenario 2 — Request Tab Switch
- Open any HTTP request with a large body payload
- Scroll down in the Body editor
- Click on a different request tab (e.g., to copy an ID or check a value)
- Switch back to the original request
Expected Behavior
The Body editor should remain at the previously scrolled position in both scenarios.
Actual Behavior
The Body editor resets to the top, losing the previous scroll position.
Mockups or Images of the feature
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request