mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #4492] [MERGED] fix: scrollbar appearing on digest auth input fields and other improvements #4834
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#4834
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/4492
Author: @anwarulislam
Created: 10/29/2024
Status: ✅ Merged
Merged: 10/29/2024
Merged by: @jamesgeorge007
Base:
next← Head:fix/digest-auth-ui-issue📝 Commits (3)
5fd1eb0fix: scrollbar appearing on digest auth input fieldscd52681chore: remove console logs2bcc4dbchore: disable inspector warning on Desktop platform📊 Changes
4 files changed (+9 additions, -12 deletions)
View changed files
📝
packages/hoppscotch-cli/src/utils/request.ts(+0 -1)📝
packages/hoppscotch-common/src/components/http/Authorization.vue(+0 -2)📝
packages/hoppscotch-common/src/components/http/authorization/Digest.vue(+4 -8)📝
packages/hoppscotch-common/src/services/inspection/inspectors/authorization.inspector.ts(+5 -1)📄 Description
This fix resolves an issue where a scrollbar appeared on digest authentication input fields. Additionally:
What's changed
The issue was caused by an extra return character in the placeholder text. This fix removes the extra return character, eliminating the scrollbar.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
cursorPositionfield optional inHoppGQLDocumenttype #4959