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

Firefox not supported #2

Open
wassfila opened this issue Jun 1, 2020 · 2 comments
Open

Firefox not supported #2

wassfila opened this issue Jun 1, 2020 · 2 comments

Comments

@wassfila
Copy link
Member

wassfila commented Jun 1, 2020

image

  • style is missing

  • document.body.offsetHeight is 0 fallback on window.innerHeight which breaks the parent element value provided by the function create_svg() call

  • CSSStyleSheet() throws an error, fallback on appending style element but menu still using style construction

@wassfila
Copy link
Member Author

wassfila commented Jun 1, 2020

  • CSSStyleSheet construction fixed with f881216

two issues remaining for Firefox

  • All back style (might be related to filters support as the context menu now is working properly and demo color points are also fine)
  • drag nodes coordinate makes node jump an offset after mouse down

@wassfila
Copy link
Member Author

wassfila commented Jun 1, 2020

  • get_pointers_Firefox() still failing, touch is broken kept get_pointers_default()

wassfila added a commit that referenced this issue Jun 1, 2020
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

No branches or pull requests

1 participant