Cannot scroll through the result pane of an subscription
See original GitHub issueThis issue pertains to the following package(s):
- GraphQL Playground - Electron App
- GraphQL Playground HTML
- GraphQL Playground
- GraphQL Playground Express Middleware
- GraphQL Playground Hapi Middleware
- GraphQL Playground Koa Middleware
- GraphQL Playground Lambda Middleware
What OS and OS version are you experiencing the issue(s) on?
Windows 10
What version of graphql-playground(-electron/-middleware) are you experiencing the issue(s) on?
1.7.x
What is the expected behavior?
Can scroll the result panel to see all events.
What is the actual behavior?
When I try to use the mouse wheel nothing happens.
What steps may we take to reproduce the behavior?
Just make a simple subscription query and get some events to see the problem.
Idea of how to solve the problem:
Currently the result panel has height: auto
, you have to do the height calculation that the panel should have using javascript when the app is mounted or make the editor container have the height you want/possible and make the result panel have height: 100%
.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:45
- Comments:16 (3 by maintainers)
Top Results From Across the Web
Cannot scroll through the result pane of an subscription #1021
The scrolling issue is fixed in this version, however it is very possible that the GraphQL server you are using is using a...
Read more >Unable to scroll through headings in Navigation Pane when ...
I had a staff person bring to my attention that they are no longer able to scroll through the headings listed in the...
Read more >Cannot scroll through all search results in Vault Thin Client ...
Workaround: Click on the "Close" icon in the welcome pane. Afterwards, all results can be scrolled through.
Read more >Excel scroll bar moves but sheet does not - YouTube
00:00 Scroll bar moves but the screen doesn't in Excel00:15 ... could be a result of a Freeze Pane being bigger than the...
Read more >Cannot scroll back up after scrolling down navigation pane
If it's a one time thing just open Task Manager and right click on File Explorer and restart it.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
For now, the only solution is install an extension to inject this css into localhost pages.
Also experiencing this problem.