InputRequester behaves diffrent under Windows

Windows specific forum
User avatar
PureBasti
User
User
Posts: 10
Joined: Sat Oct 13, 2018 9:02 am

InputRequester behaves diffrent under Windows

Post by PureBasti »

Under macOS and Linux the InputRequester grows in size with the given string that shows inside.
Under Windows the InputRequester seems to have a fixed size, no matter the size of the given string.

So when i give the InputRequester an empty string it still has the fixed size.
When i provide a too big string its just cut off.
Especially the cutting off is troublesome, since i cant guarantee a given string will be properly displayed under macOS, Linux and Windows.

Is this behavior intended ?
And if so, is there a way to potentially change it so all 3 OS behave the same ?