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.

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.

None yet

1 participant