Item6054: No longer possible to have a twisty on one line without linebreak
Priority: Normal
Current State: Closed
Released In:
Target Release: patch
div
mode is hardcoded in the plugin (the line
my $mode = $params->{'mode'} || $prefMode;
is somehow gotten commented out.
--
TWiki:Main/ArthurClemens - 08 Oct 2008
I uncommented that line in my installation, and it didn't make a difference. I still couldn't render Twisties in-line.
--
TWiki:Main.ElliottAsh - 08 Oct 2008
It is not the only change I made. Please give it a try.
--
TWiki:Main.ArthurClemens - 08 Oct 2008
I tried it, to no avail: Here's my test topic:
http://columbia.lawschoolwiki.org/bin/view/Sandbox/TestTopic0
--
TWiki:Main.ElliottAsh - 08 Oct 2008
This looks like another bug: if the twisty is on the first line it works ok, but further down in the topic it renders a linebreak (or div).
--
TWiki:Main.ArthurClemens - 09 Oct 2008
Changed the default rendering to
span
instead of
div style="display:inline;
(which appears to be buggy implemented by browsers).
When
mode
is set to
div
, the outer container is also written as div.
--
TWiki:Main.ArthurClemens - 10 Oct 2008