I was surprised, that the editable text boxes do not work well.
Visually it is correct, its appearance.
But the operation of writing text, does not work well at all!

It does not print the new texts, it does not let you erase, it gets stuck, you can not write home anything or nothing!
I report this malfunction of text entry, using the EditBox.
I hope you can correct this bad text entry behavior.
This is the format of my text box, I hope it is not some function, that proboque the text entry bug ...
LoadFont(1,"Menus/Storopia.ttf")
LoadImage(50,"Menus/Storopia24.png")
CreateEditBox(1):SetEditBoxPosition(1,640-(420/2),Y+100):SetEditBoxFont(1,1)
SetEditBoxExtendedFontImage(1,50)
SetEditBoxSize(1,420,60):SetEditBoxTextSize(1,55)
SetEditBoxDepth(1,8)
SetEditBoxBackgroundColor(1,0,0,0,255)
SetEditBoxCursorBlinkTime(1,0.5)
SetEditBoxCursorWidth(1,10)
SetEditBoxCursorColor(1,255,0,255)
SetEditBoxBorderColor(1,255,0,255,255)
SetEditBoxBorderSize(1,2)
SetEditBoxTextColor(1,0,255,255)
SetEditBoxMaxChars(1,12)
SetEditBoxUseAlternateInput(1,0)