StringRequest with empty string makes text space very small

Report any Hollywood bugs here
Post Reply
Bugala
Posts: 1181
Joined: Sun Feb 14, 2010 7:11 pm

StringRequest with empty string makes text space very small

Post 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
User avatar
airsoftsoftwair
Posts: 5446
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: StringRequest with empty string makes text space very small

Post by airsoftsoftwair »

True, nice catch, will be fixed.
Post Reply