Letractively / cropzoom

Automatically exported from code.google.com/p/cropzoom
0 stars 0 forks source link

colision with jquery.form.js #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I have site which use jquery.form.js
2. I include cropzoom
3. The form.js crashes and javascript stops working

What is the expected output? What do you see instead?
Uncaught TypeError: Object [object Object] has no method 'toUpperCase'

What version of the product are you using? On what operating system?
OS Linux (debian leny) latest cropzoom and jquery.form

Please provide any additional information below.

Original issue reported on code.google.com by Hahih...@gmail.com on 4 Sep 2012 at 12:40

GoogleCodeExporter commented 9 years ago
You tried to use String method for Object. Seems that's because cropzoom do not 
work correct with jQuery 1.7.2+, see 
http://code.google.com/p/cropzoom/issues/detail?id=19 . Try to use jQuery 1.6.2 
and it will work.

Original comment by anmish...@gmail.com on 10 Oct 2012 at 3:54