OK this has to be something stupid on my part but hear me out: I can't get any dijit editor plugins to load in IE (not the "built-in" plugins, but plugins located in dijit/_editor/plugins/MyPlugin.js). This includes default plugins like LinkDialog.js. Now I could have sworn this worked before but I over-wrote my changed plugins with the "factory default" ones and still get the same issue. IE (both 6 and 7) tells me "Could not load dijit._editor.plugins.LinkDialog.js (last tried ../dijit/_editor/plugins/LinkDialog.js)". I know the plugins are fine - they work great on Firefox with no issues whatsoever. What is strange is that a few of the "default plugins" (for example, FontChoice.js) work fine in IE. I've been trying to decipher what the difference between, say, LinkDialog.js and FontChoice.js is but have had no luck so far.
Anybody else have this problem? I don't see any mention of LinkDialog.js not working in IE but as I've said, I replaced my modified plugin with the "factory default" one and still have the same problem....

hmmm nevermind mostly
looks like it is something weirded out with my modified version of dojo-release-1.0.2 as if i use a completely factory default version of the entire dir structure LinkDialog works fine in IE. now to figure out what the hell i changed that caused this...
any suggestions as to where to look would be great! ^_^