Bug with onBeforeEditStop and richselect editor

Hi,

There is an unexpected behavior with the richselect editor when onBeforeEditStop return false.

When it does, the richselect won’t show anymore for the cell to edit.

https://snippet.webix.com/fmea0iz2

There is a workaround for this bug ?

Hello @Fabien ,
Could you, please, write more detailed description of your use-case and elaborate a little bit on the end result you want to achieve?

There is an unexpected behavior with the richselect editor when onBeforeEditStop return false.

It’s not a bug. It’s expected behavior for any popup editor. (i.e popup disappears on click event)

Hello @Fabien,
According to our further research we can confirm the issue, my apologies for the inconvenience.
As a workaround:
https://snippet.webix.com/1p5y1978

Thanks for your workaround.