<AWT Dev> RFR: 8273355: Lanai: Flickering on tooltip appearance IntelliJ IDEA 2021.2.1
Alexey Ushakov
avu at openjdk.java.net
Sun Sep 5 11:52:53 UTC 2021
On Sat, 4 Sep 2021 21:22:01 GMT, Phil Race <prr at openjdk.org> wrote:
>> Used setOpaque() method to set correct background of platform window
>
> src/java.desktop/macosx/classes/sun/lwawt/LWWindowPeer.java line 295:
>
>> 293: // Set correct background for a window before making it visible
>> 294: platformWindow.setOpaque(!isTranslucent());
>> 295: }
>
> This looks as if it will affect OpenGL as well as Metal.
> Do you see the flckering with both pipelines ?
> What testing have you done with both of them ?
Yes, it affects both pipelines, but flickering was noticed only with Metal. I've tried IDEA on both pipelines and I've run desktop tests only with Metal. I'm going to run desktop ones with OGL too.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5373
More information about the awt-dev
mailing list