View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004880 | NoesisGUI | Unity | public | 2026-03-10 02:04 | 2026-03-10 10:22 |
| Reporter | noko440 | Assigned To | sfernandez | ||
| Priority | normal | Severity | minor | ||
| Status | resolved | Resolution | fixed | ||
| Product Version | Studio_Beta | ||||
| Target Version | Studio_Beta | Fixed in Version | Studio_Beta | ||
| Summary | 0004880: Illegal Handler type for TextChanged (RegisterRoutedEvent for TextChangeEvent is of the wrong type) | ||||
| Description | In Runtime/API/Core/Events.cs the TextBoxBase.TextChangeEvent is registering 'RoutedEventHandler' as it's handler type, but it should now be set to typeof(TextChangedEventHandler). This causes "Illegal Handler type for TextChanged' errors to be thrown in Unity. | ||||
| Attached Files | |||||
| Platform | Any | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-03-10 02:04 | noko440 | New Issue | |
| 2026-03-10 02:04 | noko440 | File Added: image.png | |
| 2026-03-10 10:21 | sfernandez | Assigned To | => sfernandez |
| 2026-03-10 10:21 | sfernandez | Status | new => assigned |
| 2026-03-10 10:21 | sfernandez | Product Version | 3.2.12 => Studio_Beta |
| 2026-03-10 10:21 | sfernandez | Target Version | => Studio_Beta |
| 2026-03-10 10:22 | sfernandez | Status | assigned => resolved |
| 2026-03-10 10:22 | sfernandez | Resolution | open => fixed |
| 2026-03-10 10:22 | sfernandez | Fixed in Version | => Studio_Beta |