Anonymous | Login | Signup for a new account | 2019-02-16 21:46 CET |
Main | My View | View Issues | Change Log | Roadmap | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
0005487 | [JEDI VCL] 00 JVCL Components | minor | always | 2011-02-18 10:20 | 2011-09-21 14:10 | ||
Reporter | ricolebo | View Status | public | ||||
Assigned To | AHUser | ||||||
Priority | normal | Resolution | fixed | ||||
Status | resolved | Product Version | Daily / GIT | ||||
Summary | 0005487: JvDBCombobox and UpdateFieldImmediatelly | ||||||
Description |
To show the bug, set option UpdateFieldImmediatelly to JvDBCombobox and press Escape When Escape, FDadalink is not always in edit mode, so FDataLink.Editing must be tested before do FDataLink.Field.Value := FDataLink.Field.OldValue; In procedure TJvCustomDBComboBox.KeyPress(var Key: Char) change if UpdateFieldImmediatelly and (FDataLink.Field <> nil) then ... by if FDataLink.Editing and UpdateFieldImmediatelly and (FDataLink.Field <> nil) then ... Thank you |
||||||
Additional Information | |||||||
Tags | No tags attached. | ||||||
Attached Files |
![]() |
||||||
|
Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |