Skip to content

Tooltips remain stuck on screen when using --enable-manager-legacy-ui #3094

Description

@foxiprom

Greetings,

When using ComfyUI with the --enable-manager-legacy-ui flag, additional tooltips
do not disappear and remain stuck in the top-left corner of the screen.

This happens when hovering over elements that use the tooltip attribute.
The tooltip appears once, but never hides, and new tooltips stack on top of it. Until I refresh the page.

How it looks like
Image

As a rough "fix" I turned off Manager's tooltips completely in .venv\Lib\site-packages\comfyui_manager\js\common.js

function initTooltip () {
    return;
    ...
    };

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions