View Issue Details

IDProjectCategoryView StatusLast Update
0002748NoesisGUIUnitypublic2024-02-05 14:24
Reporterjphyzic Assigned Tosfernandez  
PrioritynormalSeveritymajor 
Status resolvedResolutionfixed 
Product Version3.2 
Target Version3.2.3Fixed in Version3.2.3 
Summary0002748: Inconsistent carriage return handling in a TextBox
Description

I'm running NoesisGUI on Windows machine in Unity.
The behaviour is observed on any TextBox with AcceptsReturn=True.
Type some multiline text - Text property would contain \n as a line break instead of \r\n.
Copy typed text from TextBox into any text editor (e.g. Notepad++ - it allows to see unprintable symbols' codes) - pasted text would contain \r\n for line breaks.
Copy the same text from editor back into TextBox - Text property contains \r\n, but TextBox starts to behave strangely: selection is drawn incorrectly, sometimes cursor is placed in incorrect position.

Attached Files
textbox.png (3,433 bytes)   
textbox.png (3,433 bytes)   
PlatformAny

Activities

Issue History

Date Modified Username Field Change
2023-10-20 15:40 jphyzic New Issue
2023-10-20 15:40 jphyzic File Added: textbox.png
2023-10-23 11:08 jsantos Target Version => 3.2.3
2023-10-23 11:08 jsantos Assigned To => sfernandez
2023-10-23 11:08 jsantos Status new => assigned
2024-01-22 11:47 sfernandez Target Version 3.2.3 => 3.2.4
2024-01-22 12:00 sfernandez Target Version 3.2.4 => 3.2.3
2024-01-22 20:34 sfernandez Assigned To sfernandez => jsantos
2024-02-05 14:23 sfernandez Assigned To jsantos => sfernandez
2024-02-05 14:24 sfernandez Status assigned => resolved
2024-02-05 14:24 sfernandez Resolution open => fixed
2024-02-05 14:24 sfernandez Fixed in Version => 3.2.3
2025-10-10 13:29 jsantos Category Unity3D => Unity