TablePlus / TablePlus-Linux

TablePlus Linux issue tracker
https://tableplus.com
289 stars 30 forks source link

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

Open eitalouarruda opened 1 month ago

eitalouarruda commented 1 month ago

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.