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 1hSeBg-000269-Pz for pgadmin-hackers@arkaria.postgresql.org; Mon, 20 May 2019 09:02:28 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hSeBf-0005IC-H9 for pgadmin-hackers@arkaria.postgresql.org; Mon, 20 May 2019 09:02:27 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hSeBf-0005H1-5z for pgadmin-hackers@lists.postgresql.org; Mon, 20 May 2019 09:02:27 +0000 Received: from mail-io1-xd42.google.com ([2607:f8b0:4864:20::d42]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hSeBb-0004v8-Pu for pgadmin-hackers@postgresql.org; Mon, 20 May 2019 09:02:25 +0000 Received: by mail-io1-xd42.google.com with SMTP id x24so10418259ion.5 for ; Mon, 20 May 2019 02:02:23 -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=xx9arSjxg9fJQ5vs3bICWm29koX1/v2uJ57hWGNwd7E=; b=d2xdUDXLNAv27Ztah2ImzRUHwd5/BqCCOydn4IU+FP6mmqDFeF/g1AMRx17D3Qx7f7 1gJ1KJcuTo6Cb7tulkeybcVDNhtK3OkYtJJJDra3A2tqP3tYI2kZGPYVrmdu2+B6JGPD sF6WinQvG5y9B491I22SbseuRK3/H58FKLb7eSCODyJJYnd193yZuAUfN7rYR1x6gZl/ tREgGF3G0Bp6BBl0f2J8GnpSFo1yAhKa1UrUGsqRSDGJfs9y1b7CKZoFwh35qZ4sC0lq rs56EOTBioSWtvSc6C22bFtOKvTMz5Om7brTAgVg2lxcuij7JcnYmaYL9MPtrPE3Pw0q nvXQ== 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=xx9arSjxg9fJQ5vs3bICWm29koX1/v2uJ57hWGNwd7E=; b=oOwhU0SFZzQy/vxmkO7OATbxqe58Euh0i9lY1Fca1z709Miw2qPpmO1SKZd1FqblaS TgjpTmzsuCekJs76l3Ud9ADRr++R3lH5L1PY78Qgt9KBIrRYXFOGxNaC+Ri0ow15hpqi OifTjGY/OvTDBi3RtLp/2LKhbXPpnzVQknLsbMNaYLysW4A1kecsH0bFq+uQM6aG45rK YAcH1C5bD1uUCmanWGNJwO7JlhyQRKTU5FyCuEsCCjxSrUrXViDgJfN28Gx2RkVNPaQl Es2Rgz5OgXuVhDIJiqFEtRF7/BNSCjPJG6d8GLE6wd+6X9rzEcfmtqPNENCtM9xOHGmg 1kbw== X-Gm-Message-State: APjAAAV4bOwuLR5iZk2s+L4XDQdV/IsRHRrreJZjQB7Cxtl4rZvhP/C+ ZcVoZwNGfKS/SIS1daFTA2LbigvpGzverWTgI6b0mQ== X-Google-Smtp-Source: APXvYqxkeFmzehr0pAgDUU5iZtVp424g6cFcz4pabPIziz0gi+TuLuqM4teHLDVNMfXnHFt7/7JzJsqy7fQ7KiROCTs= X-Received: by 2002:a5e:9411:: with SMTP id q17mr6587484ioj.65.1558342942816; Mon, 20 May 2019 02:02:22 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Dave Page Date: Mon, 20 May 2019 10:02:11 +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="0000000000008b993b05894dfd60" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --0000000000008b993b05894dfd60 Content-Type: text/plain; charset="UTF-8" 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 --0000000000008b993b05894dfd60 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi

On Mon, May 20, 2019 at 8:01 AM Murtuza Zabuawala &= lt;murtuza.zabuawala@= enterprisedb.com> wrote:
Hi,

PFA minor patch to fix the issue = with Backgrid PasswordCell.
In the Backgrid PasswordCell, The browser's aut= ocomplete functionality opens up the saved password list which cause the Ba= ckgrid to lose focus from the current cell and causes issue in keyboard nav= igation.

=C2=A0
--
Dave = Page
Blog: htt= p://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: <= a href=3D"http://www.enterprisedb.com" target=3D"_blank">http://www.enterpr= isedb.com
The Enterprise PostgreSQL Company
--0000000000008b993b05894dfd60--