Swank v0.05.00
Fixed (on Bug-71)
revision 327 on swankwiki.
not posted to wikilink sourceforge project yet.Need to fix a bug with ctrl-L not working on chrome
--- tiny_mce/plugins/wikilink/editor_plugin.js (revision 320)
+++ tiny_mce/plugins/wikilink/editor_plugin.js (working copy)
@@ -240,7 +240,7 @@
tinymce.dom.Event.add(t.id, 'blur', function(e) {
var ed = tinyMCE.activeEditor;
var a = t.oldanchor;
- t.oldanchor = null;
+ //t.oldanchor = null;
var then = ed.dom.getAttrib(a,'href');
var now = t.value();
if (then == now) { return; }
Fixed (on Bug-71)
revision 327 on swankwiki.
not posted to wikilink sourceforge project yet.
Need to fix a bug with ctrl-L not working on chrome
--- tiny_mce/plugins/wikilink/editor_plugin.js (revision 320)tinymce.dom.Event.add(t.id, 'blur', function(e) {if (then == now) { return; }