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 1hqg60-0005YO-I0 for pgadmin-hackers@arkaria.postgresql.org; Thu, 25 Jul 2019 15:55:56 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hqg5w-0004YS-Ky for pgadmin-hackers@arkaria.postgresql.org; Thu, 25 Jul 2019 15:55:52 +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 1hqg5w-0004Xs-7V for pgadmin-hackers@lists.postgresql.org; Thu, 25 Jul 2019 15:55:52 +0000 Received: from mail-wr1-x441.google.com ([2a00:1450:4864:20::441]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hqg5t-0002mu-BR for pgadmin-hackers@postgresql.org; Thu, 25 Jul 2019 15:55:51 +0000 Received: by mail-wr1-x441.google.com with SMTP id p17so51310624wrf.11 for ; Thu, 25 Jul 2019 08:55:49 -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=Yk/u8nWiMj78H26MDwoslrey/uexZgSlLJMQTC0eaNs=; b=KXRGQqXEP1KESKIalZjtaILVL6eNaMlhMAjRRV38EmRYJWPXgpX0KBO6o/u0RnOz89 /SGvIOAJrHp1JGXvha54Qm47c7zg2nILIbxzaRG3Xwxc3SYFNyJWJ4zdQ4gnNr4SqHKS cE7GHMCS7mjfr6B6mz2/0rkBaKLIAPbtCCS8+wElIXe5uX308bjtuDQHO7s9VlFbhh5x rFsCQffIWqjFsT63autkh/LPGX4HVECCJ2XA05hIwUqpr89VEBW70deoJeeUjT+D6shh Gt30IsMkx+YyF3+l9mYslZ64FLKT9MQeVPSbPj8rvcgqUn7/1Z/vfdtUg3eYgnyI0ATO 7Rvg== 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=Yk/u8nWiMj78H26MDwoslrey/uexZgSlLJMQTC0eaNs=; b=WaoHRP6mPwG1OFjT6lzCP4CeQuT24uZQPw+3I9O4TNxAWKoTHjXoagYppqh6dyk1Gm GxVLKB0C1waB9zFIGvm2s7ECRi/Li/q5RetkNLGKCYmbBpWW2jFhun2NfMETjbF6kFNI b3IUenLF0YWoVRXbQrQF49eXfqh8BuI01dADe5FG9ZAzr5HJ50TyhAuHE66Y2wRjOYwf 5ngfyaI/XgM2A9VKuRpF1m2D5tExByHBolWbHEFlLJbkDvXwhIV2bZkogRbhjWZRLIRY nKbtbPZqLey4Mf3FaHRnb8lNWznx9tV3oevV6XXbJ7RjbNuvoU/wc9YbRTx0GsQhe9p+ z96Q== X-Gm-Message-State: APjAAAXf2YWOArsqiUGOj8WjIR0gy7KMJ2LnSqCHdBE76atna4dV5Z44 RYXEhoE803sNzIFyr6/yPZySDNXylBlyVqjHYMhY7Q== X-Google-Smtp-Source: APXvYqygB2nDDByumXjb35AFpFKc+ArEXywp/ATXZcnBnoFgM+69Gp7i9EwKyaZrKLZ6S3IIYXwIuPyJf/ien3EBK80= X-Received: by 2002:a5d:6ccd:: with SMTP id c13mr92781546wrc.4.1564070148358; Thu, 25 Jul 2019 08:55:48 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Dave Page Date: Thu, 25 Jul 2019 16:55:36 +0100 Message-ID: Subject: Re: [pgAdmin][Patch] Highlight adjacent switch cell on focus in backgrid(IE11) To: Ganesh Jaybhay Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="00000000000098d61d058e837586" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --00000000000098d61d058e837586 Content-Type: text/plain; charset="UTF-8" Hi, What's the RM number for this please? On Thu, Jul 25, 2019 at 4:49 PM Ganesh Jaybhay < ganesh.jaybhay@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the minor fix to highlight adjacent switch cell on focus in > IE11. > > Currently nn create table columns tab, on navigating from Not Null? to > Primary key? column, switch cell for primary key doesn't get highlighted. > > Kindly review. > > Regards, > Ganesh Jaybhay > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --00000000000098d61d058e837586 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,

What's the RM number for this p= lease?

On Thu, Jul 25, 2019 at 4:49 PM Ganesh Jaybhay <ganesh.jaybhay@enterprisedb.com&= gt; wrote:
Hi Hackers,

Attached is the= minor fix to highlight adjacent switch cell on focus in IE11.
Currently nn create table columns tab, on navigating from Not = Null? to Primary key? column, switch cell for primary key doesn't get h= ighlighted.

Kindly review.

Regards,
Ganesh Jaybhay


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

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL = Company
--00000000000098d61d058e837586--