Fixed
Details
Assignee
Antranig BasmanAntranig BasmanReporter
Nicholas MayneNicholas MayneLabels
Components
Fix versions
Affects versions
Priority
Blocker
Details
Details
Assignee
Antranig Basman
Antranig BasmanReporter
Nicholas Mayne
Nicholas MayneLabels
Components
Fix versions
Affects versions
Priority
Created April 2, 2012 at 8:41 PM
Updated March 3, 2014 at 5:58 PM
Resolved August 26, 2012 at 7:38 AM
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