Won't Fix
Details
Assignee
UnassignedUnassignedReporter
Laurel WilliamsLaurel WilliamsOriginal estimate
Time tracking
No time logged3h remainingComponents
Affects versions
Priority
Minor
Details
Details
Assignee
Unassigned
UnassignedReporter
Laurel Williams
Laurel WilliamsOriginal estimate
Time tracking
No time logged3h remaining
Components
Affects versions
Priority
Created May 22, 2009 at 7:10 PM
Updated August 25, 2011 at 7:10 PM
Resolved August 25, 2011 at 7:10 PM
After working with the tutorial - adding UI Options to a dialog, we (Colin, Jorge, Laurel ) noted that it was difficult to activate cancel for UI Options on dialog close. This is because if you call cancel on dialog close and close the dialog on cancel you get an infinite loop.
Colin says in the channel: http://wiki.fluidproject.org/display/fluid/fluid-work+IRC+Logs-2009-05-22
UI Options itself probably needs to have its cancel() API broken out into a second public method: something that would allow you to throw away state while closing the dialog without going through it all.