Not able to type in fields 1.8.4

Lists: pgadmin-support
From: johnf <jfabiani(at)yolo(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Not able to type in fields 1.8.4
Date: 2008-10-31 19:12:29
Message-ID: 200810311212.29771.jfabiani@yolo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-support

openSUSE 10.3 pgAdmin 1.8.4

When adding new fields I am unable to type in the " Data type" control I have
to use the pull down and select from the list of types. And I'm unable to
type in the comments control.

Is this a bug or some setting?
--
John Fabiani


From: "Dave Page" <dpage(at)pgadmin(dot)org>
To: johnf <jfabiani(at)yolo(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Not able to type in fields 1.8.4
Date: 2008-11-05 13:59:19
Message-ID: 937d27e10811050559p1da1f6b0mcb0e3ccf8e4bbf7a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-support

On Fri, Oct 31, 2008 at 2:12 PM, johnf <jfabiani(at)yolo(dot)com> wrote:
> openSUSE 10.3 pgAdmin 1.8.4
>
> When adding new fields I am unable to type in the " Data type" control I have
> to use the pull down and select from the list of types. And I'm unable to
> type in the comments control.
>
> Is this a bug or some setting?

The data type issue seems to be a bug which I'll look into. The
comment thing is related to the way some of the code is currently
structured internally, and is a known issue thats harder to fix than
it first appears.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com


From: johnf <jfabiani(at)yolo(dot)com>
To: "Dave Page" <dpage(at)pgadmin(dot)org>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Not able to type in fields 1.8.4
Date: 2008-11-05 14:28:51
Message-ID: 200811050628.52009.jfabiani@yolo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-support

On Wednesday 05 November 2008 05:59:19 am Dave Page wrote:
> On Fri, Oct 31, 2008 at 2:12 PM, johnf <jfabiani(at)yolo(dot)com> wrote:
> > openSUSE 10.3 pgAdmin 1.8.4
> >
> > When adding new fields I am unable to type in the " Data type" control I
> > have to use the pull down and select from the list of types. And I'm
> > unable to type in the comments control.
> >
> > Is this a bug or some setting?
>
> The data type issue seems to be a bug which I'll look into. The
> comment thing is related to the way some of the code is currently
> structured internally, and is a known issue thats harder to fix than
> it first appears.

Thanks for the info. I hope to see a fix for the data type soon.

--
John Fabiani


From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: johnf <jfabiani(at)yolo(dot)com>
Cc: Dave Page <dpage(at)pgadmin(dot)org>, pgadmin-support(at)postgresql(dot)org
Subject: Re: Not able to type in fields 1.8.4
Date: 2008-12-04 12:37:40
Message-ID: 4937CF14.9010306@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-support


johnf wrote:
> On Wednesday 05 November 2008 05:59:19 am Dave Page wrote:
>
>> On Fri, Oct 31, 2008 at 2:12 PM, johnf <jfabiani(at)yolo(dot)com> wrote:
>>
>>> openSUSE 10.3 pgAdmin 1.8.4
>>>
>>> When adding new fields I am unable to type in the " Data type" control I
>>> have to use the pull down and select from the list of types. And I'm
>>> unable to type in the comments control.
>>>
>>> Is this a bug or some setting?
>>>
>> The data type issue seems to be a bug which I'll look into. The
>> comment thing is related to the way some of the code is currently
>> structured internally, and is a known issue thats harder to fix than
>> it first appears.
>>
>
> Thanks for the info. I hope to see a fix for the data type soon.
>
At first it seems like an issue, but after digging into the code found
that it is
an know issue. This feature has been disabled for the Linux OS (due to some
compatibility issue). It is working for the other platforms like Window
& Mac, but
it is hard to implement for time being. :(

Regards,
Ashesh