Closed StephenThomson closed 6 years ago
Thanks, @StephenThomson. I'll have to dig up a Windows box to test this, but it's definitely something we should fix 😁
Thanks Greg! Sorry to cause you to have do that. I wish I didn't have to support IE too :)
Hi Greg,
Just wondering if there's any progress/plans on this issue?
If the answer is "go fix it yourself" I would completely understand! haha
Steve
Hi, @StephenThomson . No updates, sorry. If you have time and are able to fix this, it would be much appreciated! I'm not sure when we'll be able to do it ourselves.
The lack of lines connecting the nodes is caused by a known issue for IE 10 and 11 relating to SVG paths not rendering when they have markers.
We have a fork of the code in which both the arrow heads and shafts are drawn using SVG paths, rather than using marker definitions. The only difference is that the whole arrows are the same colour, rather than the arrow heads being black and the arrow shafts being grey.
I can look to create a branch of the current codebase and submit a PR if this fix would be useful.
Hi @gleithall . We would welcome a PR! You'll need to sign the OASIS TC Open Repository Individual CLA before we can merge anything. Let us know if you have any concerns.
I'm not particularly worries about the different colors, but I'm not a UI expert :-)
@gtback I believe we signed one as an organisation for a previous contribution. @gleithall I think you can fork into the CACI org, make your changes there then do a PR on behalf of CACI.
@StephenThomson you have a signed CLA on this page, but we need one from each person who is making commits that go into the repo. Thanks!
@gtback I have created PR #31 for this issue. I have also signed the CLA.
Thanks, @gleithall. I think there's some background work at OASIS to confirm the CLA, but after that your PR should be good to merge!
@gtback My CLA has now been processed, and appears on the page you referenced earlier.
Fixed by #31
In IE11 the link arrows between nodes do not display correctly. If you update the stylesheet in developer tools they appear but remain in place if you move a node.
Also it is possible to drag nodes out of the canvas onto any section of the page.