[Lazarus] @DBLookupControls users: call for test

Marcos Douglas md at delfire.net
Mon Dec 12 12:23:13 CET 2011


On Sat, Dec 10, 2011 at 11:15 AM, Luiz Americo Pereira Camara
<luizmed at oi.com.br> wrote:
>
> In order to fix some bugs i did significant changes in TDBLookup[List|Combo]Box controls
>
> I did a lot of testing but may broken something
>
> Please report problems you have

I found a bug in TDBLookupComboBox
To reproduce:
1. Define properties AutoComplete and AutoDropDown to True;
2. Type a new value (the DropDown will open) that not exists in DataSet (list);
3. If you type ENTER the combo will clear, because no value on list
was found (OK);
4. Repeat #2. Now if you type [Down] to select a item (use the
keyboard and don't type ENTER), but after type a new value that not
exists in DataSet list, the combo is not cleaned.

Marcos Douglas




More information about the Lazarus mailing list