Teardown-Issue-Tracker-Maintainers / Teardown-Issue-Tracker

A public repo for the community to track issues/bugs/feature requests in Teardown.
11 stars 6 forks source link

[Bug] [Experimental] `UiTextInput()` always return second parameter as `false` #528

Closed YuLun-bili closed 1 month ago

YuLun-bili commented 2 months ago

Describe the bug

As described in title

Steps to reproduce the behavior

Call (undocumented) function UiTextInput() with valid parameters, watch return values

Expected behavior

Second parameter return false only when input box is not in focus, otherwise true (same as pre 1.5.4 version)

Environment

Additional context

No response

Gregory-Gregory commented 2 months ago

@YuLun-bili hi,

Thank you for this report.

I have forwarded this information to the QA team. If they need any additional details, I will let you know.

Gregory-Gregory commented 2 months ago

@YuLun-bili,

The team has looked into this issue, and it should be fixed by the 1.5.4 release.

YuLun-bili commented 2 months ago

uhhh it's not.

This time it returns false as long as user is not inputting, which is different from pre 1.5.4 version either. In pre 1.5.4 (such as 1.5.3), it always returns true regardless of user input. As long as the box is in focus it remains true.

image

https://github.com/Teardown-Issue-Tracker-Maintainers/Teardown-Issue-Tracker/assets/70589524/3b929a29-4495-4df4-8123-24febdf511bd

Gregory-Gregory commented 2 months ago

@YuLun-bili hi!

Thank you for the additional information. I shared it with the team again.