internet explorer - IE HTML1114 Error with custom CLeditor button -


I am using CLeditor, Fineuploader, and Bootstrap to create a custom button that pops up more advanced file upload models But every time I launch the model, I get an error and I do not know how to fix it. Basically the whole browser freezes

  HTML1114: Overrides conflicting codepage window -1252 (11) with codepeep Unicode (Unicode byte order mark)   

I found out that this warning was still going wrong, but it is normally done.

Then CLeditor has a terrific design where it runs commands on the custom button clicked instead of waiting for the buttonClick callback, a situation where IE Calling getRange (editor) .paste with the undefined to reduce the HTML (value) Click the button event handler

  // image uploader if other (button name === "upload image") {return; } // Avoid this unnecessary for all other buttons custom buttons! Else if (! ExecCommand (editor, data.command, data.value, data.use css, buttondiv)) {return false; }    

Are you outputted headers for "cleditor wysiwyg" (if I think Code correct)

  & lt ;! DOCTYPE html & gt; & Lt; Html & gt; & Lt; Top & gt; & Lt; Meta http-equiv = "x-ua-compatible" content = "IE = edge" />   

IE = Edge should have a very FART line in and gt . Looks like much like IE is switching back to quirksmode See more detailed explanation Explanation

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -