PluginFancyTable has display problems when using plugins inside
- Status
- Closed
- Subject
- PluginFancyTable has display problems when using plugins inside
- Version
- 8.x
- Category
- Conflict of two features (each works well independently)
- Error
- Usability
- Feature
- Wiki Plugin (extends basic syntax)
Wiki Syntax (text area, parser, external wiki, etc) - Resolution status
- Fixed or Solved
- Submitted by
- Zsolt FORIZS
- Lastmod by
- Ushindi Gedeon
- Rating
- Description
several problems in Fancytable:
1. Field separator '|' (pipe) is not working with plugins. (must use '~|~' to get it work)
2. any plugin which is used in fancytable is looking fine when only one line is in. When you add a second line, you will get a lot of html viewed.here is an example i used to figure out these problems:
code box code with 1 lineCopy to clipboardselect sysdate from dual;box with 1 line1st line in a boxcode with 2 linesCopy to clipboardselect sysdate from dual; select sysdate from dual;box with 2 lines1st line in a box 2nd line in a box- Solution
Problem 1 fixed for trunk (future Tiki10) and Tiki9 in commits 43070 and 43071: now pipes should work just as well as ~|~
Problem 2 only partially solved: no more HTML shown, but new lines are ignored. This appears to be a basic parser problem in the way nested plugins are parsed. Same issue affects the SPLIT plugin - see http://dev.tiki.org/item3872
Update: strange is that on the testing wiki page https://dev.tiki.org/Plugin+Parsing+Problems it still shows the issue with not breaking lines while here in tracker item view in the example above it works fine in the BOX plugin
- Workaround
- Priority
- 25
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 4216
- Created
- Wednesday 09 May, 2012 06:34:39 UTC
by Zsolt FORIZS - LastModif
- Saturday 04 July, 2026 19:02:33 UTC