Version: unspecified (using Devel) OS: Linux snapshot version: 4:4.6~20101101.1191729-1maemo1.1191281 Reproducible: Always Steps to Reproduce: 1. Create an new event/task/contact. 2. Select the item. 3. Try to activate Actions->Edit->Delete item... Actual Results: Delete event/... is greyed out and cannot be selected. Expected Results: Should be black and selectable and trigger the deletion of the item from the Kolab resource.
SVN commit 1191941 by vkrause: Make the action selection model follow the navigation selection model. Fixes various single item actions being disabled. BUG: 255808 M +1 -0 calendar/korganizer-mobile.qml M +1 -0 contacts/kaddressbook-mobile.qml M +1 -0 notes/notes.qml M +1 -0 tasks/tasks.qml WebSVN link: http://websvn.kde.org/?view=rev&revision=1191941
version: 20101112.1195824-1maemo1 delete task: ok delete contact:ok But delete event: greyed out (failure) And move or copy event are also greyed out. Place: Event Viewer->Actions->Edit So reopened
Fixing it.
SVN commit 1197244 by smartins: Tell the item action selection model that we selected an incidence in the view. Fixes "Cannot delete an event/task/contact (delete action is greyed out)" BUG: 255808 M +1 -0 mainview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1197244