Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hShVx-0004eH-68 for pgadmin-hackers@arkaria.postgresql.org; Mon, 20 May 2019 12:35:37 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hShVv-0001qM-QT for pgadmin-hackers@arkaria.postgresql.org; Mon, 20 May 2019 12:35:35 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hShVv-0001qB-DD for pgadmin-hackers@lists.postgresql.org; Mon, 20 May 2019 12:35:35 +0000 Received: from mail-it1-x143.google.com ([2607:f8b0:4864:20::143]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hShVs-0005Fe-1M for pgadmin-hackers@postgresql.org; Mon, 20 May 2019 12:35:35 +0000 Received: by mail-it1-x143.google.com with SMTP id m140so22819881itg.2 for ; Mon, 20 May 2019 05:35:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=U2KJDdaCdJDoDjHxWmUpHIfOF693JEQxX86iyNwXa5w=; b=k9l0NbyZ2xvYHfQ3qOWtprey3ZS80H/mEj4gqtRzhWxy0KrhWGforD2V3xFqR9iFKG jnpFPEsxqywJQdd4Q7ZsZ1DqUICEtfaejz1mnbrzsQrOBHnEDn9Va4YqX4JsHg454dMv Nes208h7Rr08eWS+BfERGP6HbYkg6VBrdJQ22tUK3P1ut/GF+E8Ttz8wG+yG9L2sG9qP KwRv0TDXzpHA2qPGp/P+WhAbxZE+VUs9F+Y/Dhkeipb4BEPdJfzAfCK/zosp7QsMBgpu Sem1cT8zHn0Kq9iwLXEqaOWanxMDkSxIlVSDn/K7hpf7RyVJ3/hIExzrBIAKu/HpSGFY /enw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=U2KJDdaCdJDoDjHxWmUpHIfOF693JEQxX86iyNwXa5w=; b=KRFeVhXow1mkbrlFfA7iL9oPne+E/nd93yIp81GXLMo48tfPa/Qd5KkDKKzdZVxbHo G1WoEnHL0AaZyZ8zalcqGntYcZR+MFD+hsleoDHdWx+gceIrUSqe0aAPvERNFAfCxnq3 wF8ohKC+PGkj+WVG3IoINA4qZ3VgSwyUWx1wpCtz9ogM8B8SrB5VV3Xza9aO2XRKWmYA PRLYRwb5OSd6mH5fccm7POzCFUWPY6iEQdHR2w8lqcKxmje5Iu4vQeqknWnNbdWBWEjP cdXdX08XItTkSWMdiFmyGhSLrSWBcA7WOGtb7tX0KrMVCC6muNfriR0aERWKQiDm9h8u 3Pnw== X-Gm-Message-State: APjAAAU/5gd9ji6eVWxw0kKpOO1549rOsTjOtQ0jQfLEOZZKOcDisRuv O0sApKIiXb8H7uCTpR0kZMzrKtkwekkSdCpQQ8CXwA== X-Google-Smtp-Source: APXvYqxCaKMbltFktpF6VW1VtWZWjJV/DoWgJheUJxxNsmPNq48TyNo3KV6Kq4EYaXBOIH+2LdCrVTMG0GnOXTo1BHs= X-Received: by 2002:a02:1a89:: with SMTP id 131mr44309951jai.78.1558355729780; Mon, 20 May 2019 05:35:29 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Dave Page Date: Mon, 20 May 2019 13:35:17 +0100 Message-ID: Subject: Re: [pgAdmin4][RM#4278] Backgrid loses the focus when PasswordCell opens autocomplete suggestion list To: Murtuza Zabuawala Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000b5408d058950f74a" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000b5408d058950f74a Content-Type: text/plain; charset="UTF-8" Hi OK, well this won't hurt anyway, so patch applied. Thanks! On Mon, May 20, 2019 at 11:53 AM Murtuza Zabuawala < murtuza.zabuawala@enterprisedb.com> wrote: > Hi Dave, > > Yes, that's is annoying for me too to debug that issue :) > > And now setting it "new-password" does not cause the Backgrid to lose > focus, As of now I can see the only workaround that worked for me in all > browsers, I've tested in latest Chrome/FF & IE11. > > > > > On Mon, May 20, 2019 at 2:32 PM Dave Page wrote: > >> Hi >> >> On Mon, May 20, 2019 at 8:01 AM Murtuza Zabuawala < >> murtuza.zabuawala@enterprisedb.com> wrote: >> >>> Hi, >>> >>> PFA minor patch to fix the issue with Backgrid PasswordCell. >>> In the Backgrid PasswordCell, The browser's autocomplete functionality >>> opens up the saved password list which cause the Backgrid to lose focus >>> from the current cell and causes issue in keyboard navigation. >>> >> >> This is a much bigger issue - please see the previous discussion at >> https://www.postgresql.org/message-id/flat/CAFOhELfwsvHDr-jE9V3xZnZugf2LF%2BRbmELxCO2NcrTqYmeS_Q%40mail.gmail.com#931bda161445351150106352b66ced01 >> >> -- >> Dave Page >> Blog: http://pgsnake.blogspot.com >> Twitter: @pgsnake >> >> EnterpriseDB UK: http://www.enterprisedb.com >> The Enterprise PostgreSQL Company >> > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --000000000000b5408d058950f74a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi

OK, well this won't hurt anyway,= so patch applied.=C2=A0

Thanks!

On Mon, May = 20, 2019 at 11:53 AM Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com> wrote:
=
Hi Dave,

Yes,= that's is annoying for me too to debug that issue :)

And now setting it=C2=A0"new-password&qu= ot; does not cause the Backgrid to lose focus, As of now I can see the only= workaround that worked for me in all browsers, I've tested in latest C= hrome/FF & IE11.




On Mon, May 20, 2019 at 2:32 PM Dave Page <dpage@pgadmin.org> wrote:
Hi
On = Mon, May 20, 2019 at 8:01 AM Murtuza Zabuawala <murtuza.zabuawala@enterpris= edb.com> wrote:
Hi,

PFA minor patch to fix the issue with Back= grid PasswordCell.
In the Backgrid PasswordCell, The browser's autocomplete= functionality opens up the saved password list which cause the Backgrid to= lose focus from the current cell and causes issue in keyboard navigation.<= /div>

=C2=A0
--


--
Dave Page
Blog:
http://pgsnake.blogspot.com
Twitter: @p= gsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL = Company
--000000000000b5408d058950f74a--