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

Changing HSL sliders after text color input causes JS console to spit tons of errors #2

Open
obscuredetour opened this issue Jan 28, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@obscuredetour
Copy link
Owner

obscuredetour commented Jan 28, 2019

Oddly enough, the app still functions, as does the iro.js Color Picker.

// chrome
Uncaught TypeError: Failed to execute 'setTranslate' on 'SVGTransform': The provided float value is non-finite.
// firefox
TypeError: Argument 1 of SVGTransform.setTranslate is not a finite floating-point value.

w.setTransform | @ | iro.min.js:8
  | t.move | @ | iro.min.js:8
  | n.update | @ | iro.min.js:8
  | R._update | @ | iro.min.js:8
  | f.hsv.set | @ | iro.min.js:8
  | f.hsl.set | @ | iro.min.js:8
  | sliderChange | @ | app.js:150
  | sliderUIUpdate | @ | app.js:161
@obscuredetour obscuredetour added the bug Something isn't working label Jan 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant