18.2 visual bugs

Answered

Just updated IntelliJ Ultimate to 18.2. It seems to have had a rendering rewrite, which is buggy on my system (Ubuntu 18.04 & NVidia 390 drivers, application installed via Snap, Dell 9560 with 4k monitor downscaled to 2k):

  • Scrolling a source file (Java, TypeScript etc.) doesn't update the pane correctly and there is screen tearing
  • Resizing panes has similar
  • File search shows a blank search result box (class & everything search are both fine)

This didn't happen yesterday on same OS/drivers/etc. with 18.1. I've restarted my PC and cleared caches to no avail. The first tearing issue makes the IDE unuseable - I've had to revert to 2018.1.6 which works fine :(

FWIW there is also some old rendering bugs in both 18.1 & 18.2:

  • Opening a modal screen (e.g. run configuration "VM options") still overlays other windows and isn't hidden when IntelliJ is backgrounded
  • Debugging in IntelliJ messes up alt-tabbing/focus into IntelliJ
2
5 comments

Hi, please provide idea.log (Help | Show log...)

0

Confirmed that's what I'm seeing too, repeatedly with very little else in the logs.

0
Avatar
Permanently deleted user

Same issue here as well and same error in logs:

2018-07-27 10:55:10,501 [ 37729] ERROR - llij.ide.plugins.PluginManager - IntelliJ IDEA 2018.2 Build #IU-182.3684.101 
2018-07-27 10:55:10,501 [ 37729] ERROR - llij.ide.plugins.PluginManager - JDK: 1.8.0_152-release
2018-07-27 10:55:10,501 [ 37729] ERROR - llij.ide.plugins.PluginManager - VM: OpenJDK 64-Bit Server VM
2018-07-27 10:55:10,501 [ 37729] ERROR - llij.ide.plugins.PluginManager - Vendor: JetBrains s.r.o
2018-07-27 10:55:10,501 [ 37729] ERROR - llij.ide.plugins.PluginManager - OS: Linux
2018-07-27 10:55:10,501 [ 37729] ERROR - llij.ide.plugins.PluginManager - Last Action:
2018-07-27 10:55:11,718 [ 38946] ERROR - llij.ide.plugins.PluginManager - Width (256) and height (0) cannot be <= 0
java.lang.IllegalArgumentException: Width (256) and height (0) cannot be <= 0
at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1016)
at java.awt.image.BufferedImage.<init>(BufferedImage.java:333)
at com.intellij.util.ui.UIUtil.createImage(UIUtil.java:2149)
at com.intellij.ui.paint.EffectPainter2D$Cached.createImage(EffectPainter2D.java:336)
at com.intellij.ui.paint.EffectPainter2D$Cached.lambda$getImage$0(EffectPainter2D.java:326)
...
0
Avatar
Permanently deleted user

That resolved the issue for me, thank you

0

Please sign in to leave a comment.