CodeMirror hoverTooltips are misplaced (1.10.2)

The codeMirror hoverTooltips are rendered unusable as they are place so far away that they close before they can be accessed.

Steps to reproduce

Launch Obsidian 1.10.2
Install any plugin that uses hoverTooltips, e.g., LanguageTool or Harper. Then check a document and hover over a spelling mistake.

Did you follow the troubleshooting guide? Y


Additional information

  • Related GitHub Issue of the LanguageTool Plugin: github.com/wrenger/obsidian-languagetool/issues/47

we’ll look into it

Seems to be induced by a recent upstream change here: Simplify transformed-fixed-tooltip detection · codemirror/view@2f398e6 · GitHub

I will check if we can mitigate it somehow.

Will have a patch for 1.10.3 to fix this issue.