Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-915

Javascript Renderer: Using IE 9/10 a "null" text is displayed on every event, gateway and task

XMLWordPrintable

    • Icon: Bug Report Bug Report
    • Resolution: Fixed
    • Icon: L3 - Default L3 - Default
    • 7.0.0-alpha7, 7.0.0
    • None
    • renderer
    • None

      Using a 2-day old version of camunda-bpm-js from github the rendering displays "null" on every event, gateway and task.

      See screenshot.

      In FF and Chrome everything is fine.

      Diagramm init:

      <script src="/app/themes/default/js/dojo/dojo/dojo.js" data-dojo-config="async: true, parseOnLoad: true"></script>
      <script>
        require({
          baseUrl: "/app/themes/default/",
          packages: [
           { name: "dojo", location: "js/dojo/dojo" },
           { name: "dojox", location: "js/dojo/dojox"},
           { name: "bpmn", location: "js/bpmn"}]
        });
        require(["bpmn/Bpmn", "dojo/domReady"], function(Bpmn) {
          new Bpmn().renderUrl("/app/designer/process/ajax/diagram_xml.do?pdId=11901", {
              diagramElement : "processDiagrammPanel"
          });
        });
      </script>
      

      Thanks,
      Michael

        This is the controller panel for Smart Panels app

              smirnov Roman Smirnov
              moberwasserlechner Michael Oberwasserlechner
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: