[1220] VRC URL Input Fields Omit Colons, Do Not Fire Events
MisutaaAsriel
When attempting to type a url into a VRC URL Input Field, colons (
:
) are omitted amongst other characters.This prevents the input of urls; i.e. "
https://
becomes "https//
", making the URL invalid.This is also present in the Live SDK
.Additionally,
in testing [Quest]
, sending the OK button does not fire the
On End Edit
event.
— In the Editor, the invalid URL is parsed, stopping existing video, and throwing an error that the video cannot be played.In client, the video continues to play, as if the URL has not been parsed.
—
Related Feedback
Log In
MisutaaAsriel
RESOLVED
MisutaaAsriel
Tested with the VPM SDK build and found no issue with colon input NOR ok-as-enter. Issue seems related with the
.unitypackage
SDK's version of the input system.MisutaaAsriel
Attached is a demonstration of the colon (
:
) bug in CyanEmu; Issue appears, in part, related to the SDK.
— SDK in use: Package version. (I am a Mac user and many people are voicing complaints about failed merges, so I am waiting for the VCC to exit beta).