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 1hRerK-00062T-Js for pgadmin-hackers@arkaria.postgresql.org; Fri, 17 May 2019 15:33:22 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hRerI-0002AJ-Uw for pgadmin-hackers@arkaria.postgresql.org; Fri, 17 May 2019 15:33:20 +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 1hRerI-0002AC-G4 for pgadmin-hackers@lists.postgresql.org; Fri, 17 May 2019 15:33:20 +0000 Received: from mail-it1-x143.google.com ([2607:f8b0:4864:20::143]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hRerD-0008Fa-5O for pgadmin-hackers@postgresql.org; Fri, 17 May 2019 15:33:19 +0000 Received: by mail-it1-x143.google.com with SMTP id m3so8844312itl.1 for ; Fri, 17 May 2019 08:33:15 -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=AvG5HUL4biDJnWiWoyRlSsxfgQGGU+Qp9YbaBefW22I=; b=DIKNBndiYnVZfwD/qOyYCmSr8g/tpYKuNZHQ9hBAjK9a9YxpmicI98RI8GAmUJPver UQBiwmXq4UnIcvmGt2vsF/vPRcAlNZ2XcgFvKi5ONkcHJsoKwNozy5yhjSSXM4PwXvXe rJgoSn0kWFqh+AWD76OFZfPWe2789wiuPdq0EDMRqIk2CdpH+ecKMEztUQH0G6w/zWEp nxB1/re4HAoYed+jEuLTctaDm8bVq/KdBbblbDiPHDmgElaRm66qfI3j25lc8xc8N8bw +Xc5TCpt1He8zEWTF7SrtlitnDENwGTZUMLsRqYzshu7lfP1b1f61VdEtF2thYZfuloi Np7A== 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=AvG5HUL4biDJnWiWoyRlSsxfgQGGU+Qp9YbaBefW22I=; b=Z1QFD32/xgva89YWCELd4i/pXS5OXwazhJj7s5pC1z4QrOk4mlopEFA+1IYeEVi3iT haFZZUkhL6IV2tLiaY4VZcBgcnpX8Kd38pPZHT5ST6CjhcL7lx9VG8mHehW8KkVApoMU aCKzk0cJ2JlWO5UpMHOdjpLbi5Bs6lIQ5HRUDPmDkLvYVUsRbwn33PHPKy2lS24K7r1e xVL0sqYrvUSvncLURnvLjnoQ3bXkF5oedjPSX4qokblxULDCH0tkMOFwTV6MK/LbChDi JteKEv8z8hfl7SsIdM2VFi3w7b/cSygNinckdE9a0XGajq9vuxwsiubLUokrXXFOMhus GhbA== X-Gm-Message-State: APjAAAVeI6OTcrA0LjU0xhHZKBGhuIB+a3kUd/3xMDIjuQiXk7aol+c4 zMUD52rPa5j3x8f8pwxBCBsbzL7vP+rqVp/RYp5YaQ== X-Google-Smtp-Source: APXvYqx3SxzxNavXLBjedDc2UMpGGmzzJ2Nh+fLEM1yY42Z1PMjHcwNDZlnx/5J6tj10v5MHWd0YFaSxHGwe59vBBqI= X-Received: by 2002:a02:1a89:: with SMTP id 131mr34845132jai.78.1558107193779; Fri, 17 May 2019 08:33:13 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Dave Page Date: Fri, 17 May 2019 16:33:02 +0100 Message-ID: Subject: Re: [pgAdmin4][RM4269] Navigating Switch cell using Tab key throws console error To: Murtuza Zabuawala Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000cec82b05891719e6" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000cec82b05891719e6 Content-Type: text/plain; charset="UTF-8" Thanks, patch applied. On Thu, May 16, 2019 at 12:52 PM Murtuza Zabuawala < murtuza.zabuawala@enterprisedb.com> wrote: > Hi, > > PFA patch to fix the issue where navigating Switch cell using Tab key > throws console error. > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: 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 --000000000000cec82b05891719e6 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, patch applied.

On Thu, May 16, 2019 at 12:52 PM Mur= tuza Zabuawala <mu= rtuza.zabuawala@enterprisedb.com> wrote:
Hi,

P= FA patch to fix the issue where navigating Switch cell using Tab key throws= console error.

--
Regards,
Murtuza Zabuawala
EnterpriseDB:=C2=A0http://www.enterprisedb.com
The Enterprise PostgreSQL Company

<= /div>


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

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