Cursor falling behind in SQL Lab
See original GitHub issueWhen I type a SQL query in SQL Lab, the cursor doesn’t align with where I’m actually typing. This can be reproduced in Chrome, Firefox and Edge.
I suspect this is related to the following issues and MRs:
- https://github.com/apache/superset/issues/9095
- https://github.com/apache/superset/pull/9183
- https://github.com/apache/superset/issues/9253
- https://github.com/apache/superset/pull/9264
Since I can apply this fix manually in the browser to get it working.
Expected results
The cursor can roughly lines up.
Actual results
It doesn’t.
How to reproduce the bug
- Go to ‘SQL Lab’
- Type in your query
- See error
Environment
docker pull apache/superset:1.2.0
Checklist
Make sure to follow these steps before submitting your issue - thank you!
- I have checked the superset logs for python stacktraces and included it here as text if there are any.
- I have reproduced the issue with at least the latest released version of superset.
- I have checked the issue tracker for the same issue and I haven’t found one similar.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:5
- Comments:22 (7 by maintainers)
Top Results From Across the Web
[GitHub] [superset] mapshen opened a new issue #15749
When I type a SQL query in SQL Lab, the cursor doesn't align with where I'm actually typing. This can be reproduced in...
Read more >SQL Server cursor performance problems - SQLShack
This article provides an explanation about performance problems caused by using SQL Server cursors, describes why these cursors exist.
Read more >- SQL Assistant 15.00 Cursor lagging problems - Community
I just updated to the newest SQL Assistant 15.00 and experienced lagging problems due to the cursor constantly switching back and forth from ......
Read more >20 Improving Real-World Performance Through Cursor Sharing
Cursor sharing can improve database application performance by orders of magnitude.
Read more >Cursor-Killing: Accessing Data in the Next Row
Cursors are considered by many to be the bane of good T-SQL. What are the best ways to avoid iterative T-SQL and to...
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 FreeTop 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
Top GitHub Comments
Chrome 102.0.5005.63 + superset 1.5.1 same issue here, and disabling the first font-family css could solve it.
@junlincc Sorry for the late reply and appreciate your help on trying to fix this issue so far.
Unfortunately, in my test just now with the latest image
apache/superset:fcab489860399d38bc3a66fd26dd62b7c3e3ffd5
, the issue still persists - could we please reopen this issue?