kvas-it / qualiabot

A web page that has qualia
0 stars 0 forks source link

Make color picker less wild in Chrome #1

Open kvas-it opened 6 years ago

kvas-it commented 6 years ago

The color picker in Firefox sends onchange event only when it's closed. Chrome's color picker, on the other hand, sends onchange event for every color change, so we receive a bit too many if the user is moving the mouse around the picker. It would be good to not produce so many onchange events somehow.

kvas-it commented 6 years ago

Maybe this won't be so necessary if #3 is implemented. With clustering in place, associative memory won't be polluted too much and episodic memory should have a rate limit, which will make everything ok.