On Sat, Dec 10, 2011 at 11:15 AM, Luiz Americo Pereira Camara
<luiz...@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

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to