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

BalloonPanelView positioning fails when body has position #17248

Open
oleq opened this issue Oct 9, 2024 · 2 comments
Open

BalloonPanelView positioning fails when body has position #17248

oleq opened this issue Oct 9, 2024 · 2 comments
Labels
domain:ui/ux This issue reports a problem related to UI or UX. package:ui type:bug This issue reports a buggy (incorrect) behavior.

Comments

@oleq
Copy link
Member

oleq commented Oct 9, 2024

πŸ“ Provide detailed reproduction steps (if any)

  1. Set <body> position to absolute or fixed
  2. Set top: 100px, left: 100px on <body>
  3. Hover a button

βœ”οΈ Expected result

A tooltip gets displayed next to the button

❌ Actual result

It's off by [100,100]px. It applies to other balloons too (e.g. link balloon).

Screen.Recording.2024-10-09.at.17.14.32.mov

More info

The issue was found while working on #17247.


If you'd like to see this fixed sooner, add a πŸ‘ reaction to this post.

@oleq oleq added domain:ui/ux This issue reports a problem related to UI or UX. package:ui type:bug This issue reports a buggy (incorrect) behavior. labels Oct 9, 2024
@Witoso
Copy link
Member

Witoso commented Oct 10, 2024

@oleq is this related #17241?

@oleq
Copy link
Member Author

oleq commented Oct 10, 2024

@oleq is this related #17241?

I think they are related.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:ui/ux This issue reports a problem related to UI or UX. package:ui type:bug This issue reports a buggy (incorrect) behavior.
Projects
None yet
Development

No branches or pull requests

2 participants