You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since a color input has to have its value set directly via javascript
(presumably because of the difficulty of interacting with the browser's
colour picker), the `change` and `input` events don't automatically
happen. This PR fires them manually.
Fixesrubycdp#229
Given HTML like:
Then the following test will fail:
This is because the
set
method for a color input only forces the value via JavaScript; it doesn't trigger thechange
orinput
events.I have a fix for this; PR incoming.
The text was updated successfully, but these errors were encountered: