NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item9030: TwistyPlugin hides twisty content in print
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
Closed |
Extension |
TwistyPlugin |
|
When in print mode, no twisty javascript should be loaded.
--
ArthurClemens - 17 May 2010
As both the author of the
TwistyPlugin and the reporter, you are best placed to know what this means. So marking as "Confirmed". However I do not believe this should be a release blocker, so down-prioritising from "Urgent" to "Normal".
--
CrawfordCurrie - 08 Jul 2010
The only way to solve this well is by not loading javascript in head. Unfortunately RENDERZONE will just add its scripts there.
--
ArthurClemens - 06 Sep 2010
Using a "hack" by setting RENDERZONE format to "".
--
ArthurClemens - 06 Sep 2010
RENDERZONE{"head"} is too broad, this way no css is loaded when
viewprint and
addToHEAD or
addToZONE is used.
This should be
RENDERZONE{"script"}, so only scripts are not loaded. And then the
head must have zones for
script and for
css.
--
ArthurClemens - 12 Sep 2010