FLUID-845: Pass the text view to the finishedEditing callback so that user has more context about what changed

Metadata

Source
FLUID-845
Type
Improvement
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Colin Clark
Reporter
Colin Clark
Created
2008-07-01T14:51:17.000-0400
Updated
2011-02-22T16:28:00.098-0500
Versions
  1. 0.1
  2. 0.3
  3. 0.4beta1
  4. 0.4
Fixed Versions
  1. 0.6
Component
  1. Inline Edit

Description

When we prepared the Announcements Widgets example for Fearless JavaScript, we found it was inconvenient to have only the edit field--code was required to walk back up the hierarchy to find the text view, which had a unique id identifying the record that changed.

This points to the fact that we need a more robust model for data binding, but in the interim it will be much more convenient for our users if we provide them with both elements.

Comments

  • Antranig Basman commented 2008-11-07T13:20:40.000-0500

    A full set of arguments are now passed to the "finish" family and "modelChanged" notifications. Note that "finishedEditing" itself will be removed from the framework as per FLUID-1770. At revision 5965

  • Michelle D'Souza commented 2011-02-22T16:28:00.097-0500

    Closing issues that were resolved for 1.0 and earlier releases.