Skip to content
Snippets Groups Projects
Commit af6d13ba authored by michael.buettner%sun.com's avatar michael.buettner%sun.com
Browse files

Bug 333117: Cannot use DEL key anymore to delete an item after inplace editing its title. r=jminta

parent 7da603d2
No related branches found
No related tags found
No related merge requests found
......@@ -177,6 +177,9 @@
this.mEditing = false;
if (this.calendarView)
this.calendarView.activeInPlaceEdit = false;
if (saveChanges && (this.eventNameTextbox.value != this.mOriginalTextLabel)) {
var clone = this.mOccurrence.clone();
clone.title = this.eventNameTextbox.value;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment