i think i got the problem, i'm not sure though,
in post_message_form.asp:
LINE :289
If IEWin() Then Response.Write(vbCrLf & " frmAddMessage.Submit.disabled=true;")
change to
If (IEWin() AND blnIEEditor = True AND blnWYSIWYGEditor = True) Then Response.Write(vbCrLf & " frmAddMessage.Submit.disabled=true;")
for some reason, javascript conflicts with the textbox, i'm no JS genius so i wouldn't be able to tell u anything, but this solved the problem 4 me!! hope this this helps
EDIT: 4 some reason, this only works for post new topic 
Edited by Commander