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

Check if Scrollview should wrap children in ui/translate #58

Open
phronmophobic opened this issue Sep 29, 2022 · 0 comments
Open

Check if Scrollview should wrap children in ui/translate #58

phronmophobic opened this issue Sep 29, 2022 · 0 comments

Comments

@phronmophobic
Copy link
Owner

Logically, scrollview offsets the origin of all its children. This offset is applied explicitly for each of its event handlers. However, if a new event was created, it would have to be special cased for scrollview. Other helpers built children and origin are also probably subtly wrong.

I'm not 100% sure it's broken, but if it is, I think it could be fixed by wrapping children in a translate call.

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

No branches or pull requests

1 participant