I’m on Linux, with Google Chrome 12.0, and Firefox 5.0. Same issue in both. Using Ubuntu 10.04.
I did notice the following error in Firefox’s Error Console for all wp-admin pages:
Error: missing ; before statement
Source File: https://burgwinkel.com/blog/wp-admin/tools.php
Line: 41, Column: 218
Source Code:
var postsnippet_3 = "\x3Cspan class=\"tglsz\"\x3E\x3Cscript type=\"text/javascript\"\x3E\nimgRsz({wid},{ht},{pgpc},\"{imgurl}\",\"{cssclass}\",\"\\n onmouseout='return nd();' \\n onmouseover='return overlib(\\"some text, commas okay, no apostrophes, quotes, or double-quotes\\",CAPTION,\\"click to toggle size\\");' \\n onclick='tglsz(this.name);'\\n \"); dw(\" \" + this.name + \" \");\n\x3C/script\x3E\n\x3C/span\x3E";
And this from the Error Console when I push the Post Snippets button in the HTML editor:
Error: edOpenPostSnippets is not defined
Source File: https://burgwinkel.com/blog/wp-admin/post.php?post=1074&action=edit
Line: 1
I have just remembered this has always been an issue for me with Post Snippets. I installed it ages ago, probably shortly after its first release, and it would work with plain text, or even HTML markup, I think. But since it would never work if I had script snippets recorded, I just never used it. It is a very useful plugin, and hopefully I can figure this out.