This Plugin (when enabled) breaks the
TopMenu feature in TWiki 5. Even though it has only been tested on 5.0.2, I think it affects earlier releases also.
--
TWiki:Main/DipuDeshmukh
- 2011-05-23
Time to debug. What is the exact behavior when the
TopicCryptPlugin is enabled?
--
TWiki:Main.PeterThoeny
- 2011-05-24
The behavior change is that the pulldown menus (except the first one, Home) disappear from the topmenubar.
I have attached the page sources of a Blank Page I created inside the Main Web, one with
TopicCryptPlugin enabled, one disabled.
The differences are minor, but enough to cause problems.
--
TWiki:Main.DipuDeshmukh
- 2011-05-24
The
TopicCryptPlugin seems to add newlines in odd places which result in
<p />
tags. Some examples:
-<!--</pre>--><div style="position: absolute; ...
+<!--</pre>--><p />
+<div style="position: absolute; ...
-</li> <li> <a href="/twiki/bin/...
+</li></ul>
+<p /> <ul>
+<li> <a href="/twiki/bin/...
--
TWiki:Main.PeterThoeny
- 2011-05-24
The bug has been located and a fix is being tested. I shall submit the fix within the next day or so, if our tests do not unearth further errors.
--
TWiki:Main.DipuDeshmukh
- 2011-06-04
Fix tested and uploaded.
--
TWiki:Main.DipuDeshmukh
- 2011-06-05