Item9398: div twisties controls forced to inline mode

pencil
Priority: Urgent
Current State: Closed
Released In: 1.1.0
Target Release: minor
Applies To: Extension
Component: TwistyPlugin
Branches:
Reported By: MichaelDaum
Waiting For:
Last Change By: KennethLavrsen
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

 

ItemTemplate edit

Summary div twisties controls forced to inline mode
ReportedBy MichaelDaum
Codebase trunk
SVN Range
AppliesTo Extension
Component TwistyPlugin
Priority Urgent
CurrentState Closed
WaitingFor
Checkins distro:e4821cc0fcb3 distro:abbdffc85e45
TargetRelease minor
ReleasedIn 1.1.0
Topic revision: r5 - 04 Oct 2010, KennethLavrsen
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy