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

Поиск
Список
Период
Сортировка
От Surinder Kumar
Тема [pgAdmin4][Patch]: RM1478 - Paste event is not working in Query tool
Дата
Msg-id CAM5-9D_S+gSmsXGsTWqTFk5J19RPJ7K64tSSJTMn_tpcNr1aMw@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin4][Patch]: RM1478 - Paste event is not working in Query tool  (Dave Page <dpage@pgadmin.org>)
Список 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
Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: PATCH: Do not sort columns based on their lables (pgAdmin4)
Следующее
От: Dave Page
Дата:
Сообщение: Re: beautifulsoup4, and Python 2.6