Karl T
Karl T
But isn't this a general "problem" when using right-mouse-press-hold-and-move-and-release on macOS. This can also happen in any native macOS app, right? > Proposal: In a JMenuItem, ignore a right-button mouse-release...
The typos are in NB Java code: https://github.com/apache/netbeans/search?q=backgorund&type=code
A snapshot for this PR is now available. Use `PR-988-SNAPSHOT` as version. https://github.com/JFormDesigner/FlatLaf#snapshots Prebuilt binaries (Artifacts) are available here (requires GitHub login): https://github.com/JFormDesigner/FlatLaf/actions/runs/14009048883
@ctipper thanks for reporting. Unfortunately I can not reproduce it 😕 > ... just causes segmentation fault when exiting What exactly are you doing? Open file dialog and then exit...
> Exiting the file dialog triggers seg fault. Does it happen when you press the "Cancel" button? or the "Open" button? > I thought the logs would be enough Well,...
> It's the Open button. And it does not crash if you press the "Cancel" button? Is this correct? Many thanks for the additional logs. I'll have a look 👍
Have updated macOS to 15.5 and can now reproduce the issue. Working on a fix...
The crash on macOS 15.x is now fixed in latest `PR-988-SNAPSHOT`: https://github.com/JFormDesigner/FlatLaf#snapshots
> One save dialog launched in a minimised state, ... Not sure what you mean by "minimized state" 😕 Can you please post a screenshot? > ...which needs a trick...
> One thing that is missing is passing a `FileSystemView` to the constructor or via a setter method (the`JFileChooser` supports it in a constructor and it can be used to...