Item11084: CSS class foswikiMakeVisible for elements other than span and div does not work
Priority: Low
Current State: Closed
Released In: 1.1.4
Target Release: patch
Applies To: Engine
Component:
Branches:
Currently in
base.css
:
.foswikiJs .foswikiMakeVisible {
display:;
}
Somehow this used to work, or I thought it worked and haven't tested it well enough.
Why it seemed to work is that there are rules for
div.foswikiMakeVisible
and
span.foswikiMakeVisible
, that cover most of the cases. But if you write
<blockquote class="foswikiMakeVisible">
...
</blockquote>
... it will stay hidden.
--
ArthurClemens - 28 Aug 2011