[BUG] Color editor sets values even when clicking outside the popup

https://docs.webix.com/samples/15_datatable/04_editing/11_colorpicker.html

  1. Click on any color field
  2. In the color popup select any color, for example, white
  3. You’ll see #FFFFFF in the corresponding cell
  4. Now click on any empty color field
  5. Click outside the popup
  6. Nothing should change, but you can see that the field is now filled with last selected color - #FFFFFF
  7. You can further click on more empty fields then click outside the popup - every field will be filled with #FFFFFF

Looks like color editor remembers last selected color somewhere and fires onEditEnd event when color is picked or popup is closed, and it can’t tell whether it should proceed or cancel editing.

Hello,

I can confirm the issue, thank you for reporting. The fix will be available in the nearest update.