Loading...
 
Skip to main content

CKEditor breaks links to wiki pages

Status
Closed
Subject
CKEditor breaks links to wiki pages
Version
6.x
7.x
Category
  • Consistency
  • Error
  • Usability
Feature
Wiki Syntax (text area, parser, external wiki, etc)
WYSIWYG (What You See is What You Get)
Resolution status
Fixed or Solved
Submitted by
mauriz
Lastmod by
Ushindi Gedeon
Rating
(0)
Description

The symptoms are:
- backlinks work sometimes only
- when deleting a page it does not always become a wanted page
- others ???

The result is:
- unpredictable behavior
- negative impact on the user acceptance

The problem is, that the syntax of the links change:
Example:
1) Type "Page 1" in the WYSIWYG mode and save
-> "Page 1"
2) save again in WYSIWYG mode
-> <a class="wiki" href="tiki-index.php?page=Page+1" title="Page 1">Page 1</a>
3) save again in WIKI mode
-> [tiki-index.php?page=Page+1|Page 1]
4) save again in WYSIWYG mode
-> <a class="wiki" href="tiki-index.php?page=Page+1">Page 1</a>

This makes 3 1/2 different representations of a link to 'Page 1'

Solution
I will open a thread in Tiki-devel to discuss my ideas.
Workaround
Importance
6
Priority
30
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
3910
Created
Thursday 02 June, 2011 20:15:30 UTC
by mauriz
LastModif
Wednesday 01 July, 2026 19:57:32 UTC


Show PHP error messages