mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #4678] [bug]: Using ALT + Up/Down arrow in body also changes request type #1740
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#1740
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 @anedyasystems on GitHub (Jan 17, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4678
Originally assigned to: @SharadSaha on GitHub.
Is there an existing issue for this?
Current behavior
When I use ALT + Up/Down arrow key in request body to rearrange lines in body, it changes request type as well.
Consider this scenario:
Now in
test2line I used ALT + Up Key:Notice, request type is also changed to POST
Steps to reproduce
Environment
Production
Version
Cloud
@SharadSaha commented on GitHub (Jul 6, 2025):
@liyasthomas I have raised a PR to close this, restricting alt+up and alt+down functions (which have custom implementations in codemirror), please let me know if it's fine, or a more generic approach has to be taken. Would really appreciate a PR review.
@jamesgeorge007 commented on GitHub (Jul 16, 2025):
Hi, closing this issue since it's addressed in the latest release.