pbckcode icon indicating copy to clipboard operation
pbckcode copied to clipboard

conflict when scayt is enabled

Open pk-fr opened this issue 11 years ago • 0 comments

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

pk-fr avatar Jun 27 '14 15:06 pk-fr