View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000920 | NoesisGUI | C# SDK | public | 2016-06-24 11:41 | 2018-11-22 19:19 |
| Reporter | ai_enabled | Assigned To | sfernandez | ||
| Priority | normal | Severity | minor | ||
| Status | resolved | Resolution | fixed | ||
| Product Version | 1.2.6f4 | ||||
| Target Version | 2.2.0 | Fixed in Version | 2.2.0b1 | ||
| Summary | 0000920: Selector SelectionChanged event is not works | ||||
| Description | Hello! I've inherited from Selector control and subscribed on it SelectionChanged event. Regards! | ||||
| Platform | Any | ||||
|
The same code works fine for me in WPF and event is raised. So this is definitely a bug. |
|
|
Now I've inherited my custom collection control from TabControl instead and the event is raised correctly. So, that's it - control inherited from Selector never raise SelectionChanged event. |
|
|
Selection implementation is now done on specific controls (ListBox, ComboBox, TabControl guided by its corresponding items: ListBoxItem, ComboBoxItem, TabControlItem) instead of the Selector base class. We will review this code so it works as in WPF. |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2016-06-24 11:41 | ai_enabled | New Issue | |
| 2016-06-24 11:42 | ai_enabled | Note Added: 0004028 | |
| 2016-06-24 11:42 | ai_enabled | Note Edited: 0004028 | |
| 2016-06-24 11:45 | ai_enabled | Note Added: 0004029 | |
| 2016-06-28 19:06 | sfernandez | Note Added: 0004038 | |
| 2016-06-28 19:06 | sfernandez | Assigned To | => sfernandez |
| 2016-06-28 19:06 | sfernandez | Status | new => assigned |
| 2016-06-28 19:06 | sfernandez | Target Version | => 1.3.0 |
| 2018-11-01 02:14 | jsantos | View Status | public => private |
| 2018-11-20 19:58 | jsantos | Target Version | 1.3.0 => 2.2.0 |
| 2018-11-20 19:58 | jsantos | View Status | private => public |
| 2018-11-20 19:58 | jsantos | Platform | => Any |
| 2018-11-22 19:19 | sfernandez | Status | assigned => resolved |
| 2018-11-22 19:19 | sfernandez | Resolution | open => fixed |
| 2018-11-22 19:19 | sfernandez | Fixed in Version | => 2.2.0b1 |