Item10161: 4.00 of JQueryPlugin breaks a number of Twisties on 1.1.2
Priority: Urgent
Current State: Closed
Released In: 1.1.3
Target Release: patch
I am running the latest version of Foswiki 1.1.2 and have updated to the latest version of
JQueryPlugin. No problems with the installation but now twisties are not working. As a result I cannot see lists of attachments etc..
--
PadraigLennon - 15 Dec 2010
The twisties don't open sometimes. That's due to an unfortunate mixture of various mechanism to show/hide the content. Simplifying the code again cures it.
Please test.
--
MichaelDaum - 15 Dec 2010
Tested the fix and all is well again. All twisties are now working..
Thanks for the quick fix
--
PadraigLennon - 15 Dec 2010
Fix breaks a number of unit tests. As Padraig seems to confirm it works as expected, I changed the unit tests to use
style="display:none"
instead of
class="foswikiHidden"
. It also adds some empty (potentially useless)
style=""
, but... I let Micha fix those if he feels like it.
--
OlivierRaginel - 16 Dec 2010