prbaron / pbckcode

A CKEditor plugin to easily add code into your article
Apache License 2.0
44 stars 26 forks source link

conflict when scayt is enabled #25

Open pk-fr opened 10 years ago

pk-fr commented 10 years ago

for example, instead of : for($i=0;;) { echo "hello $i\n"; } in the editor, we have : for($i=0;;) { <span data-scayt-word="echo" class="scayt-misspell-word">echo</span> "<span data-scayt-word="hello" class="scayt-misspell-word">hello</span> $i\n"; }

(a workaround is to click twice in viewsource before editing code!

thanx