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 1hScIv-0003TT-2C for pgadmin-hackers@arkaria.postgresql.org; Mon, 20 May 2019 07:01:49 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hScIt-0005tQ-E4 for pgadmin-hackers@arkaria.postgresql.org; Mon, 20 May 2019 07:01:47 +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 1hScIt-0005tJ-3s for pgadmin-hackers@lists.postgresql.org; Mon, 20 May 2019 07:01:47 +0000 Received: from mail-oi1-x22c.google.com ([2607:f8b0:4864:20::22c]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hScIm-0006fZ-M6 for pgadmin-hackers@postgresql.org; Mon, 20 May 2019 07:01:46 +0000 Received: by mail-oi1-x22c.google.com with SMTP id f4so9199667oib.4 for ; Mon, 20 May 2019 00:01:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=9jOCjqG/9Y/oI6aVSdHcn/YMU2A1GzcGSrUkGHBu1PA=; b=yNNkE2o03NkKUqX8aI9yGjY3yRr6T3gSsh4leMVnSJlhrQ4lrcBA1TH2sBvQhxEsod INHpAZQyS14fS25WaCteYvcH8YXhwGjtEFn6ktN5tf1AjcXZXVn4bE5ngl3wVmUT+hij eofJ63gM/v+guuv04jlU68Wh4m1equ6fvFTuFtj4qUwekY5QJPk9nFqWtym/wJYjsyVF SZ4YufIC/XbUb1t0UPsre5pGJezVRW1JjpWumcwLA9PSduOt4SIhoy15v5enHHM9PJQv tUT1uhGden74eh5o9gCyxb2k5pNryGNeK0LQxIhFdXtmBIyvDN7xZFCQe290RcARNceK OoZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=9jOCjqG/9Y/oI6aVSdHcn/YMU2A1GzcGSrUkGHBu1PA=; b=NhzsURQp3BgDEH1hweK3dDt4Q9+Hy14btUtHoy8im/LlWOVyEDpVhjuBxzuzQBmu3F nCpEz1bI2QdedCb1sxgsO6qnLoYNtRwl3qrkTrxC/n/lL5iehE8I/StIlYEol0TgFF+A XoassYwj9ZlOkvEVhfqIPew3f3xAbaxsfUyzHWvV5kTRPofePRQvvMKvfnVrlIc/KiUg 9hZDk/KAsyUKaOuhfe8gOVcsYHXkFsQ3wQU6HKOlYa/RPkebqTbSR1gj6DESElMXgSst vfEk6lsy7CQkQhDY2r8MmU4fqvnBzFFEfrFXWwjkkqtJGGlT7DtgZ8WsTlB5O2DSstIm FYiA== X-Gm-Message-State: APjAAAVnujMIU/1ok3YGwSkgmNc0NhMe8EiRWdBjtsg4wNDk9cAKkl/W vLca4yi5O/feisQDkfy9PZracY4/D1Y09B2+HkcA00A4p7AJ2g== X-Google-Smtp-Source: APXvYqxXR4d8gQIs990FyAn0kG/Kdd5N8HPJwsRHsMYIKH/puKPoIPr8Ns3O1wpshcAvBPcf1QDNz5EiD41oBOK8NJI= X-Received: by 2002:aca:388a:: with SMTP id f132mr626666oia.65.1558335698233; Mon, 20 May 2019 00:01:38 -0700 (PDT) MIME-Version: 1.0 From: Murtuza Zabuawala Date: Mon, 20 May 2019 12:31:27 +0530 Message-ID: Subject: [pgAdmin4][RM#4278] Backgrid loses the focus when PasswordCell opens autocomplete suggestion list To: pgadmin-hackers Content-Type: multipart/mixed; boundary="000000000000bc807005894c4d28" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000bc807005894c4d28 Content-Type: multipart/alternative; boundary="000000000000bc806d05894c4d26" --000000000000bc806d05894c4d26 Content-Type: text/plain; charset="UTF-8" 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. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company --000000000000bc806d05894c4d26 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,
PFA minor patch to fix the issue with Backgrid Passw= ordCell.
In the Backgrid PasswordCell, The browser'= s autocomplete functionality opens up the saved password list which cause t= he Backgrid to lose focus from the current cell and causes issue in keyboar= d navigation.


<= div dir=3D"ltr" class=3D"gmail_signature">
--
Regards,
Murtuza Zabuawala
EnterpriseDB:=C2=A0http= ://www.enterprisedb.com
The Enterprise PostgreSQL Company

=
--000000000000bc806d05894c4d26-- --000000000000bc807005894c4d28 Content-Type: application/octet-stream; name="RM_4278.diff" Content-Disposition: attachment; filename="RM_4278.diff" Content-Transfer-Encoding: base64 Content-ID: X-Attachment-Id: f_jvw0qg0e0 ZGlmZiAtLWdpdCBhL3dlYi9wZ2FkbWluL3N0YXRpYy9qcy9iYWNrZ3JpZC5wZ2FkbWluLmpzIGIv d2ViL3BnYWRtaW4vc3RhdGljL2pzL2JhY2tncmlkLnBnYWRtaW4uanMKaW5kZXggODA0ZGM5MmQu LmM4MDQ2MDkzIDEwMDY0NAotLS0gYS93ZWIvcGdhZG1pbi9zdGF0aWMvanMvYmFja2dyaWQucGdh ZG1pbi5qcworKysgYi93ZWIvcGdhZG1pbi9zdGF0aWMvanMvYmFja2dyaWQucGdhZG1pbi5qcwpA QCAtMTI1Niw2ICsxMjU2LDcgQEAgZGVmaW5lKFsKICAgICBlZGl0b3I6IEJhY2tncmlkLklucHV0 Q2VsbEVkaXRvci5leHRlbmQoewogICAgICAgYXR0cmlidXRlczogewogICAgICAgICB0eXBlOiAn cGFzc3dvcmQnLAorICAgICAgICBhdXRvY29tcGxldGU6ICduZXctcGFzc3dvcmQnLAogICAgICAg fSwKIAogICAgICAgcmVuZGVyOiBmdW5jdGlvbigpIHsK --000000000000bc807005894c4d28--