FLUID-848: The InlineEdit component should pass the edit field and text element to the finishedEditing callback as ordinary DOM nodes, not as jQuery instances. This is consistent with jQuery's own behaviour.

Metadata

Source
FLUID-848
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Colin Clark
Reporter
Colin Clark
Created
2008-07-01T18:16:23.000-0400
Updated
2011-02-22T16:27:59.492-0500
Versions
  1. 0.1
  2. 0.3
  3. 0.4beta1
  4. 0.4
Fixed Versions
  1. 0.4
Component
  1. Inline Edit

Description

Currently, InlineEdit passes jQuery instances to the finishedEditing callback. To be consistent with jQuery's own behaviour (and general user expectation), it should pass back ordinary DOM nodes.

Comments

  • Colin Clark commented 2008-07-31T17:26:47.000-0400

    This was fixed in time for 0.4 by simply unwrapping the jQueries.

  • Michelle D'Souza commented 2011-02-22T16:27:59.491-0500

    Closing issues that were resolved for 1.0 and earlier releases.