Community
Participate
Working Groups
Build Identifier: HEAD when multiple event selection is allowed, an application should be able to handle the case where an event is un-selected, resulting in an empty selection. Currently, this case is explicitly excluded in code. Reproducible: Always
Created attachment 199182 [details] unified patch, workspace root I have fixed this issue in my local workspace, by adding a configuration option to ISettings, which by default (AbstractSettings) is false. Depending on that option, #eventSelected will also be fired for empty selection. A patch is attached (unified, workspace root)
But fixed in Nebula 2.3.0 Big thanks to Christian Sell for this patch.