Item9398: div twisties controls forced to inline mode
Priority: Urgent
Current State: Closed
Released In: 1.1.0
Target Release: minor
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