Page 1 of 1

StringRequest with empty string makes text space very small

Posted: Mon Feb 12, 2024 1:26 pm
by Bugala
When using StringRequest() with empty body$ part, it makes the stringrequest text space so small you cant read what you are typing:

Code: Select all

StringRequest("Test", "")
Change to:

Code: Select all

StringRequest("Test", "t")
And it works as its supposed to.

Windows 11 Hollywood 9.1

Re: StringRequest with empty string makes text space very small

Posted: Mon Feb 19, 2024 9:30 pm
by airsoftsoftwair
True, nice catch, will be fixed.

Re: StringRequest with empty string makes text space very small

Posted: Mon Jul 22, 2024 9:02 pm
by airsoftsoftwair

Code: Select all

- Fix [Windows]: Passing an empty string to the body parameter of the requester functions StringRequest(),
  ListRequest() and SystemRequest() resulted in a messed up layout