Code: Select all
var pal = new Window("palette", "Multiline Is Broken", [0,0,200,100]);
pal.edt = pal.add("edittext", [10,10,190,90], "Test multiline text", {multiline:true});
pal.center();
pal.show();
I thought it was my code, so I've tried Jeff's "rd_SimpleConsole.jsx", but the problem occurs too.
Do you have any clever workaround ?

EDIT: CTRL+Enter works !
