-
Notifications
You must be signed in to change notification settings - Fork 360
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
Fix #35 - Edge browser color picker not appearing #129
base: master
Are you sure you want to change the base?
Conversation
ISSUE: kolkov#133 The input should be visible and the input focused before click for EDGE.
Codecov Report
@@ Coverage Diff @@
## master #129 +/- ##
===========================================
+ Coverage 22.1% 35.54% +13.43%
===========================================
Files 7 7
Lines 484 453 -31
Branches 102 94 -8
===========================================
+ Hits 107 161 +54
+ Misses 365 262 -103
- Partials 12 30 +18
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for PR. And what about iOS browsers?
Ican't test on IOS. |
Test first please if it possible. Thanks! |
Codecov Report
@@ Coverage Diff @@
## master #129 +/- ##
=======================================
Coverage 35.54% 35.54%
=======================================
Files 7 7
Lines 453 453
Branches 94 94
=======================================
Hits 161 161
Misses 262 262
Partials 30 30 Continue to review full report at Codecov.
|
ISSUE: #35
The input should be visible and the input focused before clicking for EDGE.