Details
-
Type:
Sub-issue
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.4
-
Fix Version/s: 1.5
-
Component/s: Inline Edit
-
Labels:
Description
Upgrading http://build.fluidproject.org/infusion/demos/inlineEdit/simple/demo.html to use jQuery v1.7 throws a 'Element is not defined exception'
InlineEdit.js (line 753)
element is undefined
var nodeName = element.nodeName.toLowerCase();
It appears the the underlying code is not correctly getting the selector back and hence the 'element' is null