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 1mmbhE-0007Bp-FA for pgadmin-hackers@arkaria.postgresql.org; Mon, 15 Nov 2021 13:06:52 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mmbhD-0004Nm-EC for pgadmin-hackers@arkaria.postgresql.org; Mon, 15 Nov 2021 13:06:51 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mmbhC-0004Nd-Rt for pgadmin-hackers@lists.postgresql.org; Mon, 15 Nov 2021 13:06:51 +0000 Received: from mail-il1-x131.google.com ([2607:f8b0:4864:20::131]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1mmbh5-0002GL-Vi for pgadmin-hackers@postgresql.org; Mon, 15 Nov 2021 13:06:49 +0000 Received: by mail-il1-x131.google.com with SMTP id i12so16523446ila.12 for ; Mon, 15 Nov 2021 05:06:43 -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=XvLf6erCEP5u7tTj67UuppgXYxJnzIB5Q5WsUTUbWaI=; b=QPg8No8KgX7GslpLtnsUckGolP1ErIgrF85+2mepHOhtkKDncmpZkji8YdEUpzSS1h HLEiQU0HVHrIH/XMg26dSaqQ0S7bwPAWyv/y/3sCQmM9oZRYovk7PHVskDNXCTPN+YiF V1dSSwjAStYasHH7xwF1eA5mVhE8hYQ3g2yjw6zzdUszRMxs5g53/3HXxbMMjpY+rhHu H2uFpiCFlMeMZwMswnKG8+9QiNBxPAv4fthMr1NB2F1tVsymM8ZVqkGmyU/4joBn6+x/ Wc7ahUXWoiNs870A3T43qHTne9mvgeQeTUBvmqYmpbCpU3e/jG6W6XnPhNjnk6c6a2ps zVug== 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=XvLf6erCEP5u7tTj67UuppgXYxJnzIB5Q5WsUTUbWaI=; b=fzE0FFj30o88fdP2ZPQJTkTTyv7QEwO4ymZZbKHgRS1gtXUJQeav7ff+KIaF2M9zKY 5FJSW6zCKy20PERHTO0DYQC8jfogXZET4TWjCsnuDQdoRqN9FAADhHAZtarcMv771hPx twu446UwujJeLRAqWvcAmxwA6tezxMRtFMrhlsK4a9sBiv0tV03bsoKx2ghadKagDex0 zBV9eWP12/AjDIMLIqBR5rlEiCAUT/fsrsI16xuqWYd52a2kHckAZ2J5kQzynf8RB/RI S08bNDTqJBJoCV5UpJuUDMJcN6B5DPIkdh84R2tud2q/ZYT2roKXytwheS19O5ts0vtX FDsA== X-Gm-Message-State: AOAM532e5L14cZ7leIGnkqdt6AfAAkEiKTblAhxeBTW91ilRwne0nIhR yJUZKrIdqOtU3SfC7sVhfS3ip/Cz7YHVzlQc0XRpCYIhgtJ85ob+2Nf/tqry4ZZc8YofbFrg8oj /oJxOrD0Txfy+APPP+Gbwfq51J30i0kDklftGElUS/UV2vztBjwdUPTTzT36fRBTh3Bl2+BY2ds Ltow3iyEhPTyrEWxm8tb23wpXuDPnDRVhOTvJ8cO0zcBZZoViyGpRV/61+mA== X-Google-Smtp-Source: ABdhPJwesI2munY+BvRC5mKtE6JJZApEap5QXaHyrC+eaxCoDjjoFNagXonjPCKHNirsIfn+e9VCFFGZCai88jWxfq0= X-Received: by 2002:a05:6e02:1a07:: with SMTP id s7mr22407503ild.290.1636981602813; Mon, 15 Nov 2021 05:06:42 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Mon, 15 Nov 2021 18:36:31 +0530 Message-ID: Subject: Re: [pgAdmin4][Patch]: Fixed tree keyboard navigation visibility issue To: Khushboo Vashi Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000f09db105d0d37a06" 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 --000000000000f09db105d0d37a06 Content-Type: text/plain; charset="UTF-8" Thanks, the patch applied. On Mon, Nov 15, 2021 at 6:20 PM Khushboo Vashi < khushboo.vashi@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix the tree keyboard navigation > visibility issue. > > Thanks, > Khushboo > -- *Thanks & Regards* *Akshay Joshi* *pgAdmin Hacker | Principal Software Architect* *EDB Postgres * *Mobile: +91 976-788-8246* --000000000000f09db105d0d37a06 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, the patch applied.

On Mon, Nov 15, 2021 at 6:20 PM = Khushboo Vashi <khush= boo.vashi@enterprisedb.com> wrote:
Hi,

Please fi= nd the attached patch to fix the tree keyboard navigation visibility issue.=

Thanks,
Khushboo


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

--000000000000f09db105d0d37a06--