View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0032301 | Lazarus | LCL | public | 2017-08-19 23:04 | 2017-08-19 23:06 |
Reporter | Michl | Assigned To | Michl | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
OS | Windows | ||||
Product Version | 1.9 (SVN) | ||||
Target Version | 1.8 | ||||
Summary | 0032301: LCL: ComboBox: Win32: Don't loose ItemIndex with AutoComplete set. | ||||
Description | If AComboBox AutoComplete and AutoDropDown is set and a item is selected by pressing some keys the ItemIndex is lost, after PopupWindow is closed. | ||||
Steps To Reproduce | procedure TForm1.FormCreate(Sender: TObject); begin ComboBox1.AutoDropDown := True; ComboBox1.AutoComplete := True; ComboBox1.Items.Append('1 - 0'); ComboBox1.Items.Append('11 - 1'); end; procedure TForm1.Timer1Timer(Sender: TObject); begin Caption := IntToStr(ComboBox1.ItemIndex); end; Try press "11", it shows 0 after popup is closed. | ||||
Additional Information | First reported here: http://forum.lazarus.freepascal.org/index.php/topic,37836.msg256650/topicseen.html | ||||
Tags | No tags attached. | ||||
Fixed in Revision | 55704 | ||||
LazTarget | - | ||||
Widgetset | Win32/Win64 | ||||
Attached Files |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2017-08-19 23:04 | Michl | New Issue | |
2017-08-19 23:04 | Michl | Status | new => assigned |
2017-08-19 23:04 | Michl | Assigned To | => Michl |
2017-08-19 23:04 | Michl | File Added: testproject.zip | |
2017-08-19 23:06 | Michl | Fixed in Revision | => 55704 |
2017-08-19 23:06 | Michl | Status | assigned => resolved |
2017-08-19 23:06 | Michl | Resolution | open => fixed |