Clicking a toolbar button in firefox is making unnecessary ajax calls which reloads the editor while the editor is working fine in other browsers
<textarea name="qmail_content" class="editor" id="_Text">Enter text here...</textarea>
<script>
CKEDITOR.replace('_Text', { toolbar : [ ['Bold','Italic','Font','FontSize'] ] });
</script>