This question is locked. New answers and comments are not allowed.
I have been playing around a bit but still don't have the editor fully working. I have an editor in my Razor view and my ScriptRegistrar in my _layout.cshtml and it is spitting out the correct .js and .css references. When I am on the page in the editor I can highlight a word and do a "Ctrl-B" and the word gets bold which is great but if I try to use my mouse and click on the B it appears to be reloading the page like there isn't a return false or something.
For example, using the editor on this forum, if I scroll down a bit, highlight a word and click on the B, the word gets bold and the page stays where is at. In my solution if I were to do the same, the word does not get bold and the page scrolls back up to the top, so I am assuming the page is getting reloaded.
Any insight or things to look at to debug would be appreciated.
~james
For example, using the editor on this forum, if I scroll down a bit, highlight a word and click on the B, the word gets bold and the page stays where is at. In my solution if I were to do the same, the word does not get bold and the page scrolls back up to the top, so I am assuming the page is getting reloaded.
Any insight or things to look at to debug would be appreciated.
~james