[pgAdmin4][Patch]: SqlFieldControl enhancements - Mailing list pgadmin-hackers

From Surinder Kumar
Subject [pgAdmin4][Patch]: SqlFieldControl enhancements
Date
Msg-id CAM5-9D9u4AzSbpH_6Cim25GBbxop_Kh_FBGFt66-c2n50GtEQQ@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4][Patch]: SqlFieldControl enhancements
List 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
Attachment

pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Cleanup old code in server_groups.js. Fixes #1247
Next
From: Akshay Joshi
Date:
Subject: Fixed RM #1209 Trigger issues through right click