Fixed
Details
Assignee
Justin ObaraJustin ObaraReporter
Justin ObaraJustin ObaraComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Justin Obara
Justin ObaraReporter
Justin Obara
Justin ObaraComponents
Fix versions
Affects versions
Priority
Created October 6, 2008 at 1:12 PM
Updated November 10, 2008 at 2:22 PM
Resolved November 7, 2008 at 10:18 PM
undo/redo can become out of sync with text
Steps to reproduce:
1) Open the bSpace example from the daily build site:
http://build.fluidproject.org/fluid/sample-code/inline-edit/section-info/section-info.html
2) Edit the text in one of the inline edit fields (e.g. to "change 1")
3) Click out side of the inline edit field to save the edit
4) Edit the same inline edit field again (e.g. to "change 2")
5) Click out side of the inline edit field to save this edit
6) Click the undo button, the text should now be "Change 1"
7) Activate the inline edit field again, but click outside to close edit mode without making any changes
8) Click the redo icon. Notice that it changes to an undo icon without changing the value to "Change 2". Now undo = "Change 2" and redo = "Change 1" when they should be the other way around