On Wed, 17 May 2023 19:35:41 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
> I wish the default implementation did not hide the popup on mouse click, to > allow for toggling multiple columns, but it is out of scope for this PR. I agree that this behavior is rather uncomfortable. The problem is that we are changing a behavior that may or may not be expected. Regardless, we should evaluate it. I think the value is higher than the risk. In any case, anyone can now customize this to their needs without sacrificing performance or anything else. This also gives us the possibility to close improvements that we think don't fit to a standard implementation with the hint that this can be implemented by yourself in this case. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1135#issuecomment-1551958205