mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #5876] [bug]: Overing a very long variable value goes beyond visible view #2313
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#2313
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?
Originally created by @norcino on GitHub (Feb 12, 2026).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5876
Is there an existing issue for this?
Platform
Web App
Browser
Chrome
Operating System
Windows
Bug Description
It is not possible to access the edit button when the content of a variable is too long like in this case:
With a short variable content it is possible to change it's current value.

Proposed solution:
Simplest solution is to truncate middle characters to a maximum of an arbitrary number, say 100.
so it would change:
"1234567890asdfghjklqwertyuiopzxcvbnm1234567890asdfghjklqwertyuiopzxcvbnm"
to something like
"1234567890asdf ... wertyuiopzxcvbnm"
Deployment Type
Hoppscotch Cloud
Version
No response
@Jayakrishna2809 commented on GitHub (Feb 17, 2026):
Hi 👋
I’m participating in FOSS Hack 2026 and would like to work on this issue.
Could you please assign it to me?
Thanks!
@jamesgeorge007 commented on GitHub (Feb 23, 2026):
Thanks for your interest in contributing! This issue has been addressed in a recently merged PR. It might be helpful to check linked PRs/issues before starting work. We’d love your help on other open issues if something else catches your eye :)
@jamesgeorge007 commented on GitHub (Feb 26, 2026):
Closing since this is addressed in the v2026.2.0 release.