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 1rQ5ed-00GPNc-UT for pgadmin-hackers@arkaria.postgresql.org; Wed, 17 Jan 2024 13:08:28 +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 1rQ5ec-00D6Z7-JV for pgadmin-hackers@arkaria.postgresql.org; Wed, 17 Jan 2024 13:08:26 +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 1rQ5ec-00D6Yz-AN for pgadmin-hackers@lists.postgresql.org; Wed, 17 Jan 2024 13:08:26 +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 1rQ5eZ-002IIS-Ma for pgadmin-hackers@lists.postgresql.org; Wed, 17 Jan 2024 13:08:25 +0000 Received: from github.com (hubbernetes-node-c98ac74.ac4-iad.github.net [10.52.155.33]) by smtp.github.com (Postfix) with ESMTPA id 8004D5E10E9 for ; Wed, 17 Jan 2024 05:08:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1705496901; bh=Gvo5Bfz2NFy8BDs6SnakDhiYM97BGG4rLA21p+crkys=; h=Date:From:To:Subject:From; b=eij1+koK993s6Lr7dhNBeOCjFFG2ecCWApFO5H2mDeAQeDce3uvLZ75Bkm7fIFlRf VBlVG2da+MsoiTOqzWw0m0mfFwhWaacPvhhKwxiXQdWC2PS7doaBapOKYPBikyUFyz Z04+D4+DE0tQzGJVe5IdnRvFEKg34eQkXLbct2oc= Date: Wed, 17 Jan 2024 05:08:21 -0800 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] d26c16: Improve auto-focus of editable data grid when addi... 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: d26c167c767d58ff8d2ce92321f0dee08ad36ebd https://github.com/pgadmin-org/pgadmin4/commit/d26c167c767d58ff8d2ce92321f0dee08ad36ebd Author: Aditya Toshniwal Date: 2024-01-17 (Wed, 17 Jan 2024) Changed paths: M web/pgadmin/static/js/SchemaView/DataGridView.jsx M web/pgadmin/static/js/SchemaView/FormView.jsx M web/pgadmin/static/js/utils.js Log Message: ----------- Improve auto-focus of editable data grid when adding/editing rows