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

Details

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

    Description

      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

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce