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

Incorrect hint position when container is scrolled #4523

Open
mbechev opened this issue Jan 22, 2025 · 0 comments
Open

Incorrect hint position when container is scrolled #4523

mbechev opened this issue Jan 22, 2025 · 0 comments

Comments

@mbechev
Copy link
Contributor

mbechev commented Jan 22, 2025

Description

The hint position is incorrectly calculated when the container is scrolled.

Steps To Reproduce

  1. Scroll the page.
  2. Drag the button.
  3. See where the hint message appears.

https://stackblitz.com/edit/angular-py21fbyt?file=src%2Fapp%2Fapp.component.ts,src%2Findex.html,src%2Fapp%2Fstyles.css

Screenshots or video

Screen.Recording.2025-01-22.at.14.57.22.mov

Actual Behavior

The hint appears away from the cursor when the page is scrolled.

Expected Behavior

The hint should appear next to the pointer as it appears by default (in a non scrollable container).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants