Skip to content

Commit

Permalink
Bug 306188 Context-menu options in task list disappear when clicking …
Browse files Browse the repository at this point in the history
…on minimonth first. patch by [email protected], r=jminta
  • Loading branch information
jminta%gmail.com committed Dec 14, 2005
1 parent 7d3f232 commit 5c7ff27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions calendar/resources/content/unifinderToDo.js
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,10 @@ function changeContextMenuForToDo(event)
tree.taskView.contextTask = null;
}

// make progress and priority popup menu visible
document.getElementById("is_editable").removeAttribute("hidden");

// enable/disable progress and priority popup menus
if (toDoItem)
{
document.getElementById("is_editable").removeAttribute("disabled");
Expand Down

0 comments on commit 5c7ff27

Please sign in to comment.