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 1r7vIA-007Vbr-Uq for pgadmin-hackers@arkaria.postgresql.org; Tue, 28 Nov 2023 10:26:10 +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 1r7vI9-004F6g-JG for pgadmin-hackers@arkaria.postgresql.org; Tue, 28 Nov 2023 10:26:09 +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 1r7vI9-004F6Y-Bi for pgadmin-hackers@lists.postgresql.org; Tue, 28 Nov 2023 10:26:09 +0000 Received: from out-28.smtp.github.com ([192.30.252.211]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r7vI4-008x1t-45 for pgadmin-hackers@lists.postgresql.org; Tue, 28 Nov 2023 10:26:08 +0000 Received: from github.com (hubbernetes-node-6975d83.ash1-iad.github.net [10.56.165.34]) by smtp.github.com (Postfix) with ESMTPA id 73AC8100D97 for ; Tue, 28 Nov 2023 02:26:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1701167161; bh=LNoHeQgfMrC60zTkMMh6xeqGjfeLtgGVuq/zmPlFMoA=; h=Date:From:To:Subject:From; b=NDtw9UCLAiOn34iFZ/WRmij+HVv0GyLtjqpGOuOg2TiqAcWoPT9Z86qcJmLwCAmMk hnF2fmWrNWwVNPxT6XumlwnCQM1Z46EvBTIu+TdMkz7V7n+qbtfbUT4ZJAGDpqemOG rkt5wLNEM0USnhdVnoScnIGvAKgkjOMSpjmzgHto= Date: Tue, 28 Nov 2023 02:26:01 -0800 From: Nikhil Mohite To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 373625: Ensure focus is not changed to ssh tunnel password... 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: 37362541bf8275febd7daa674b1cee79d13d402c https://github.com/pgadmin-org/pgadmin4/commit/37362541bf8275febd7daa674b1cee79d13d402c Author: Nikhil Mohite Date: 2023-11-28 (Tue, 28 Nov 2023) Changed paths: M web/pgadmin/static/js/Dialogs/ConnectServerContent.jsx Log Message: ----------- Ensure focus is not changed to ssh tunnel password input when user explicitly focus on server password input.