Documentation tooltip appears over autocomplete tooltip

Answered

Hi all.

So this is my problem:

 

I would like to keep both features but not one over the other 😅

0
11 comments

Hello,

Please share idea.log ("Help | Show Log in...") after restarting IDE.

0
Avatar
Permanently deleted user

Hi, thanks for the response.

I check the logs and they have some full path file names I'm not comfortable sharing, sorry. I didn't see any message related to this anyway.

So I played a little with the window size and it's showing right now, seems that the "issue" is related to: window size + monitor space

0

Could you please share only first lines from startup log with general OS information and IDE configuration?

We have several issues when window size might cause such collisions.

0
Avatar
Permanently deleted user

Ok great, here is the startup piece of the logs:

2020-09-30 14:20:17,552 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------ 
2020-09-30 14:20:17,592 [ 40] INFO - .intellij.util.EnvironmentUtil - loading shell env: /bin/zsh -l -i -c '/Applications/IntelliJ IDEA CE.app/Contents/bin/printenv.py' '/var/folders/n3/3hsfmbnn0kn6tc5kqcsvvxn80000gn/T/intellij-shell-env.4559529472581718166.tmp'
2020-09-30 14:20:17,603 [ 51] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IC-202.7319.50, 14 Sep 2020 23:21)
2020-09-30 14:20:17,603 [ 51] INFO - #com.intellij.idea.Main - OS: Mac OS X (10.15.6, x86_64)
2020-09-30 14:20:17,604 [ 52] INFO - #com.intellij.idea.Main - JRE: 11.0.8+10-b944.31 (JetBrains s.r.o.)
2020-09-30 14:20:17,604 [ 52] INFO - #com.intellij.idea.Main - JVM: 11.0.8+10-b944.31 (OpenJDK 64-Bit Server VM)
2020-09-30 14:20:17,606 [ 54] INFO - #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx2048m -XX:ReservedCodeCacheSize=240m -XX:+UseCompressedOops -Dfile.encoding=UTF-8 -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -XX:CICompilerCount=2 -Dsun.io.useCanonPrefixCache=false -Djava.net.preferIPv4Stack=true -Djdk.http.auth.tunneling.disabledSchemes="" -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djdk.attach.allowAttachSelf -XX:ErrorFile=/Users/brunoberisso/java_error_in_idea_%p.log -XX:HeapDumpPath=/Users/brunoberisso/java_error_in_idea.hprof -Djb.vmOptionsFile=/Users/brunoberisso/Library/Application Support/JetBrains/IdeaIC2020.2/idea.vmoptions -Didea.paths.selector=IdeaIC2020.2 -Didea.executable=idea -Didea.platform.prefix=Idea -Didea.vendor.name=JetBrains -Didea.home.path=/Applications/IntelliJ IDEA CE.app/Contents
2020-09-30 14:20:17,606 [ 54] INFO - #com.intellij.idea.Main - library path: /Users/brunoberisso/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
2020-09-30 14:20:17,607 [ 55] INFO - #com.intellij.idea.Main - boot library path: /Applications/IntelliJ IDEA CE.app/Contents/jbr/Contents/Home/lib
2020-09-30 14:20:17,610 [ 58] INFO - #com.intellij.idea.Main - locale=en_ES JNU=UTF-8 file.encoding=UTF-8
idea.config.path=/Users/brunoberisso/Library/Application Support/JetBrains/IdeaIC2020.2
idea.system.path=/Users/brunoberisso/Library/Caches/JetBrains/IdeaIC2020.2
idea.plugins.path=/Users/brunoberisso/Library/Application Support/JetBrains/IdeaIC2020.2/plugins
idea.log.path=/Users/brunoberisso/Library/Logs/JetBrains/IdeaIC2020.2
2020-09-30 14:20:18,559 [ 1007] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 948 ms
2020-09-30 14:20:19,269 [ 1717] INFO - ntellij.idea.ApplicationLoader - CPU cores: 4; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@1c0bd694[Running, parallelism = 3, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@685c2f7
2020-09-30 14:20:20,736 [ 3184] INFO - llij.ide.plugins.PluginManager - Plugin PluginDescriptor(name=Java, id=com.intellij.java, path=/Applications/IntelliJ IDEA CE.app/Contents/plugins/java, version=202.7319.50) misses optional descriptor profiler-java.xml
java.nio.file.NoSuchFileException: /META-INF/profiler-java.xml
at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.newInputStream(ZipFileSystem.java:591)
at jdk.zipfs/jdk.nio.zipfs.ZipPath.newInputStream(ZipPath.java:721)
at jdk.zipfs/jdk.nio.zipfs.ZipFileSystemProvider.newInputStream(ZipFileSystemProvider.java:275)
at java.base/java.nio.file.Files.newInputStream(Files.java:155)
at com.intellij.openapi.util.JDOMUtil.load(JDOMUtil.java:351)
at com.intellij.ide.plugins.BasePathResolver.resolvePath(BasePathResolver.java:54)
at com.intellij.ide.plugins.PluginXmlPathResolver.resolvePath(PluginXmlPathResolver.java:58)
at com.intellij.ide.plugins.XmlReader.readDependencies(XmlReader.java:215)
at com.intellij.ide.plugins.IdeaPluginDescriptorImpl.readExternal(IdeaPluginDescriptorImpl.java:190)
at com.intellij.ide.plugins.PluginDescriptorLoader.loadDescriptorFromJar(PluginDescriptorLoader.java:94)
at com.intellij.ide.plugins.PluginDescriptorLoader.loadDescriptorFromDirAndNormalize(PluginDescriptorLoader.java:145)
at com.intellij.ide.plugins.PluginDescriptorLoader.loadDescriptorFromFileOrDir(PluginDescriptorLoader.java:120)
at com.intellij.ide.plugins.PluginDescriptorLoader.loadDescriptor(PluginDescriptorLoader.java:44)
at com.intellij.ide.plugins.PluginDescriptorLoader.lambda$loadDescriptorsFromDir$1(PluginDescriptorLoader.java:246)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:215)
at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:26)
at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:194)
at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:186)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665)
at java.base/java.lang.Thread.run(Thread.java:834)
2020-09-30 14:20:20,829 [ 3277] WARN - llij.ide.plugins.PluginManager - Problems found loading plugins:
The Gradle-Maven (id=org.jetbrains.plugins.gradle.maven, path=/Applications/IntelliJ IDEA CE.app/Contents/plugins/gradle-java-maven) plugin Non-optional dependency plugin org.intellij.groovy is disabled
2020-09-30 14:20:20,865 [ 3313] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: IDEA CORE (202.7319.50), com.intellij.platform.images (202.7319.50), JetBrains maven model api classes (202.7319.50), JetBrains Repository Search (202.7319.50), Git (202.7319.50), ChangeReminder (202.7319.50), Configuration Script (202.7319.50), Copyright (202.7319.50), Java (202.7319.50), JUnit (202.7319.50), Code Coverage for Java (202.7319.50), Java IDE Customization (202.7319.50), Java Bytecode Decompiler (202.7319.50), Next File Prediction (202.7319.50), Properties (202.7319.50), Maven (202.7319.50), Resource Bundle Editor (202.7319.50), Machine Learning Code Completion (202.7319.50), Shell Script (202.7319.50), Webp Support (202.7319.50), EditorConfig (202.7319.50), TextMate Bundles (202.7319.50), YAML (202.7319.50), IntelliLang (202.7319.50), Markdown (202.7319.50), Grazie (202.7319.50)
2020-09-30 14:20:20,865 [ 3313] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: Lombok (0.32-2020.2), Scala (2020.2.27)
2020-09-30 14:20:21,050 [ 3498] INFO - m.intellij.ui.mac.touchbar.NST - touchbar-server isn't running, skip nst loading
2020-09-30 14:20:21,382 [ 3830] INFO - m.intellij.util.io.StorageLock - lower=100; upper=500; buffer=10; max=1994
2020-09-30 14:20:21,394 [ 3842] INFO - tellij.util.io.FileChannelUtil - un-interruptible FileChannel-s will be used for indexes
2020-09-30 14:20:21,559 [ 4007] INFO - cation.options.RegistryManager - Registry values changed by user: debugger.watches.in.variables = false, ide.mac.allowDarkWindowDecorations = true
2020-09-30 14:20:21,575 [ 4023] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=13, fontScale=1.0; restored: fontSize=13, fontScale=1.0
2020-09-30 14:20:21,803 [ 4251] INFO - .intellij.util.EnvironmentUtil - shell environment loaded (24 vars)
2020-09-30 14:20:22,183 [ 4631] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2020-09-30 14:20:22,226 [ 4674] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=13, fontScale=1.0; restored: fontSize=13, fontScale=1.0
2020-09-30 14:20:22,975 [ 5423] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2020-09-30 14:20:23,523 [ 5971] INFO - gs.impl.UpdateCheckerComponent - channel: release
2020-09-30 14:20:23,909 [ 6357] WARN - nSystem.impl.ActionManagerImpl - keymap "Xcode" not found [Plugin: com.intellij]
2020-09-30 14:20:25,426 [ 7874] INFO - leBasedIndexDataInitialization - Initialization done: 2944
2020-09-30 14:20:25,732 [ 8180] INFO - exImpl$StubIndexInitialization - Initialization done: 306
2020-09-30 14:20:30,214 [ 12662] INFO - BridgeProjectLifecycleListener - Using legacy project model to open project
2020-09-30 14:20:30,255 [ 12703] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: /Applications/IntelliJ IDEA CE.app/Contents/bin/fsnotifier
2020-09-30 14:20:30,262 [ 12710] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2020-09-30 14:20:30,821 [ 13269] INFO - rojectCodeStyleSettingsManager - Loading Project code style
2020-09-30 14:20:30,825 [ 13273] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [/Users/brunoberisso/Documents/Company/awesome-project/sub-project]
2020-09-30 14:20:30,847 [ 13295] INFO - eStyle.CustomCodeStyleSettings - Loaded com.intellij.psi.codeStyle.JavaCodeStyleSettings
2020-09-30 14:20:30,848 [ 13296] INFO - eStyle.CustomCodeStyleSettings - Loaded com.intellij.psi.formatter.xml.XmlCodeStyleSettings
2020-09-30 14:20:30,870 [ 13318] INFO - eStyle.CommonCodeStyleSettings - Loaded Java common code style settings
2020-09-30 14:20:30,873 [ 13321] INFO - rojectCodeStyleSettingsManager - Project code style loaded
2020-09-30 14:20:30,920 [ 13368] INFO - eStyle.CustomCodeStyleSettings - Loaded com.intellij.psi.formatter.xml.XmlCodeStyleSettings
2020-09-30 14:20:31,043 [ 13491] INFO - eStyle.CustomCodeStyleSettings - Loaded com.intellij.psi.codeStyle.JavaCodeStyleSettings
2020-09-30 14:20:31,044 [ 13492] INFO - eStyle.CustomCodeStyleSettings - Loaded com.intellij.psi.formatter.xml.XmlCodeStyleSettings
2020-09-30 14:20:31,045 [ 13493] INFO - eStyle.CommonCodeStyleSettings - Loaded Java common code style settings
2020-09-30 14:20:31,170 [ 13618] INFO - CompilerWorkspaceConfiguration - Available processors: 4
2020-09-30 14:20:33,724 [ 16172] WARN - tartup.impl.StartupManagerImpl - Activities registered via registerPostStartupActivity must be dumb-aware: org.jetbrains.plugins.scala.lang.psi.impl.toplevel.synthetic.SyntheticClassesListener$$Lambda$1515/0x0000000800fe4840@6fe9fed9
2020-09-30 14:20:33,731 [ 16179] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2020-09-30 14:20:33,793 [ 16241] INFO - .CodeStyleSettingsInferService - settings inference skipped: already done
2020-09-30 14:20:34,713 [ 17161] INFO - penapi.application.Experiments - Experimental features enabled for user: wsl.p9.support, wsl.p9.show.roots.in.file.chooser, inline.browse.button, linux.native.menu, recent.and.edited.files.together, show.create.new.element.in.popup, copy.reference.popup, new.large.text.file.viewer, scala.uast.enabled
2020-09-30 14:20:36,446 [ 18894] INFO - #git4idea.commands.GitHandler - [.] git version
2020-09-30 14:20:36,446 [ 18894] INFO - ge.ExternalProjectsDataStorage - Load external projects data in 21 millis (read time: 4)
2020-09-30 14:20:36,477 [ 18925] INFO - #git4idea.commands.GitHandler - git version 2.24.2 (Apple Git-127)
2020-09-30 14:20:36,560 [ 19008] INFO - ea.config.GitExecutableManager - Git version for /usr/bin/git: 2.24.2.0 (UNIX)
2020-09-30 14:20:36,803 [ 19251] INFO - ation.SbtCompilationSupervisor - Listening to incoming sbt compilation events on port 0.
2020-09-30 14:20:36,817 [ 19265] INFO - ProjectRootPostStartUpActivity - /Users/brunoberisso/Documents/Company/awesome-project/sub-project/sub-service/.idea case-sensitivity: expected=false actual=false
2020-09-30 14:20:36,987 [ 19435] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 871ms; general responsiveness: ok; EDT responsiveness: ok
2020-09-30 14:20:38,138 [ 20586] INFO - #org.jetbrains.idea.maven - Sent token to maven server
2020-09-30 14:20:42,937 [ 25385] INFO - tor.impl.FileEditorManagerImpl - Project opening took 12754 ms
2020-09-30 14:20:43,302 [ 25750] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 176ms; general responsiveness: ok; EDT responsiveness: ok
2020-09-30 14:20:57,595 [ 40043] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 14290ms; general responsiveness: ok; EDT responsiveness: 2/14 sluggish
2020-09-30 14:20:57,635 [ 40083] INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 0 files to index
2020-09-30 14:20:57,978 [ 40426] INFO - .ScalaCompilerReferenceService - Initialized ScalaCompilerReferenceService in simple-parent, current compiler mode = JPS
2020-09-30 14:22:17,617 [ 120065] INFO - rationStore.ComponentStoreImpl - Saving Project(name=simple-parent, containerState=ACTIVE, componentStore=/Users/brunoberisso/Documents/Company/awesome-project/sub-project/sub-service)RunManager took 13 ms, libraryTable took 28 ms
2020-09-30 14:23:27,066 [ 189514] INFO - ution.rmi.RemoteProcessSupport - Terminating: 47986/Maven36ServerImplc8592703

Let me know if I can give you more info.

0

Did you change Documentation popup size? Do you use presentation/full screen mode?

0
Avatar
Permanently deleted user

No, I didn't change any settings really. Only installed some plugins like Scala and Lombok.

0

Could you please describe your hardware and monitor settings? I couldn't reproduce the issue on my side.

0
Avatar
Permanently deleted user

Sure, this is my machine:

And this is the external monitor:

 

Here is another example of a misplaced doc tooltip, it's not that bad but looks weird. The screenshot is full size so you can take measurements:

0

Thanks for the information! Could you please provide one more test - install 2020.3 EAP (https://www.jetbrains.com/idea/nextversion/), restore default settings ("File | Manage IDE settings") and check if the issue still occurs?

0
Avatar
Permanently deleted user

I can confirm that the same issue happens on WebStorm 2021.3.2.

1

@...

I could not reproduce that.

May you share your environment's details? Monitors size, editor's dimensions, OS and screenshot of the whole IDE window.  

0

Please sign in to leave a comment.