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

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Fixed
    • Priority: L3 - Default
    • 7.0.0-alpha7, 7.0.0
    • Affects Version/s: None
    • Component/s: 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

          1. js_ie9_10_null.png
            20 kB
            Michael Oberwasserlechner

              Assignee:
              Roman Smirnov
              Reporter:
              Michael Oberwasserlechner
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: