mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #1960] Can't type GraphQL query in Safari #628
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#628
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 @t1 on GitHub (Nov 18, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1960
Describe the bug
The GraphQL query field doesn't accept any input. Only the backspace key seems to work.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Characters should appear
Desktop (please complete the following information):
@t1 commented on GitHub (Nov 18, 2021):
The console shows
[Error] WebSocket connection to 'wss://api.hoppscotch.io/graphql' failed: WebSocket is closed before the connection is established., but no other error.@liyasthomas commented on GitHub (Nov 18, 2021):
We're looking into fixing this issue as soon as possible.
@liyasthomas commented on GitHub (Nov 18, 2021):
I've temporarily rolled back to our latest stable release - the editor should work as expected now. Will investigate what went wrong and update here.
@t1 commented on GitHub (Nov 18, 2021):
Yeah, that helped! Thanks a lot. I'm curious what caused it.
@liyasthomas commented on GitHub (Nov 18, 2021):
I've patched this issue. This was due to an editor styling that basically disabled cursor focus/selection in the editor instance, especially in the Safari browser.