Opened 13 years ago

Closed 13 years ago

#8447 closed Bug (invalid)

Conflicts with Graphviz

Reported by: thijsk Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

If I activate the media wiki extension FCKeditor the graphs (rendered by Graphviz) are coruppted. Example

  1. Edit a page
  2. Change editor from FCKeditor to WikiTextEditor
  3. Input the following text and save the page

<graphviz border='frame' format='png'>

digraph example1 {Hello->World!}

</graphviz>


  1. Page shows a picture of the above described graph.
  2. Edit the page
  3. The FCKeditor shows only the picture of the graph.
  4. Changing editor from FCKeditor to WikiTextEditor corrupts the graph source to this

<map name="ReleasePlanning---digraph+example1"></map>

[[File:|This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.]]


  1. When changing the editor back to FCKeditor the picture is no longer displayed. It just shows the above text.
  2. Changing to WikiTextEditor again further corrupts the graph soource to

&lt;map name="ReleasePlanning---digraph+example1"&gt;&lt;/map&gt;

&#x5B;&#x5B;File:|This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.&#x5D;&#x5D;


Because the CFEditor is started by default I'm unable to edit pages containing graphviz graphs, withouyt loosing the graphs..

Change History (3)

comment:1 Changed 13 years ago by Jakub Ś

Status: newpending

Which editor does the issue concern, FCKEditor or CKEditor? As you are writing about both of them?

comment:2 Changed 13 years ago by thijsk

We use the WYSIWYG extension 1.4.1 (http://smwforum.ontoprise.com/smwforum/index.php/Help:WYSIWYG_extension) which includes the CKEditor 3.6.

comment:3 Changed 13 years ago by Jakub Ś

Keywords: graphviz removed
Resolution: invalid
Status: pendingclosed
Version: 3.6

Site you have provided is some third party that does not cooperate with CKSource. This company is simply using our product for their project.

If you get an error you should report it to them.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy