splitbrain/dokuwiki-plugin-searchindex

installation of plugin lets toolbar and arrows to resize text input field vanish

Closed this issue · 1 comments

In dokuwiki 2009-12-25c from tarball and from latest git. With latest searchindex-plugin as 8/2010.

When I install the searchindex plugin, the toolbar and the arrows to resize text input field vanish. One the dokuwiki-stable-git installation, just removing the searchindex and pressing Ctrl-Shift-R in Firefox made them appear again. On the tarball installation I also had to temporarily comment out:

// add possible plugin scripts and userscript
$files   = array_merge($files,js_pluginscripts());
$files[] = DOKU_CONF.'userscript.js';

in lib/exe/js.php to make it appear again. It seems Dokuwiki caches the javascripts internal.

I suspect the Javascript of the plugin might have an error. There has been the error "dokuwiki pl_si.output is null" in the error console.

Expected results:

Toolbar and arrows for text input field continue to work after plugin installation.

Thanks,
Martin

fixed javascript problem. closed by 3dc21ce