AnanthaKN / jquery-in-place-editor

Automatically exported from code.google.com/p/jquery-in-place-editor
Other
0 stars 0 forks source link

Compatibility with jQuery 1.10.1 and later #134

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run inplace editor with jQuery 1.10.1
2.
3.

I can run the inplace editor just fine with jquery version 1.8.20 but when I 
change it version 1.10.1 (or 1.10.2) I receive the following message when I 
attempt to edit a field:

Line 342 char 4
Unable to get property 'mozilla' of undefined or null reference

In routine jquery-editInPlace-v2.2.1/lib/jquery.editinplace.js

Sometimes "mozilla" above reads "Safara".  Irony is that I am running in I.E.

Original issue reported on code.google.com by ken.le...@gmail.com on 12 Jul 2013 at 4:41

GoogleCodeExporter commented 8 years ago
Just found that answer to issue 132 solved my problem.

Original comment by ken.le...@gmail.com on 12 Jul 2013 at 4:43