TablePlus-Linux icon indicating copy to clipboard operation
TablePlus-Linux copied to clipboard

Doesn't focus on the data panel again after a select

Open eitalouarruda opened this issue 1 year ago • 0 comments

Please answer the questions below, it helps us to track the issue.

  1. Database version (Ex: PostgreSQL 10.0): Postgres 9, 15 and 16 (fails with mysql and mariaDB too)

  2. TablePlus version (the number on the welcome or about screen, Ex: build 81): Version 1.2.0 (254)

  3. Linux distro (Ex: Ubuntu 18.04): Ubuntu 24.04

  4. The steps to reproduce this issue: 4.1 On any database create a new query with CTRL+T 4.2 Execute a simple select (select * from users limit 1) 4.3 Execute a simple update (update users set name = 'Abel' where id = 1) 4.4 Execute a simple select again (select * from users limit 1)

On the step 4.3 the bottom panel focus on "Messages" but on the step 4.4 it doens't go back to the "Data" tab.

I complete understand that it is a diferent software from macOS and windows, but on that OS this is what heappens.

(Not related with data, happens on any database) Noted: If the bug is related to data, please attach an example SQL data.

eitalouarruda avatar Jun 13 '24 19:06 eitalouarruda