myxvisual / react-uwp

📱⌨ React Components that Implement Microsoft's UWP Design & Fluent Design.
https://react-uwp.com
MIT License
1.18k stars 78 forks source link

ColorPicker has some performance problems #46

Closed ol-web closed 6 years ago

ol-web commented 6 years ago

Problem description

https://i.imgur.com/9Ud0X5z.png I've had some problems with ColorPicker component for a while. It takes so much time to render in IE11 to the point where the browser freezes and lets the user stop the script. After it loads it takes just as much time to choose a different color. On Desktop Chrome the entire circle was gray for some time but it's fixed itself somehow for some reason. It stays gray on the Android version though. It's also a bit laggy on Firefox.

Link to minimal working code that reproduces the issue

located in the settings tab: https://webstickynotes.herokuapp.com/

Versions