mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #3400] [bug]: #1139
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#1139
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 @tugrulaslan on GitHub (Sep 28, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3400
Is there an existing issue for this?
Current behavior
We have been testing the app on our self-hosted AWS infra. While trying things out, I have encountered a minor UI issue in the Authorization Bearer token part. After inserting a valid and long JWT token into the input form, the UI stretches horizontally and the input form is not nearly visible. The issue shown below
Browser: Firefox 117.0.1 (64-bit)
OS: Macos 13.6 (22G120)
Product Version: 2023.8.0
Steps to reproduce
Environment
Production
Version
Self-hosted
@liyasthomas commented on GitHub (Sep 28, 2023):
This was a known issue in Firefox browsers which got fixed in Hoppscotch v2023.8.1 via #3362.
Can you make sure you're on the latest version of Hoppscotch v2023.8.1?
@tugrulaslan commented on GitHub (Sep 28, 2023):
@liyasthomas now we have upgraded and i can confirm that since the version 2023.8.1, the UI works fine thank you