question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

DBeaver: the cursor disappears

See original GitHub issue

System 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)

Video example in archive

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
serge-ridercommented, Nov 19, 2020

You can check the fix in the Early Access version (https://dbeaver.io/files/ea)

1reaction
mdahlmancommented, Nov 22, 2020

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-community picks it up.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found