Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1aJL8f-00041S-Eh for pgadmin-hackers@arkaria.postgresql.org; Wed, 13 Jan 2016 13:07:01 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84) (envelope-from ) id 1aJL8f-0005g3-1H for pgadmin-hackers@arkaria.postgresql.org; Wed, 13 Jan 2016 13:07:01 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84) (envelope-from ) id 1aJL8e-0005ea-Ag for pgadmin-hackers@postgresql.org; Wed, 13 Jan 2016 13:07:00 +0000 Received: from mail-yk0-x230.google.com ([2607:f8b0:4002:c07::230]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1aJL8a-0005EQ-PK for pgadmin-hackers@postgresql.org; Wed, 13 Jan 2016 13:06:59 +0000 Received: by mail-yk0-x230.google.com with SMTP id a85so409377568ykb.1 for ; Wed, 13 Jan 2016 05:06:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=DI4CgeOkInjufqzRJePHtO+GHE3sINsswBQG1tdE3j0=; b=U2nHkPi3JUgZ3m03Q4ZvHiljM8yokldQMpp74CON66HkG2F7/+ijPPjhIql8Yf21WC IX7BMoksuu0MDCIcmeKynUSWT6L5zXgTknY49iOytxXVA2V9X9LzwDZ6iDwo2TuHB1pS T0jfm51WBqeFqD1oFkqj6Hhp25sCRrISgog7r+tuXNDvBBJVQ8dGNBoNWOxOn+qYcXBP 5EK6Pn7/gseYzFRWWwXso2qIvWH0drThig4TL3ukxJI9S9PliYDNxlMbL7QTB0aHDC55 i3gxSQ1mQSo+yj678FIXgZJng3QuHvagP/2siA5VC7iqPfkNe85cAp6TRwStB3SG6l6Q Bb3g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=DI4CgeOkInjufqzRJePHtO+GHE3sINsswBQG1tdE3j0=; b=U1xNI3ax2pKHrW5gzF6wRDmv1Keqzit5186fT1pZUrrS/oRax1qdPftJdPC5wWpUKe ItMzXha+79ozlWcD7kOcHt66WFk4HcQElS0zsfX7TnvSG/UVdIdEc1uvtYXr0NuhWikX DcO3+5OgULawTJK0obZC6onHDhsdjWNjYVl6B7jsrNUVIwa1ibOoOPU4bhyohOGklIY4 lqwE5Oif4t58RUanysnJkUsK8u2cltN/Cht4TFR+A+r4754KoDFn9UIHAh3LdpZEEh6k PtVFUH7BoJvae7dvdO8ligoZdBxNWKCM8UA3+mh2owua1/xFA34zFlEYUvOzv36L45LO h7Cg== X-Gm-Message-State: ALoCoQkT79eEudPyUgUw0dW5hHAZeXfRtS7gU/Y8JojFhTuiVpUDgb4QAUnteoNp4y0Ni1kgAe/8S0IkpsX14TDauX6gXFBXsxVo4/hcom3tw3IVuqol5Pg= MIME-Version: 1.0 X-Received: by 10.13.213.193 with SMTP id x184mr116516502ywd.339.1452690415040; Wed, 13 Jan 2016 05:06:55 -0800 (PST) Received: by 10.37.202.75 with HTTP; Wed, 13 Jan 2016 05:06:54 -0800 (PST) In-Reply-To: References: Date: Wed, 13 Jan 2016 18:36:54 +0530 Message-ID: Subject: Re: [pgadmin-support] Unable to change variable of role on OS X 10.11 From: Neel Patel To: Axel Rau Cc: pgadmin-support@postgresql.org, pgadmin-hackers Content-Type: multipart/alternative; boundary=001a114fd4da286191052936d8d9 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --001a114fd4da286191052936d8d9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, Adding description how we fixed this issue. - Previously Numeric validator is getting applied to text control so user is not able to type text other then numeric value. Now with this fix , wxTextValidator() will be applied to text control so user will able to enter the text. Thanks, Neel Patel On Wed, Jan 13, 2016 at 6:31 PM, Neel Patel wrote: > Hi, > > Please find the patch file for fix of above mentioned issue. > Do let us know for any comments. > > Thanks, > Neel Patel > > On Tue, Jan 12, 2016 at 11:22 PM, Axel Rau wrote: > >> Hi, >> >> thanks for maintaining pgAdmin3. >> >> I tried to change a variable of a login role and was unable to edit the >> field. >> I could not delete characters of the existing definition or add >> characters. >> Copying the definition into the paste buffer was also impossible. >> >> Deleting the variable and creating a new definition worked. >> >> This is pgAdmin 1.22.0 downloaded and installed on Mac OS X 10.11.2 >> >> The bug existed already in the previous version. >> >> Axel >> --- >> PGP-Key:29E99DD6 =E2=98=80 +49 160 9945 7889 =E2=98=80 computing @ cha= os claudius >> >> >> >> -- >> Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) >> To make changes to your subscription: >> http://www.postgresql.org/mailpref/pgadmin-support >> > > --001a114fd4da286191052936d8d9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

Adding description how w= e fixed this issue.

- Previously Numeric validator= is getting applied to text control so user is not able to type text other = then numeric value. Now with this fix , wxTextValidator() will be applied t= o text control so user will able to enter the text.

Thanks,
Neel Patel

On Wed, Jan 13, 2016 at 6:31 PM, Neel Patel <neel.patel@enterprisedb.com> wrote:
Hi,

Please find the patc= h file for fix of above mentioned issue.
Do let us know for any c= omments.

Thanks,
Neel Patel

O= n Tue, Jan 12, 2016 at 11:22 PM, Axel Rau <Axel.Rau@chaos1.de> wrote:
Hi,

thanks for maintaining pgAdmin3.

I tried to change a variable of a login role and was unable to edit the fie= ld.
I could not delete characters of the existing definition or add characters.=
Copying the definition into the paste buffer was also impossible.

Deleting the variable and creating a new definition worked.

This is pgAdmin 1.22.0 downloaded and installed on Mac OS X 10.11.2

The bug existed already in the previous version.

Axel
---
PGP-Key:29E99DD6=C2=A0 =E2=98=80 +49 160 9945 7889=C2=A0 =E2=98=80 computin= g @ chaos claudius



--
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support=


--001a114fd4da286191052936d8d9--