RFR: 8091153: Customize the Table Button Menu [v4]
Marius Hanl
mhanl at openjdk.org
Wed May 17 19:49:55 UTC 2023
On Wed, 17 May 2023 19:35:41 GMT, Andy Goryachev <angorya at 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
More information about the openjfx-dev
mailing list