报一个文本的bug

在组件里面新建一个文本时,在右边编辑文本时报错了,编辑不了。
[01:26:01] ArgumentOutOfRangeException: Index and length must refer to a location within the string.
Parameter name: length
System.String.Substring (System.Int32 startIndex, System.Int32 length) (at <00000000000000000000000000000000>:0)
FairyGUI.InputTextField.GetPartialText (System.Int32 startIndex, System.Int32 endIndex, System.Text.StringBuilder buffer) (at <00000000000000000000000000000000>:0)
FairyGUI.InputTextField.UpdateText () (at <00000000000000000000000000000000>:0)
FairyGUI.GTextField.set_text (System.String value) (at <00000000000000000000000000000000>:0)
FairyGUI.GLabel.set_text (System.String value) (at <00000000000000000000000000000000>:0)
...
另外,还有经常拉动不了文本框的大小。
FairyGUI Editor Version 6.1.3 社区版
是否和两个两个显示器有关?
ScreenShot_2025-11-06_012754_482.png
已邀请:

谷主

赞同来自:

我确实没有出现这个情况,再观察一下重现方式

要回复问题请先登录注册