Skip to content

Conversation

@anastasia143
Copy link

No description provided.

@TanVD
Copy link
Contributor

TanVD commented Mar 12, 2017

Why joint.css is old version?

<script src="<c:url value='/resources/js/libs/context-menu/context-menu.js' />"></script>
<script src="<c:url value='/resources/js/libs/bootstrap/bootstrap.min.js' />"></script>
<%--<script src="<c:url value='/resources/js/libs/bootstrap/bootstrap.min.js' />"></script>--%>
<script src="<c:url value='/resources/js/libs/raphael/raphael-min.js' />"></script>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better move all those libs to Require.js (if possible, if not -- use hack used for joint)

['jointjs']
, function (joint) {
console.log('Adding joint to global');
this.joint = joint;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This hack I mean

@TanVD
Copy link
Contributor

TanVD commented Mar 12, 2017

Also images not rendered in Firefox

@TanVD
Copy link
Contributor

TanVD commented Mar 13, 2017

JointJS.css updated but in Firefox drag and drop from palette still not working.


jquery: '../libs/jquery/jquery',
jqueryui: '../libs/jquery/ui/jquery-ui',
jquerytree: '../libs/jquery/treeview/jquery.treeview',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like jquery.line is missing. It is impossible to link nodes and draw gestures using right click now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants