Item1144: Extensions.BrowserBoosterPlugin doesn't work together with the Extensions.GoUptoTocPlugin
Priority: Normal
Current State: Closed
Released In:
Target Release: n/a
When using the
GoUptoTocPlugin with Foswiki 1.0.0 it works fine as long as I am not logged in. After I logged in Firefox doesn't show the appended character and IE shows some empty squares. When cleaning the cache plus cookie (probably the login session as well), then it works until I relogin.
Disabling the
BrowserBoosterPlugin solved the issue. So the issue appears to be rather related to the
BrowserBoosterPlugin instead of the
GoUptoTocPlugin.
--
IngoKappler - 25 Feb 2009
Just verified that this plugin was Foswiki'd so I assume the issue should still be addressed.
--
IngoKappler - 06 Mar 2009
Problem verified.
Looking at the
BrowserBoosterPlugin code, it seems it cant handle multi-line link-imports like
<link>
import("foo.css");
import("bar.css");
</link>
Thats why the css files are missing in the "combined/merged" file created by the
BrowserBoosterplugin
--
EugenMayer - 16 Mar 2009
Maybe I am too ignorant or too blind, but afaik there is no multi-line <link> and no import syntax for link in HTML.
I cannot reproduce this bug. Ingo, can you please specify the versions and plugins you are using?
--
OliverKrueger - 12 Apr 2009
Upps, I just tried to reproduce it the first time with the following versions:
Foswiki-1.0.4, Thu, 19 Mar 2009, build 3201
BrowserBoosterplugin version 2008-12-27 (reinstalled just before via configure)
GoUptoTocPlugin version 11 Dez 2008 (V0.2.1)
The issue was now not reproducible anymore. When the bug was raised I've been running some pre 1.0.4 Foswiki version.
--
IngoKappler - 14 Apr 2009