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 1rAkm1-00844K-6z for pgadmin-hackers@arkaria.postgresql.org; Wed, 06 Dec 2023 05:48:41 +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 1rAklz-007cIq-QY for pgadmin-hackers@arkaria.postgresql.org; Wed, 06 Dec 2023 05:48:39 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rAklz-007cIi-Cx for pgadmin-hackers@lists.postgresql.org; Wed, 06 Dec 2023 05:48:39 +0000 Received: from out-17.smtp.github.com ([192.30.252.200]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rAklw-00925a-DV for pgadmin-hackers@lists.postgresql.org; Wed, 06 Dec 2023 05:48:37 +0000 Received: from github.com (hubbernetes-node-1e9fb9c.va3-iad.github.net [10.48.151.33]) by smtp.github.com (Postfix) with ESMTPA id 35FB740FBC for ; Tue, 5 Dec 2023 21:48:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1701841715; bh=ov7+Hl5F/81LK3bueyKLm/O89Vuwh1o3w+OmZ7TCHc4=; h=Date:From:To:Subject:From; b=MfdAmtzW2RKDAtrTpDShvEWoUp3JYuTiJuECFyqf772Y1z31SkcigQjwDh5IaOMAb ivLr27Fy3bINEDesqmAxl1eithOuFUmUxBUSl2ZBbO23tjCvDqXEvAabEAgshJlz0X CA5+1C7+ZC0JZVKL6E5BC09IrroVQZfA4EL3YiQ8= Date: Tue, 05 Dec 2023 21:48:35 -0800 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 51b02a: Fix few accessibility related issues. #6991 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: 51b02ae6d4879a4dbf3b2b503f3d439d2168127a https://github.com/pgadmin-org/pgadmin4/commit/51b02ae6d4879a4dbf3b2b503f3d439d2168127a Author: Aditya Toshniwal Date: 2023-12-06 (Wed, 06 Dec 2023) Changed paths: M web/pgadmin/static/js/components/CodeMirror.jsx M web/pgadmin/static/js/components/ContextMenu.jsx M web/pgadmin/static/js/components/FormComponents.jsx M web/pgadmin/static/js/components/PgTable.jsx M web/pgadmin/templates/base.html M web/pgadmin/tools/schema_diff/static/js/components/InputComponent.jsx M web/pgadmin/tools/sqleditor/static/js/components/QueryToolComponent.jsx Log Message: ----------- Fix few accessibility related issues. #6991