RFR: 8207333: [Linux, macOS] Column sorting is triggered always after context menu request on table header

Martin Fox mfox at openjdk.org
Tue Apr 8 22:43:33 UTC 2025


On Tue, 8 Apr 2025 21:42:55 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> control+left-click works as expected for me too.
>> 
>> When the context menu is showing, clicking anywhere outside of it, closes the popup (because of the autohide property), but doesn't consume the event. If you click on a button, for instance, it will be fired. In any case, this is the same before and after this PR, so maybe an issue for a later discussion.
>
> definitely an unrelated issue, I just wanted to ask whether you guys think it crosses the threshold for a bug.

> control+left-click works as expected for me too.

For control+left-click it looks like the code will call `columnReordingStarted` but on the released event it won't call `columnReorderingComplete`. I have no idea if this will lead to problems or not.

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/1754#discussion_r2034128913


More information about the openjfx-dev mailing list