We tried cuteeditor 2.0 in Asp.net 5.0 today and encountered a small problem:
The cuteeditor inserted on the page contains a mess of styles. The toolbar on the page is arranged incorrectly, and the following input boxes are not displayed. Because I am not familiar with cuteeditor, and it is estimated that many people around the world are using this control, at least the blog Park is using it :)
So it should be mine.ProgramIn the beginning, I suspected the use of masterpage. So I re-created a completely blank page. The input box below is displayed, but the toolbar above is still in disorder.
In addition, when the entire page is displayed, an error page is quickly displayed in the input box, although it quickly disappears.
The error message is "maintainscrollpositiononpostback "......
Is there a problem with this option in Web. config? After you go back to Web. config to disable this option, everything will work!