Loading...
 
Skip to main content

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
(0)
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 line
Copy to clipboard
select sysdate from dual;
box with 1 line
1st line in a box
code with 2 lines
Copy to clipboard
select sysdate from dual; select sysdate from dual;
box with 2 lines
1st 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+
Demonstrate Bug (older Tiki versions)
Ticket ID
4216
Created
Wednesday 09 May, 2012 06:34:39 UTC
by Zsolt FORIZS
LastModif
Saturday 04 July, 2026 19:02:33 UTC


Show PHP error messages