View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001338 | NoesisGUI | C++ SDK | public | 2018-10-30 13:22 | 2022-11-16 16:38 |
| Reporter | realesmedia | Assigned To | sfernandez | ||
| Priority | normal | Severity | major | ||
| Status | resolved | Resolution | fixed | ||
| Product Version | 2.1.0f1 | ||||
| Target Version | 3.1.6 | Fixed in Version | 3.1.6 | ||
| Summary | 0001338: cyclic reference when using child user control with DataContext binding on the Parent Control | ||||
| Description | simplified XAML for Window: <Window x:Class="TrackEditor" <Grid> <!--UserControl.--> </Grid> if you use DataContext = "{Binding ElementName = window}"> then when you destroy a window, mView.Reset () does not call WindowCaption () destructor and you cannot destroy Window () because of NumRefCounts > 1 Window is holding a WindowCaption, | ||||
| Platform | Any | ||||
| related to | 0001287 | resolved | sfernandez | Circular dependency produces memory leaks |
| related to | 0001153 | resolved | sfernandez | Memory leak when using ContextMenuService.PlacementTarget |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2018-10-30 13:22 | realesmedia | New Issue | |
| 2018-11-01 02:14 | jsantos | View Status | public => private |
| 2018-11-22 10:00 | sfernandez | Assigned To | => sfernandez |
| 2018-11-22 10:00 | sfernandez | Status | new => assigned |
| 2018-11-22 10:00 | sfernandez | View Status | private => public |
| 2018-11-22 10:00 | sfernandez | Platform | => Any |
| 2018-11-22 10:00 | sfernandez | Relationship added | related to 0001287 |
| 2018-11-22 10:01 | sfernandez | Relationship added | related to 0001153 |
| 2021-06-03 11:37 | sfernandez | Target Version | => 3.1 |
| 2022-11-16 16:38 | sfernandez | Status | assigned => resolved |
| 2022-11-16 16:38 | sfernandez | Resolution | open => fixed |
| 2022-11-16 16:38 | sfernandez | Fixed in Version | => 3.1.6 |
| 2022-11-16 16:38 | sfernandez | Target Version | 3.1 => 3.1.6 |
| 2022-11-16 16:38 | sfernandez | Note Added: 0008160 |