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.
Item9398: div twisties controls forced to inline mode
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Urgent |
Closed |
Extension |
TwistyPlugin |
|
In
mode="div=", the twisty control is rendered as
<div class="foswikiMakeVisibleInline">
...
</div>
The javascript initializer then adds a
style="display:inline" thus toggling the former block element into an inline element. Locks naf sometimes.
Instead it should render the control as
<div class="foswikiMakeVisibleBlock">
...
</div>
--
MichaelDaum - 28 Jul 2010
Re-opening to fix unit tests...
--
OlivierRaginel - 29 Jul 2010