View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001371 | NoesisGUI | C# SDK | public | 2018-12-07 20:15 | 2020-04-17 16:45 |
| Reporter | Djekke | Assigned To | sfernandez | ||
| Priority | normal | Severity | minor | ||
| Status | closed | Resolution | fixed | ||
| Product Version | 2.1.0f1 | ||||
| Target Version | 2.2.0 | Fixed in Version | 2.2.0b5 | ||
| Summary | 0001371: Removing SelectetItem from collection binded to ListBox crashing app if object type is string. | ||||
| Description | https://www.noesisengine.com/forums/viewtopic.php?f=3&t=704&p=8774#p8774 <ListBox ItemsSource="{Binding Names}" public string SelectedName { get; set; } Remove SelectedItem from collection for example via adding button with followed code cause hard crash. if (Names.Contains(SelectedName)) In wpf app all works fine. | ||||
| Platform | Any | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2018-12-07 20:15 | Djekke | New Issue | |
| 2018-12-07 21:27 | sfernandez | Assigned To | => sfernandez |
| 2018-12-07 21:27 | sfernandez | Status | new => assigned |
| 2018-12-07 21:27 | sfernandez | Target Version | => 2.2.0 |
| 2018-12-10 12:18 | sfernandez | Status | assigned => resolved |
| 2018-12-10 12:18 | sfernandez | Resolution | open => fixed |
| 2018-12-10 12:18 | sfernandez | Fixed in Version | => 2.2.0b5 |
| 2020-04-17 16:45 | Djekke | Status | resolved => closed |