Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mmWP3-0003Yd-8w for pgadmin-hackers@arkaria.postgresql.org; Mon, 15 Nov 2021 07:27:45 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mmWP2-0003ZN-82 for pgadmin-hackers@arkaria.postgresql.org; Mon, 15 Nov 2021 07:27:44 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mmWP1-0003ZE-LP for pgadmin-hackers@lists.postgresql.org; Mon, 15 Nov 2021 07:27:44 +0000 Received: from mail-io1-xd33.google.com ([2607:f8b0:4864:20::d33]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1mmWOy-0001mx-EB for pgadmin-hackers@postgresql.org; Mon, 15 Nov 2021 07:27:43 +0000 Received: by mail-io1-xd33.google.com with SMTP id 14so19791159ioe.2 for ; Sun, 14 Nov 2021 23:27:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=02L1Vys1FnWfaj4jZvrAZRccJ0q4GShfy1CBzMrq0zg=; b=mWAtvXNzY2Ht8ANb3C3xnsW0jEe+Y2tJ333rlDSx7BSB6Da/1MsZ5kqOKtZo06zZsb zfBreXERlvwL65SSvmOgihDgo14PJmR9l5wOqn+XMejl8xLwjspBoAD6YPqU39wOCCRH JZGvNH0SSA+dk2ZRk4tYl2bAmVxgqpb7ny/GtYFn7qUnsjiMDqGwueIzQmNtlxrNlduJ q6Os5scrEHMNyrgVx6K0qNV4JxYPVM61IxF5PPRKixfUB1mUHXOyf5eEphSnd5eabve2 9VvchCbHzsHdVcJAFzvvbyvH+Mcz4gEvANImm7Hg8MJd4WNdEnHj7RV5LZ+D8N2rebdD iOYg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=02L1Vys1FnWfaj4jZvrAZRccJ0q4GShfy1CBzMrq0zg=; b=Z/4yA48Z+O4F/QGNvaAK+iwFOVAYpBMZ6CzJ6S4kb2EPbqLveGoDwxd7WZliaacoOt Y1kqqRzz9mkGLm7qwKfJt9O1SpDfGe9diak9z7Huh5OKbvhEOfoDQTeuqy/HVupV/Gm4 4eKnbEWhugoYTxSXvGRvuAdmZ1z1SRxLkDIYjTcEB3sqguQU714MLIzzKCSLDPMOHFZ7 MANPuDtSXbHvvM03TDXcVFU5M422yg8IOD6NCNYcANSuMW90A9M5ToTpS0Mo3Na7Zdew 9JaObvxx/DY+F6TiNCClavX6wr5IGdJaTmcz4zFRQBYSrW9qSwomcefoSMg632CsOcBs YARw== X-Gm-Message-State: AOAM531fXeJ37RK0yoTjQBndVE2Nk9NWmP8r7ZJsj7/wi1jCfr+e+dnD J6ISl8q7DxtfiVKUvHRzsaaZNJtL6ihF/xPxVpTNPjOJTJ80ZzMq2GlmFIoTaWAvn84IwcFUw0b oo9cmLVMxTfwEdRQYNOD8gnQldtKDqOZ3pBqVtDk2N2IYkV8arGNBSSneYoB1bu+Yf9b9aUtsSV ei+35Xf+orQwyqIfjvegw78CRDijZ7wnPbxPltjaNA8HafYEHiUSi6AsinNA== X-Google-Smtp-Source: ABdhPJwRek/ph/kuXNzM1C0zhYmiPM5j0NQWahgUtfVhoIB53syF8y1VZflIn+6QUbGPb2C+wqU1lWggqMTI6k0po4A= X-Received: by 2002:a05:6638:130f:: with SMTP id r15mr26709893jad.19.1636961258520; Sun, 14 Nov 2021 23:27:38 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Mon, 15 Nov 2021 12:57:27 +0530 Message-ID: Subject: Re: [pgAdmin4][Patch] - RM #6896 - Tree view: Issue with navigate using arrow keys from keyboard. To: Khushboo Vashi Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000535b8405d0cebead" X-CLOUD-SEC-AV-Info: enterprisedb,google_mail,monitor X-CLOUD-SEC-AV-Sent: true X-Gm-Spam: 0 X-Gm-Phishy: 0 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000535b8405d0cebead Content-Type: text/plain; charset="UTF-8" Thanks, the patch applied. On Mon, Nov 15, 2021 at 9:51 AM Khushboo Vashi < khushboo.vashi@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix the RM # 6896 - Tree view: Issue > with navigate using arrow keys from keyboard. > > Thanks, > Khushboo > > -- *Thanks & Regards* *Akshay Joshi* *pgAdmin Hacker | Principal Software Architect* *EDB Postgres * *Mobile: +91 976-788-8246* --000000000000535b8405d0cebead Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, the patch applied.

On Mon, Nov 15, 2021 at 9:51 AM = Khushboo Vashi <khush= boo.vashi@enterprisedb.com> wrote:
Hi,

Please find the attached patch to fix the RM # 6896 -=C2=A0<= span style=3D"color:rgb(0,0,0);font-family:arial,sans-serif">Tree view: Iss= ue with navigate using arrow keys from keyboard.

Thanks,
Khushbo= o



--
Thanks & Regards
Akshay Joshi
pgAdmi= n Hacker | Principal Software Architect
EDB Postgres
Mobile: +91 976-788-8246

--000000000000535b8405d0cebead--