Skip to content
This repository has been archived by the owner on Jul 3, 2018. It is now read-only.

Commit

Permalink
Bug 333117: Cannot use DEL key anymore to delete an item after inplac…
Browse files Browse the repository at this point in the history
…e editing its title. r=jminta
  • Loading branch information
michael.buettner%sun.com committed Aug 21, 2006
1 parent 7da603d commit af6d13b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions calendar/base/content/calendar-view-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit af6d13b

Please sign in to comment.