jquery.flowchart
jquery.flowchart copied to clipboard
the Plugin is not working in IE11 windows7
This Plug in is working fine with all the the browsers except IE 11 in Windows 7. Is there is any compatibility issues with this plug in. Plz suggest/help.
I have the same requirement. Please confirm whether any support will be provided for IE 11.
Thank you for the feedback. Personally, I don't have access to IE 11 in Windows 7. I will try on IE 11 in Windows 10, and try to fix it. However, it might take time, as I have a tight schedule currently. So if any of you could fix it, it would be great, and I would add you as contributors in the README :smile:.
This plug is working fine in Windows 10 IE 11 and Edge. But when I am trying to select the operator div it is selecting svg tag.
Is it dependent on windows version? Do you mean all the demo provided in http://sebastien.drouyer.com/jquery.flowchart-demo/ works in Windows 10 and IE 11?
Comment the pointer-events css property seems to work in IE 11 except the links between the nodes are not established properly. There are a lots of issues with pointer-events in IE 11.
What seemed to fix this for me was to change the css for .flowchart-operator for pointer-events. Instead of it beingpointer-events: initial;
, I made it pointer-events: auto;
. This fixed my issue in which the onOperatorSelect
and the link creations would not work. Let me know if you anyone wants me to create a pull request for this.
Hi, I did this fix, but I now have an extra anchor.
Does anyone have a solution? The problem only occurs using IE
Morgan