-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
v9-rc.7: Pointer events in portals ignore the layout #3454
Comments
Discussed here #3437 |
I probably fixed this by setting the size of the state const setSize = useThree((state) => state.setSize)
setSize(width, height, 0, 0) But this requires manually observing the mutation of the canvas width and height. |
Oh, found a solution <Canvas eventPrefix="layer" /> |
I have been beating my head against the wall for 2 hours trying to figure out why the pointer coordinates were not accurate. Thank you for |
@ryantbrown glad to be helpful! Unfortunately, this doesnt work for some components from the drei lib with portals under the hood. |
@CodyJasonBennett Here is the updated code snippet |
How did you determine that? Is this an issue in R3F v8 or can you reproduce without Drei? |
@CodyJasonBennett Here’s my test case with v9 without drei. |
@CodyJasonBennett Everything is fine in v8, but the eventPrefix value appears to have no effect |
Does this work with |
Released that in 9.0.0-rc.9 which fixes issues I found in Drei. |
Thanks! Now it works |
pointer-issue.zip
The text was updated successfully, but these errors were encountered: