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: tooltip is incorrectly positioned in the UI #589

Open
1 task done
amareshsm opened this issue Jun 23, 2024 · 1 comment
Open
1 task done

Bug: tooltip is incorrectly positioned in the UI #589

amareshsm opened this issue Jun 23, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@amareshsm
Copy link
Member

amareshsm commented Jun 23, 2024

URL(s)

Playground link

What did you do & expect to happen?

When hovering over a specific line in the code editor, a tooltip with error messages will appear if there are any errors on that line. The tooltip should point to the line with the error.

What actually happened?

Instead of pointing to that line which is having the error, it is placed somewhere outside the code editor.

Screenshot 2024-06-23 at 6 50 44 PM

Participation

  • I am willing to submit a pull request for this issue.

Additional comments

No response

@amareshsm amareshsm added the bug Something isn't working label Jun 23, 2024
@nzakas
Copy link
Member

nzakas commented Jun 26, 2024

I can't reproduce this. What browser are you using?

What I can reproduce is that the tooltips sometimes show up on top of the line of code instead of underneath it.

playgroundtooltip

My cursor is on line 7 here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Needs Triage
Development

No branches or pull requests

2 participants