-
Notifications
You must be signed in to change notification settings - Fork 235
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
Incorrect focus when 'persistent': true #86
Comments
I am experiencing the same problem, but only in IE. |
Same problem, Ubuntu 14.04 x64 in Chrome 45.0.2454.93 and Firefox 40.0.3 |
+1 |
Same in latest versions of Chrome, Firefox in both of Mac and Windows. |
Just made a pull request about this issue: |
Im still having an issue while using the jquery version. Anybody do any hacks to fix it there on file |
I used this script to get around it |
I am experiencing unexpected focus when using 'persistent': true. The page seems to scroll to the last element formatter is applied to, and this is issue appears with formatter.js as well as jquery.formatter.js.
Take a look at http://jsfiddle.net/46FNG/67/, there's an input all the way at the top, then a bunch of
tags, then a few elements that formatter applies to. The page scrolls to those elements at the bottom of the page instead of staying at the top.
The text was updated successfully, but these errors were encountered: