You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @furje I am not able to reproduce the issue. Can you please share the pgAdmin logs and the screen recording of the issue.
This may be related to a different bug I noticed, which is not consistently reproduceable.
Sometimes when I run a query on a table, the font randomly changes, or the "Scratch Pad" section background goes white, or the "Total Rows: XXX Query complete YY:YY:YY.YY" footer text color changes to a random shade of grey that occasionally matches the background color, making the output unreadable.
Repeated runs of the same query will eventually cause all to be restored to normal again, but it's completely unpredictable.
CREATE TABLE IF NOT EXISTS testtbl
(
id smallint NOT NULL,
value jsonb,
CONSTRAINT testtbl_pkey PRIMARY KEY (id)
)
After this, click "paste":
Make double click to edit field "value" in pasted row, after which the interface crashes (white screen):
pgadmin4 version 8.14, commit: 9e58717 2024-12-09, desktop version, browser: Chrome 130.0.6723.137, OS: Ubuntu 22.04.5 LTS, Linux-6.8.0-50-lowlatency-x86_64-with-glibc2.35
The text was updated successfully, but these errors were encountered: