Re: [pgAdmin4]PATCH: Fix textarea issue in updateInvalid function

From: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4]PATCH: Fix textarea issue in updateInvalid function
Date: 2016-02-02 07:06:37
Message-ID: CAM5-9D_aTYUd3dp12EL6uNkadaH9PtUN9H8Jn22Yon+A8gLJvg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Please ignore this email.

On Tue, Feb 2, 2016 at 12:28 PM, Surinder Kumar <
surinder(dot)kumar(at)enterprisedb(dot)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.
>

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Surinder Kumar 2016-02-02 07:35:30 [pgAdmin4] Patch: Added new Control SqlFieldControl
Previous Message Surinder Kumar 2016-02-02 06:58:56 [pgAdmin4]PATCH: Fix textarea issue in updateInvalid function