Loading...
 
Skip to main content

WYSIWYG Header Generation ID Regression

Status
Closed
Subject
WYSIWYG Header Generation ID Regression
Version
9.x
Category
  • Regression
Feature
WYSIWYG (What You See is What You Get)
Resolution status
Partially solved
Submitted by
jcarter
Volunteered to solve
manivannans
Lastmod by
jcarter
Rating
(0)
Description

Going from tiki 9.0 to tiki 9.3 (Possible still relevant to new versions, but have not had time to check if still occurs in new versions).

Works in 9.0, broken in 9.3

WYSIWYG editor generates headers (for h1-X) looking like
Copy to clipboard
<h1> header text </h1>
when it should be like
Copy to clipboard
<h3 class="showhide_heading" id="Some_text">Some text</h3>


this breaks the ability to use hash tag to navigate to page headers.

Solution

This issue not in trunk and 12.x.

"!testing" generates this output '<h3 id="testing" class="showhide_heading">testing</h3>'.


jcarter: working fine in new versions

Importance
7
Easy to solve?
5
Priority
35
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
4528
Created
Tuesday 21 May, 2013 16:21:13 UTC
by jcarter
LastModif
Thursday 21 November, 2013 20:55:55 UTC


Show PHP error messages