Re: [pgAdmin4]PATCH: Fix textarea issue in updateInvalid function - Mailing list pgadmin-hackers

From Surinder Kumar
Subject Re: [pgAdmin4]PATCH: Fix textarea issue in updateInvalid function
Date
Msg-id CAM5-9D_aTYUd3dp12EL6uNkadaH9PtUN9H8Jn22Yon+A8gLJvg@mail.gmail.com
Whole thread Raw
In response to [pgAdmin4]PATCH: Fix textarea issue in updateInvalid function  (Surinder Kumar <surinder.kumar@enterprisedb.com>)
List pgadmin-hackers
Please ignore this email.

On Tue, Feb 2, 2016 at 12:28 PM, Surinder Kumar <surinder.kumar@enterprisedb.com> wrote:
Hi,

PFA patch to fix below issue

We find all inputs which are not button in updateInvalid() function, this code breaks with SqlField Control when it updates the field model data. 
Because CodeMirror dynamically creates textarea element without name property which we don't need. 
Now the code will find all inputs having name property.

pgadmin-hackers by date:

Previous
From: Surinder Kumar
Date:
Subject: [pgAdmin4]PATCH: Fix textarea issue in updateInvalid function
Next
From: Surinder Kumar
Date:
Subject: [pgAdmin4] Patch: Added new Control SqlFieldControl