mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #4106] [CLOSED] fix: huge code scroll issue #4670
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4670
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/4106
Author: @ajmalmohad
Created: 6/5/2024
Status: ❌ Closed
Base:
main← Head:fix/huge-code-scroll📝 Commits (1)
bdd9ee5fix: huge code scroll issue📊 Changes
7 files changed (+21 additions, -7 deletions)
View changed files
📝
packages/hoppscotch-common/src/components/http/Headers.vue(+3 -1)📝
packages/hoppscotch-common/src/components/http/Parameters.vue(+3 -1)📝
packages/hoppscotch-common/src/components/http/PreRequestScript.vue(+3 -1)📝
packages/hoppscotch-common/src/components/http/RawBody.vue(+3 -1)📝
packages/hoppscotch-common/src/components/http/RequestVariables.vue(+3 -1)📝
packages/hoppscotch-common/src/components/http/Tests.vue(+3 -1)📝
packages/hoppscotch-common/src/components/http/URLEncodedParams.vue(+3 -1)📄 Description
Closes #4050, #4007
Description
The codemirror was not functioning correctly on scroll when we have large request bodies, parts of the body was not rendered and it would only render when we click on it. I wrapped the editor with a div, applying absolute and inset on the the referenced div was causing the issue. I've changed in other places where this same issue exists
Checks
Additional Information
Before vs After
screen-capture.webm
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.