Loading...
 
Skip to main content

Tiki Plugin with long content broke wysiwyg edit display

Status
Closed
Subject
Tiki Plugin with long content broke wysiwyg edit display
Version
11.x
12.x
Category
  • Error
Feature
Wiki Plugin (extends basic syntax)
WYSIWYG (What You See is What You Get)
Resolution status
Fixed or Solved
Submitted by
Bernard Sfez / Tiki Specialist
Lastmod by
Bernard Sfez / Tiki Specialist
Rating
(0)
Description

On a wiki page if you set a Tiki Plugin with a very big content (pictures in a slider) it is displayed all over the page under (or over) the rest of the wiki page content.

Image

Solution

.cke_editable .tiki_plugin {
overflow: hidden;
}

Workaround

Adding a style like :

.cke_editable .tiki_plugin {
overflow: hidden;
}

Solve the issue, but again not sure this can be applied tiki wide.

Image

Importance
5
Easy to solve?
10 easy
Priority
50
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
4594
Created
Tuesday 16 July, 2013 16:37:56 UTC
by Bernard Sfez / Tiki Specialist
LastModif
Wednesday 21 August, 2013 11:48:23 UTC


Show PHP error messages