Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report] Tooltip: Activator is not working properly #2290

Closed
capdiem opened this issue Dec 19, 2024 · 0 comments · Fixed by #2297
Closed

[Bug Report] Tooltip: Activator is not working properly #2290

capdiem opened this issue Dec 19, 2024 · 0 comments · Fixed by #2297
Labels
component/Tooltip type/bug Something isn't working type/documentation Improvements or additions to documentation

Comments

@capdiem
Copy link
Contributor

capdiem commented Dec 19, 2024

Masa.Blazor version

v1.8.2

Hosting model

Blazor Server

Describe the bug

After setting the activator by Activator parameter, the tooltip keeps displaying in the top left corner of the browser.

Expected Behavior

Display the tooltip in the correct position. If possible, add a built-in 'parent' value to the Activator parameter for directly binding to the immediate parent element.

Steps To Reproduce

No response

Reproduction code

<MButton Class="mybutton">
    Button
    <MTooltip Bottom Activator=".mybutton">
        <ChildContent>Tooltip</ChildContent>
    </MTooltip>
</MButton>

.NET version

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/Tooltip type/bug Something isn't working type/documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant