Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bk7Iy-00022X-3w for pgadmin-hackers@arkaria.postgresql.org; Wed, 14 Sep 2016 10:20:36 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bk7Ix-0007Uq-GM for pgadmin-hackers@arkaria.postgresql.org; Wed, 14 Sep 2016 10:20:35 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bk7Ik-0007FL-70 for pgadmin-hackers@postgresql.org; Wed, 14 Sep 2016 10:20:22 +0000 Received: from mail-wm0-x22c.google.com ([2a00:1450:400c:c09::22c]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bk7Ig-00040p-Gm for pgadmin-hackers@postgresql.org; Wed, 14 Sep 2016 10:20:20 +0000 Received: by mail-wm0-x22c.google.com with SMTP id i130so40238774wmf.0 for ; Wed, 14 Sep 2016 03:20:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=/PeFUtIaJEUvZMWOJb6K3iafbDC8bZW1eCoZpAU6HFo=; b=ZxQmMWkzO/z61wtisAb+SK+QNxng8aoumldvxa5HyWEZYmXYZoXEyLQJ3Yt5dQ39kq /JJWoJEaqj3ZFolApG+nt7OhRuDTZt2cqP+i6H883g7/erRc2buaI8DSSsDhDswYtNux WqAdkwFUwS1fWMdku4HBPjfOORMW6nnBMbL3gSwKJVzP2kgfTm6sV+2oIxErSzJjp1b4 UgDXx5rbXCf9mx5wiOdkvbdSNPXC2VF8pJkgBTElXJc+8P/6RJZoM7W0mgZfeNbXrrnb AqVTB0hJ4LQGJvuhialIA3bBWGBnhdxr/EKlHTQY44eZhEgXfMcNNtNRXKpcI55NRBu/ F3uw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=/PeFUtIaJEUvZMWOJb6K3iafbDC8bZW1eCoZpAU6HFo=; b=d95dbrTG6QDhsw0HdzwjdYwGRLCbSHSGAnc7sCEeODmIl41hoC6weQKY7VwaM/df7T VuzrbMX6LRPefCebK3lzAa/qg3oT4HXiSaAmzFxZTvKfKI9hr9Hsfcp65G3OtUgt9th5 b7uuGCCp1783PNjIKi2ob+VHjnB9tLtroRrjiDjTQE7o+UbqjNuDDs1Akl6kuPOvTcQ4 /V53v06BVKBi3T7wd2JszpEJ8xFSE1Y2YE9hvxLXVTExb3S1unYcsxw62VqRfc1tmcNd BAdlf1ZMbL6VbrStItYWrPQ8qCScML54QBTDffXi/lvMfo/G3IAu2zpOUaQ9Yt7JWF+T ZkXw== X-Gm-Message-State: AE9vXwMyklZ5umdxOhcRhk5UnrFSikpTofY0HgxlmLrgqhbcx961aM0TnQN8OUjf+6E+F04s9EJJrELphocPXXdj X-Received: by 10.28.178.141 with SMTP id b135mr2217816wmf.50.1473848416574; Wed, 14 Sep 2016 03:20:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.172.198 with HTTP; Wed, 14 Sep 2016 03:19:46 -0700 (PDT) In-Reply-To: References: From: Surinder Kumar Date: Wed, 14 Sep 2016 15:49:46 +0530 Message-ID: Subject: Re: [pgAdmin4][Patch]: RM1478 - Paste event is not working in Query tool To: Dave Page Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary=001a114446c852b03f053c75135b X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --001a114446c852b03f053c75135b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, Sep 14, 2016 at 3:47 PM, Dave Page wrote: > Awesome job tracking this one down! > =E2=80=8BThanks.=E2=80=8B > > Thanks, patch applied. > > On Wed, Sep 14, 2016 at 9:23 AM, Surinder Kumar > wrote: > > Hi > > > > Issue: > > On debugging deeply into the code mirror JS library, I found that Ctrl-= V > > event is mapped for "goPageDown" which is the reason paste not working = in > > Mac Runtime. > > > > I have removed this mapping temporary from Code-mirror key map object > once > > code mirror JS library is loaded. > > > > In Mac Runtime, Paste event will work on Cmd-V. > > > > Please find attached patch and review. > > > > > > Thanks, > > Surinder Kumar > > > > > > -- > > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > > To make changes to your subscription: > > http://www.postgresql.org/mailpref/pgadmin-hackers > > > > > > -- > Dave Page > Blog: http://pgsnake.blogspot.com > Twitter: @pgsnake > > EnterpriseDB UK: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > --001a114446c852b03f053c75135b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On = Wed, Sep 14, 2016 at 3:47 PM, Dave Page <dpage@pgadmin.org> = wrote:
Awesome job tracking this one down!
=E2=80=8BThanks.= =E2=80=8B

Thanks, patch applied.

On Wed, Sep 14, 2016 at 9:23 AM, Surinder Kumar
<surinder.kumar@enter= prisedb.com> wrote:
> Hi
>
> Issue:
> On debugging deeply into the code mirror JS library, I found that Ctrl= -V
> event is mapped for "goPageDown" which is the reason paste n= ot working in
> Mac Runtime.
>
> I have removed this mapping temporary from Code-mirror key map object = once
> code mirror JS library is loaded.
>
> In Mac Runtime, Paste event will work on Cmd-V.
>
> Please find attached patch and review.
>
>
> Thanks,
> Surinder Kumar
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadm= in-hackers
>



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

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

--001a114446c852b03f053c75135b--