IAmBaguette

Results 9 comments of IAmBaguette

I'm seeing the same problem with a JComboBox in the FlatLaf demo app. https://github.com/user-attachments/assets/85841646-1b54-45ce-ae21-915554a6ffe1 However, I am unable to replicate the issue with JComboBoxes within a JTable when using the...

@nevemlaci > I'd love to but the demo app is impossible to navigate for me due to the repaint issues, 2 clicks and the whole thing just breaks down. I'm...

> Had the same issue on windows after some update > > `System.setProperty("sun.java2d.noddraw", "true");` > > fixed this for me. I'm no longer seeing the issue with the demo app...

@DevCharly Disabling the FlatLaf window decorations while DirectDraw is enabled results to the same issue with the Minimal reproduction project (MRP). ```java -Dflatlaf.useWindowDecorations=false -Dsun.java2d.noddraw=false ``` Disabling the rounded popup borders...

No luck. Issue is still present. ![image](https://github.com/user-attachments/assets/cddc7c2c-3cf5-451d-8bb4-105f8e0a501a)

There doesn't appear to be any redraw issue on Windows 11. https://github.com/user-attachments/assets/49bfef07-9c58-4c16-81c8-277a3657945d There are no redraw issue with FlatLaf either. Tested with versions `3.5.1` and `3.5.2-SNAPSHOT`. https://github.com/user-attachments/assets/9bdee9cc-8185-40df-966a-fe7824ecfff5 However, the issue...

I was unable to reproduce the redraw issue with `-Dsun.java2d.d3d.onscreen=false` in any of the apps: FlatLaf demo, MRP, or heavy-weight popups. It does appear the issue originates from Java rather...

@DevCharly I was able to reproduce the redraw issue inconsistently when following your exact instructions. To consistently trigger the redraw issue, I needed to repeat the action of showing and...

@DevCharly Would you like me to close issue now that the issue is resolved?