[GH-ISSUE #1960] Can't type GraphQL query in Safari #628

Closed
opened 2026-03-16 16:26:22 +03:00 by kerem · 5 comments
Owner

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:

  1. Go to 'https://hoppscotch.io/graphql'
  2. Click inside the 'query' field
  3. Start to type

Expected behavior
Characters should appear

Desktop (please complete the following information):

  • OS: MacOS (M1)
  • Browser: safari
  • Version: 15.1
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: 1. Go to 'https://hoppscotch.io/graphql' 2. Click inside the 'query' field 3. Start to type **Expected behavior** Characters should appear **Desktop (please complete the following information):** - OS: MacOS (M1) - Browser: safari - Version: 15.1
kerem 2026-03-16 16:26:22 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@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.

<!-- gh-comment-id:972534379 --> @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.
Author
Owner

@liyasthomas commented on GitHub (Nov 18, 2021):

We're looking into fixing this issue as soon as possible.

<!-- gh-comment-id:972537430 --> @liyasthomas commented on GitHub (Nov 18, 2021): We're looking into fixing this issue as soon as possible.
Author
Owner

@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.

<!-- gh-comment-id:972539235 --> @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.
Author
Owner

@t1 commented on GitHub (Nov 18, 2021):

Yeah, that helped! Thanks a lot. I'm curious what caused it.

<!-- gh-comment-id:972548786 --> @t1 commented on GitHub (Nov 18, 2021): Yeah, that helped! Thanks a lot. I'm curious what caused it.
Author
Owner

@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.

<!-- gh-comment-id:972843831 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#628
No description provided.