The icon on the tab changes after opening a new tab during the current query execution.
- Dominant language
- Java
- Stars
- 51.8k
- Forks
- 4.4k
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 188
Description
### Description
If user opens a new tab, the icon in the tab with ongoing executing query changes to standard icon what can confuse the user leading to wrong decisions.
The icon is expected to remain indicating that the query is currently being executed until the query is completed.
### DBeaver Version
Community Edition 24.3.4.202501210022
### Operating System
Windows 10
### Database and driver
PostgreSQL 16
PostgreSQL JDBC Driver 42.7.4
### Steps to reproduce
```
create or replace procedure abc9999999 (param1 integer default 5)
language plpgsql
as
$$
--
begin
perform pg_sleep(param1);
end;
$$
;
call abc9999999(10);
```
https://github.com/user-attachments/assets/f1bff798-fc56-488b-932e-f0d59ce26db4
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.