jonasundderwolf / django-image-cropping

Django helper application to easily and non-destructively crop arbitrarily large images in admin and frontend.
Other
552 stars 131 forks source link

many fields in one form in chrome #10

Closed fu2re closed 10 years ago

fu2re commented 12 years ago

Hello, here is my problem. If i create more than one field in model, 3 in my case, i have a problem in google chrome: When page is ready, i'm click on a second field (is is ok for the first field) and page has being scrolling down to the bottom. After that if I click on a first or third field, page has being scrolled down again, but if i try to edit second field now - it is ok. So - first click on a "non-active" field is caues the bug.

Sorry for my english. Thank you.

fu2re commented 12 years ago

Solved. It's a problem of Jcrop libary.

jonasvp commented 12 years ago

Thanks for following up! I haven't had time to try and reproduce yet. Is there anything we can do to avoid this bug? Did updating jCrop help?

fu2re commented 12 years ago

To avoid it, u just can comment or remove line 1240 ($keymgr.focus();) in jquery.Jcrop.js, and then recompile min version of it. I dont sure that this line shuld do, also did't see any difference after remove it.

anrie commented 11 years ago

@fu2re, could you check if this issue is solved now that we updated Jcrop (a6642175)?