Span class="tooltip" in the editor creates a tooltip

Steps to reproduce

Write . in both reading view and live preview, a UI tooltip is rendered, which probably shouldnt happen inside the editor.

Did you follow the troubleshooting guide? Y

Expected result

With any other class, the span renders normally with no interference from obsidian’s css. class=“tooltip” should act the same

Actual result

source view:

live preview:

reading mode:

all produced in the sandbox vault

Environment

SYSTEM INFO:
Obsidian version: 1.13.4
Installer version: 1.7.7
Operating system: Windows 11 Home China 10.0.26200
Login status: not logged in
Language: en
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on
RECOMMENDATIONS:
none

I am not sure I understand you.
Download and reinstall Obsidian. Please make a screen recording of this happening in the sandbox vault.

Hi. If it gets marked as not a bug, I just wanted you to understand about this:

Use any of these classes in an HTML span in your note:

cm-hashtag
notice
modal
prompt
callout
cm-hashtag
is-unresolved
menu
popover
search-input-container
bases-formula-error
workspace-tab-header-container

You should see that they do get rendered.

It doesn’t matter where the styling is defined—a CSS snippet, a theme, Obsidian’s app.css—they all get rendered, as they should (in my opinion), when you call their class.

ok, I am gonna mark dawni as the solution