View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0031632 | Lazarus | Packages | public | 2017-04-04 16:09 | 2017-04-10 00:14 |
Reporter | CudaText man | Assigned To | Juha Manninen | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux x64 gtk2 | ||||
Product Version | 1.7 (SVN) | ||||
Summary | 0031632: ListFilterEdit/ ListviewFilterEdit don't apply filter on form show | ||||
Description | Demo app: on show, both filters have "aa", and they don't filter Listbox/listview. Expected: they filter on show. | ||||
Tags | No tags attached. | ||||
Fixed in Revision | r54594, r54597 | ||||
LazTarget | - | ||||
Widgetset | |||||
Attached Files |
|
|
|
|
Fixed, please test. |
|
tree.diff (495 bytes)
Index: components/lazcontrols/treefilteredit.pas =================================================================== --- components/lazcontrols/treefilteredit.pas (revision 54596) +++ components/lazcontrols/treefilteredit.pas (working copy) @@ -449,6 +449,7 @@ end; fFilteredTreeview := AValue; if fFilteredTreeview <> nil then begin + Filter := Text; fFilteredTreeview.FreeNotification(Self); fFilteredTreeview.AddHandlerOnBeforeDestruction(@OnBeforeTreeDestroy); end; |
|
Added diff for TTreeFilterEdit. |
|
Thanks. |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-04-04 16:09 | CudaText man | New Issue | |
2017-04-04 16:10 | CudaText man | File Added: tst-filter.zip | |
2017-04-09 18:07 | Juha Manninen | Assigned To | => Juha Manninen |
2017-04-09 18:07 | Juha Manninen | Status | new => assigned |
2017-04-09 19:26 | Juha Manninen | Fixed in Revision | => r54594 |
2017-04-09 19:26 | Juha Manninen | LazTarget | => - |
2017-04-09 19:26 | Juha Manninen | Note Added: 0099527 | |
2017-04-09 19:26 | Juha Manninen | Status | assigned => resolved |
2017-04-09 19:26 | Juha Manninen | Resolution | open => fixed |
2017-04-09 20:01 | CudaText man | Status | resolved => assigned |
2017-04-09 20:01 | CudaText man | Resolution | fixed => reopened |
2017-04-09 20:12 | CudaText man | File Added: tree.diff | |
2017-04-09 20:12 | CudaText man | Note Added: 0099531 | |
2017-04-10 00:14 | Juha Manninen | Fixed in Revision | r54594 => r54594, r54597 |
2017-04-10 00:14 | Juha Manninen | Note Added: 0099534 | |
2017-04-10 00:14 | Juha Manninen | Status | assigned => resolved |
2017-04-10 00:14 | Juha Manninen | Resolution | reopened => fixed |