-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
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
- is related to
-
CAM-909 Cockpit Shows Null Values in Diagram Canvas under IE9
- Closed