Metadata
- Source
- FLUID-4683
- Type
- Sub-issue
- Priority
- Blocker
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Antranig Basman
- Reporter
- Nicholas Mayne
- Created
2012-04-02T16:41:16.294-0400 - Updated
2014-03-03T12:58:39.724-0500 - Versions
-
- 1.4
- Fixed Versions
-
- 1.5
- Component
-
- Inline Edit
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
Comments
-
Antranig Basman commented
2012-08-26T03:38:16.840-0400 Resolved by commit of FLUID-4684 at 1f04a2