这是indexloc提供的服务,不要输入任何密码
Skip to content

White screen in the Query Tool or View/Edit data when trying to edit a json type field after Paste #8296

@furje

Description

@furje
  1. Create this simple table:

CREATE TABLE IF NOT EXISTS testtbl
(
id smallint NOT NULL,
value jsonb,
CONSTRAINT testtbl_pkey PRIMARY KEY (id)
)

  1. insert one record: INSERT INTO lvl2db.testtbl (id, value) VALUES (1, '{"a": "b"}');
  2. Open table in View/Edit data or in Query Tool put query: select * from testtbl;
  3. In data output form select row and click "copy":

Screenshot_20241224_164922

  1. After this, click "paste":
    Screenshot_20241224_165004

  2. Make double click to edit field "value" in pasted row, after which the interface crashes (white screen):

Screenshot_20241224_165228

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions