jquery.flowchart icon indicating copy to clipboard operation
jquery.flowchart copied to clipboard

the Plugin is not working in IE11 windows7

Open gani7485 opened this issue 8 years ago • 7 comments

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.

gani7485 avatar Jan 25 '17 13:01 gani7485

I have the same requirement. Please confirm whether any support will be provided for IE 11.

diptesh2007 avatar Jan 30 '17 10:01 diptesh2007

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:.

sdrdis avatar Jan 30 '17 12:01 sdrdis

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.

gani7485 avatar Feb 07 '17 19:02 gani7485

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?

diptesh2007 avatar Feb 08 '17 01:02 diptesh2007

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.

diptesh2007 avatar Feb 09 '17 08:02 diptesh2007

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.

nathandilucca avatar Apr 05 '17 04:04 nathandilucca

Hi, I did this fix, but I now have an extra anchor. Does anyone have a solution? The problem only occurs using IE Morgan screen shot 2017-05-12 at 13 51 42

morganzysman avatar May 12 '17 11:05 morganzysman