I found a bug in the new WYSIWYG editor: I cannot longer use the reply and quote buttons; they just do nothing. EDIT: I'm using Konqueror (Webkit) under Linux EDIT-2: I see that only the underlying textarea is updated, not the CLEditor's iframe. It should have a refresh method but I couldn't see one in the docs. EDIT-3: try calling the refresh() method on the JQuery object of the textarea. EDIT-4: I did the dirty work: add this to the click event of $('.ReplyButton'): $('#AddReplyMessage').cleditor()[0].refresh()
i've posted this bug in the official game feedback cause i thought that i shouldn't make a new thread about it. but this is very anoying (you can ssee the reply on top left (with that i mean name))