FLUID-821: Multiple inline edits: clicking on one editor while editing another prevents edits from being saved

Metadata

Source
FLUID-821
Type
Bug
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Michelle D'Souza
Reporter
Anastasia Cheetham
Created
2008-06-25T16:00:10.000-0400
Updated
2008-07-11T13:59:48.000-0400
Versions
N/A
Fixed Versions
  1. 0.4
Component
  1. Inline Edit

Description

To reproduce:

http://build.fluidproject.org/fluid/tests/fluid-tests/manual/inline-edit/InlineEdit.html

1) Click on one of the editors and change the text
2) Click on any other editor
--> The changes to the first field will not be preserved

Comments

  • Michelle D'Souza commented 2008-06-25T16:03:34.000-0400

    This is working as expected. Changing focus is effectively doing a 'cancel' action rather then a 'save'. This is easily changed. Designers: what is the correct behaviour?

  • Michelle D'Souza commented 2008-06-25T19:43:45.000-0400

    Daphne mentioned on list that the interaction at this time does not have a cancel - it should always save.

  • Michelle D'Souza commented 2008-06-25T19:58:11.000-0400

    dev-iteration37

  • Anastasia Cheetham commented 2008-07-11T13:59:48.000-0400

    The component now always saves, as Daphne described.