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

Confusion with form elements #2

Open
andremedeiros opened this issue May 20, 2011 · 1 comment
Open

Confusion with form elements #2

andremedeiros opened this issue May 20, 2011 · 1 comment

Comments

@andremedeiros
Copy link

When adding form elements on the list, and navigating through them with the Previous/Next buttons on the iPhone keyboard, the Scroller loses track of where it is.

This leads to the user not being able to scroll up to the top, and if the user scrolls down to the bottom there will be a large chunk of whitespace area.

@imaffett
Copy link

If someone wants to fix this, the issue is that when trying to find the current position (and bounds) to move from, it does not account for element scrollTop and scrollLeft position.

When the form assistant pages through, it's moving the div's scrollTop/scrollLeft properties.

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

2 participants