[pgAdmin4][Patch]: RM1478 - Paste event is not working in Query tool

From: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: RM1478 - Paste event is not working in Query tool
Date: 2016-09-14 08:23:13
Message-ID: CAM5-9D_S+gSmsXGsTWqTFk5J19RPJ7K64tSSJTMn_tpcNr1aMw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

Attachment Content-Type Size
RM1478.patch application/octet-stream 781 bytes

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-09-14 08:26:23 Re: beautifulsoup4, and Python 2.6
Previous Message Murtuza Zabuawala 2016-09-14 07:22:24 PATCH: Do not sort columns based on their lables (pgAdmin4)