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

fix: correct calcultation for trackRect is offscreen #1902

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ddrdragon
Copy link

@ddrdragon ddrdragon commented Apr 5, 2024

Why

When <View /> is non-fullscreen, the calculation of isOffscreen doesn't consider the position of left and top.

I made a demo here. You can see the bottom boxes disappear suddenly when you scrolling before it's not fully outside the canvas.

What

The checking should use the canvas bounding box rather than only width and height (it assumes position at top left corner from the screen).

Checklist

  • Ready to be merged

Copy link

vercel bot commented Apr 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
drei ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 5, 2024 1:29am

Copy link

codesandbox-ci bot commented Apr 5, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@ddrdragon
Copy link
Author

Test demo after fixed here.

@shalanah
Copy link

I'm also having issues with this recently.

I'm putting my View into a horizontal scrolling div way down the window (bottom: 0px) and it's always reading as offscreen.

This calculation doesn't account of the canvas top/bottom etc (trackRect.top > canvasSize.height)

Copy link

Thank you for your work on this pull request! We’re marking this PR as stale to encourage a final push to bring it across the finish line.

Any update, comment, or change to the PR will automatically remove the stale label so it stays active in our workflow.

If you need any help, don’t hesitate to connect with us on Discord for feedback and support. This PR will close automatically soon if there’s no further activity, but we’re here to help if you’re interested in getting it merged. Thank you for your contribution!

@github-actions github-actions bot added the Stale Inactive issue label Oct 30, 2024
@shalanah
Copy link

I'll try to test this out since I had to link to a different View as well.

@github-actions github-actions bot removed the Stale Inactive issue label Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants