[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: [pgAdmin4]PATCH: Fix textarea issue in updateInvalid function
Date: 2016-02-02 06:58:56
Message-ID: CAM5-9D8tyFgba-LAg-DDdtQYj1ki7vQdSAHvxAQcseMwKtP4gw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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.

Attachment Content-Type Size
find_input_with_name.patch application/octet-stream 543 bytes

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Surinder Kumar 2016-02-02 07:06:37 Re: [pgAdmin4]PATCH: Fix textarea issue in updateInvalid function
Previous Message Sergey Busel 2016-02-02 03:17:40 Re: pgAdmin III: Muliple SQL tabs