Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qiBsq-005RNC-1P for pgadmin-hackers@arkaria.postgresql.org; Mon, 18 Sep 2023 10:53:40 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qiBso-00HZdV-KP for pgadmin-hackers@arkaria.postgresql.org; Mon, 18 Sep 2023 10:53:38 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qiBso-00HZYq-BD for pgadmin-hackers@lists.postgresql.org; Mon, 18 Sep 2023 10:53:38 +0000 Received: from out-23.smtp.github.com ([192.30.252.206]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qiBsl-005sms-4a for pgadmin-hackers@lists.postgresql.org; Mon, 18 Sep 2023 10:53:37 +0000 Received: from github.com (hubbernetes-node-fc8961c.ac4-iad.github.net [10.52.135.30]) by smtp.github.com (Postfix) with ESMTPA id 89FF55E0BBA for ; Mon, 18 Sep 2023 03:53:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1695034413; bh=mn5ZeJjNa4EDALM+YNXVzc/t5eNtvP+p2XiU0f74OJw=; h=Date:From:To:Subject:From; b=a+59G/Ey1Yf+HUrDgJmXiTTr1zp3FDbsrSspvVOWPasUYfKtgLZ9wXyBKxdpn7Vni f6ZXfVXK0reNo0QSUIk7iFN4p4Wi24OfF1YsjzbdEJErfrgSBFSwFWl+zVV+xHwE7e CkDlXBcdvkEowBDKiB/bzQjNBvpP4mPUgx8/ny/Y= Date: Mon, 18 Sep 2023 03:53:33 -0700 From: Nikhil Mohite To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 0f5450: Fixed the following issues found in testing of #642 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 0f5450c6d2a85740f04053da30ad69d3f5f448ea https://github.com/pgadmin-org/pgadmin4/commit/0f5450c6d2a85740f04053da30ad69d3f5f448ea Author: Nikhil Mohite Date: 2023-09-18 (Mon, 18 Sep 2023) Changed paths: M web/pgadmin/static/js/PgTreeView/index.jsx Log Message: ----------- Fixed the following issues found in testing of #642 1. When all nodes are collapsed & you select the schema node, table node remains partially selected. 2. When paren node is expanded with above operation, Child selection is not visible 3. Prevent scrolling to top on selection of node 4. The checkbox state is NOT remembered on switching of the tab.