Thread: Problem with selection of table column type
Hello All,
I found problem with dynamic filtering of column types during tabele creation/column modification using GUI.
It is impossible to start typing column type, it is only possible to select column type form the drop down menu. Field is not "read only", but it is not possible to type any letter or modify existing text (e.g. previously selected from dropdown menu) - keyboard entry is ignored by this field.
I have noticed this on linux, it works perfect on Windows, I have no idea how it works on other OS.
I think dynamic filtering/dynamic text append based on keyboard input (like on Windows) makes devs live easier, espacially when there's a lot of types to scroll to find the correct one.
OS: Mandriva Linux 2011 64bit
pgAdmin 1.14.1
regards,
Bartek
On Thu, 2012-01-12 at 21:29 +0100, bdmytrak@eranet.pl wrote: [...] > I found problem with dynamic filtering of column types during tabele creation/column modification using GUI. > It is impossible to start typing column type, it is only possible to select column type form the drop down menu. Fieldis not "read only", but it is not possible to type any letter or modify existing text (e.g. previously selected fromdropdown menu) - keyboard entry is ignored by this field. Yes, it's wanted this way. wxWidgets combobox autocomplete feature doesn't seem to work on Linux. So, we prefer to disable typing in it rather that have strange things happening. > I have noticed this on linux, it works perfect on Windows, I have no idea how it works on other OS. Linux is the only platform showing issue with this. > I think dynamic filtering/dynamic text append based on keyboard input (like on Windows) makes devs live easier, espaciallywhen there's a lot of types to scroll to find the correct one. It sure does. If you have any ideas on how to fix it, that would be great. -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com PostgreSQL Sessions #3: http://www.postgresql-sessions.org