View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0037165 | Packages | LCL | public | 2020-06-01 22:08 | 2020-12-29 11:26 |
Reporter | Erik Rößiger | Assigned To | Michl | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2.0.9 (SVN) | ||||
Fixed in Version | 2.1 (SVN) | ||||
Summary | 0037165: AnchorDocking does not allow ManualDock with TAnchorDockPanel | ||||
Description | Using the TAnchorDockMaster.ManualDock method with a Target being a TAnchorDockPanel does not work. The checks within the TAnchorDockMaster.IsCustomSite method do only check for a Form, not a DockPanel. Both however are equivalent as dock site, after made one with TAnchorDockMaster.MakeDockSite respective TAnchorDockMaster.MakeDockPanel. | ||||
Tags | No tags attached. | ||||
Fixed in Revision | 64288, 64298 | ||||
LazTarget | - | ||||
Widgetset | |||||
Attached Files |
|
|
|
|
Fixed in Trunk. Please test and close if OK. |
|
Hm, should `Site.ExecuteDock(SrcSite,TargetPanel,alClient);` not be `Site.ExecuteDock(SrcSite,TargetPanel,Align);` for allowing docking stuff at different sides into a dock panel? |
|
Thank you for the hint! Indeed, there was a testing remain, I forgot to remove. Fixed in revision 64298. |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-06-01 22:08 | Erik Rößiger | New Issue | |
2020-06-02 14:39 | Michl | Assigned To | => Michl |
2020-06-02 14:39 | Michl | Status | new => assigned |
2020-12-27 20:53 | Michl | Note Added: 0127836 | |
2020-12-27 20:53 | Michl | File Added: Test.zip | |
2020-12-27 20:56 | Michl | Status | assigned => resolved |
2020-12-27 20:56 | Michl | Resolution | open => fixed |
2020-12-27 20:56 | Michl | Fixed in Version | => 2.1 (SVN) |
2020-12-27 20:56 | Michl | Fixed in Revision | => 64288 |
2020-12-27 20:56 | Michl | LazTarget | => - |
2020-12-27 20:56 | Michl | Note Added: 0127837 | |
2020-12-29 00:43 | Benjamin Rosseaux | Note Added: 0127878 | |
2020-12-29 11:24 | Michl | Fixed in Revision | 64288 => 64288, 64298 |
2020-12-29 11:26 | Michl | Note Added: 0127891 |