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.
Item10161: 4.00 of JQueryPlugin breaks a number of Twisties on 1.1.2
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Urgent |
Closed |
Extension |
TwistyPlugin |
|
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