• Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Low 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:

            [CONFSERVER-4733] image maps broken on flowcharts and graphviz

            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

            Charlie Groves added a comment - 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

            Charlie,

            Can you tell us what you did wrong – perhaps I can improve the documentation?

            Tom

            Tom Davies added a comment - Charlie, Can you tell us what you did wrong – perhaps I can improve the documentation? Tom

            Whoops, just realized the error of my graphviz ways. Please ignore this.

            Charlie Groves added a comment - Whoops, just realized the error of my graphviz ways. Please ignore this.

              Unassigned Unassigned
              db9607128260 Charlie Groves
              Affected customers:
              0 This affects my team
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: