pgadmin-org / pgadmin4

pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
https://www.pgadmin.org
Other
2.55k stars 659 forks source link

click and drag select/text selection in query tool does not work #8139

Closed ryang5231 closed 1 week ago

ryang5231 commented 1 week ago

Please note that security bugs or issues should be reported to security@pgadmin.org.

Describe the bug

Holding the left click on a mouse and dragging the cursor over text in the query tool does not select the text. Holding shift and using the arrow keys to highlight text also does not work.

To Reproduce

Steps to reproduce the behavior:

  1. Install pg admin 4 v8.12 or v8.13
  2. open the query tool for a connected postgres db
  3. click and drag over any text typed in the query tool
  4. additionally, right click > select all does not do anything.

Expected behavior

the text can be selected and the execute query button can work for multiple queries.

Error message

there is none

Screenshots

If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context

Add any other context about the problem here.