Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore support IE #6

Open
fhelwanger opened this issue Nov 8, 2016 · 2 comments
Open

Explore support IE #6

fhelwanger opened this issue Nov 8, 2016 · 2 comments
Assignees

Comments

@fhelwanger
Copy link
Collaborator

IE 11 doesn't support Array#find.

Add polyfill for it and explore if something else is broken.

@nolleto
Copy link
Collaborator

nolleto commented Dec 14, 2017

All find methods were change to lodash lib and the bug was fixed... but not in all cases.
So I add polyfill by babel and it works.

After that I notice that <foreignObject /> (SVG) is not supported in IE, so I had to remove it. <foreignObject /> was used to displaying long text. I workaround creating <SvgText /> component.

All these were made in ie branch.

@nolleto nolleto self-assigned this Dec 14, 2017
@nolleto nolleto added the bug label Dec 14, 2017
@nolleto
Copy link
Collaborator

nolleto commented Nov 28, 2019

I've tested in IE 11 and I found some bug:

  • Fix checkbox position at src/components/PropertiesNetwork/index.js.
    Screen Shot 2019-11-28 at 11 15 39
  • The texts inside a node are not showing up. Ref: src/components/SvgText
    Screen Shot 2019-11-28 at 11 19 35
  • When a node is created is always positioned at the top left. It should get the position from ContextMenu.
  • The site stops working when more than one node is created.
  • The site stops working when selecting a node.
  • It's not possible to change the network width or height.

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

No branches or pull requests

2 participants