View Issue Details

IDProjectCategoryView StatusLast Update
0004880NoesisGUIUnitypublic2026-03-10 10:22
Reporternoko440 Assigned Tosfernandez  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product VersionStudio_Beta 
Target VersionStudio_BetaFixed in VersionStudio_Beta 
Summary0004880: 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
image.png (75,960 bytes)   
image.png (75,960 bytes)   
PlatformAny

Activities

Issue History

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