-
Bug
-
Resolution: Invalid
-
Low
-
None
-
2.0
-
None
-
Standalone with Java 1.4.2_09 on Mac OS X 10.4
I've got the flowchart macro working in my confluence, but if I try to add a URL things blow up.
ie
{flowchart}"Map View" -> "Day View"{flowchart}
works just fine but
{flowchart}"Map View"[URL="http://www.seis.sc.edu"] -> "Day View"{flowchart}
gives
flowchart: Failed to create image map:warning, language cmapx not recognized, use one of: ps ps2 hpgl pcl mif pic gd gd2 gif jpg jpeg png wbmp ismap imap cmap vrml vtx mp fig svg svgz dot canon plain plain-ext xdot:2: parse error near line 2context:
Graphviz doesn't like it when you include the URL in a mapping like:
{flowchart}"Map View"[URL="http://www.seis.sc.edu"] -> "Day View"{flowchart}
You have to declare the URL on the node by itself like
{flowchart}"Map View"[URL="http://www.seis.sc.edu"]
"Map View" -> "Day View"{flowchart}
or at least my version doesn't. I'm using whatever comes out of Fink on the Mac.
When I use the second flowchart, I get all sorts of markup in the page and the image map doesn't work.
You can see all the brokeness at http://www.seis.sc.edu/wiki/display/ds/flowchart