Loading...
 
Skip to main content

WYSIWYG editor addes extra tags

Status
Closed
Subject
WYSIWYG editor addes extra <br> tags
Version
2.x
Category
  • Usability
Feature
WYSIWYG (What You See is What You Get)
Wiki Syntax (text area, parser, external wiki, etc)
Submitted by
elizaz
Lastmod by
Philippe Cloutier
Rating
(0)
Description
When one is using the WYSIWYG editor to edit text, extra <br /> tags are added after all <p> and <br /> tags when the text is displayed after save or preview. These tags don't show up in the source code in the WYSIWYG editor at all, so you can't remove them. As a result, the spacing between the text is all wrong.


For example, if you view the source of a page in the WYSIWYG editor, it would look like this:

<p>Some text<br />And more text on a new line</p>


But when you view the source of the page after you have saved it, it looks like this:

<p>Some text<br /><br />And more text on a new line</p><br />


Solution
This seems to be a duplicate of #2634.
Priority
25
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
2635
Created
Thursday 16 July, 2009 20:10:34 UTC
by Unknown
LastModif
Tuesday 22 June, 2010 19:11:44 UTC


Show PHP error messages