-
Notifications
You must be signed in to change notification settings - Fork 230
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
when skeuocard is positioned below the fold of the browser #115
Comments
confirmed... I think I would like an initialization option |
Having the same problem. Is there anyway to disable the initial autofocusing without breaking the other behavior of the form? |
I had to get this problem solved urgently, so I had a really nasty monkey patch you can see here: mattnish/skeuocard-rails@ec7c295 I wouldn't recommend using this code, unless you're really in a bind. I want to go back and make an actual fix for it, if I get around to it, I'll put in a PR |
Thanks a lot. I might use this in the meantime since I also need it kind of urgently. |
@kenkeiter are you still supporting this project? and what are your thoughts about an initialization options |
I will be, yes -- sorry for the delay; I've recently joined a new company and haven't gotten back into the swing of giving my projects the attention they deserve. The reason I haven't been accepting peoples' PRs is because they aren't reading the documentation which states (specifically) that all PRs must be submitted on the I've been operating under the assumption that people are simply cherry-picking the PRs they want and applying them to a fork, which seems like a good solution until I get around to correcting/merging all the PRs manually :) |
As an aside, @dylanjha, I really appreciate your effort on this project. I hope it's been useful to you. If you can submit a good PR on |
no problem. thanks for the reply. and thanks for this awesome library 👍 I'm loving it. |
* defaults to false * when this is true, skeuocard won't focus when itself on initialization
* defaults to false * when this is true, skeuocard won't focus when itself on initialization
* defaults to false * when true, prevents skeuocard from focusing itself when initialized
* defaults to false * when true, prevents skeuocard from focusing itself when initialized
awesome, this is a great new option |
development should be merged into master @kenkeiter |
I'll get that done tonight! Thanks for the hard work, @dylanjha! |
on page load the browser scrolls to put the skeuocard into view
guessing this has to do with focusing the field automatically at instantiation time... digging around to try and confirm that hunch.
The text was updated successfully, but these errors were encountered: