[pgAdmin4][Patch]: SqlFieldControl enhancements

Поиск
Список
Период
Сортировка
От Surinder Kumar
Тема [pgAdmin4][Patch]: SqlFieldControl enhancements
Дата
Msg-id CAM5-9D9u4AzSbpH_6Cim25GBbxop_Kh_FBGFt66-c2n50GtEQQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin4][Patch]: SqlFieldControl enhancements  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
Список pgadmin-hackers
Hi

Following are the enhancements:
1) Disable cursor mode if editor is disabled.
if cursor is enabled. on pressing keys, a false event is generated and on validating models it causes Save button to enable.
2) If editor is disabled, set dark background colour.
3) CodeMirror corners seems to cut around. CodeMirror z-index is greater than pgadmin-control class which causing issue. it is fixed.
4) CodeMirror not taking full height. set line-height css property to fix the issue.


Please find attached patch and review.


Thanks,
Surinder Kumar
Вложения

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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Cleanup old code in server_groups.js. Fixes #1247
Следующее
От: Akshay Joshi
Дата:
Сообщение: Fixed RM #1209 Trigger issues through right click