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.
Item11084: CSS class foswikiMakeVisible for elements other than span and div does not work
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Low |
Closed |
Engine |
|
|
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