DBeaver: the cursor disappears
See original GitHub issueSystem information:
- Windows 10 Pro x64
- DBeaver 7.2.5.202011152110
- No additional extensions
Connection specification:
- PostgreSQL 9.5
- PostgreSQL JDBC Driver [42.2.5]
- No tunnels or proxies (SSH, SOCKS, etc)
Describe the problem you’re observing:
After executing some queries, the cursor disappears from the editor
Steps to reproduce, if exist:
Execute query below step by step and try to move cursor by keyboard arrows between executions
create temp table tt(id int)
select *
from tt
insert into tt(id)
values(1),(2),(3)
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:10 (2 by maintainers)
Top Results From Across the Web
DBeaver teleports cursor to query after it finishes
Steps to reproduce: * Type a query in DBeaver. * Move the cursor to within the query and hit Ctrl + Enter to...
Read more >DBeaver user guide
To execute a query under the cursor or selected text, press Ctrl+Enter or right-click the query and click Execute -> Execute SQL. Statement...
Read more >DBeaver how to get back results window - Super User
Hovering your mouse pointer over the triangle / up-arrow icon shows the tool-. If you don't see that, perhaps try to post a...
Read more >When I enter the Korean sentence : Last character is gone.
this comments use UTF8 encoding I hope this bug fix First one Korean character is not completed Second move the cursor using mouse....
Read more >custom linux cursor, linux cursor, install Bibata Code Example
Answers related to “custom linux cursor, linux cursor, install Bibata” ... get coordinates of the cursor ubuntu · ubuntu mouse cursor disappears ......
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

You can check the fix in the Early Access version (https://dbeaver.io/files/ea)
Not to pollute this issue with a bunch of “Me too!” comments… but I confirm that this change/regression was a big annoyance in practical terms. And I confirm that Alt + 6 is an excellent workaround. (It’s a good shortcut to learn in general!) I have not tested the early access build myself because the workaround is sufficient… but I’ll be keen to grab the update once
brew upgrade dbeaver-communitypicks it up.