mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #3281] [bug]: Hidden URL on URL input box #1087
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#1087
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 @Vishal7100jain on GitHub (Aug 23, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3281
Is there an existing issue for this?
Current behavior
On the home page url input div is get overflowed and hide the url when the url is large in length, and gets hard to edit.
Steps to reproduce
Environment
Production
Version
Cloud
@liyasthomas commented on GitHub (Aug 23, 2023):
Hi @Vishal7100jain, this is an expected behavior. The URL bar will not expand to fit its content's length instead overflowing part will be hidden at the end. You can still horizontally scroll on such input fields to reveal the hidden or overflowing text.
@Vishal7100jain commented on GitHub (Aug 23, 2023):
Its become more easy to edit it when it can scroll in y axis like this