diff -r ba54057fe027 -r b68fcd923911 phoneuis/easydialing/src/easydialinglistbox.cpp --- a/phoneuis/easydialing/src/easydialinglistbox.cpp Tue May 11 16:13:03 2010 +0300 +++ b/phoneuis/easydialing/src/easydialinglistbox.cpp Tue May 25 12:41:50 2010 +0300 @@ -513,6 +513,10 @@ ReportListBoxEventL( static_cast ( KEasyDialingContactLongTapped ) ); iPointerLongPressHandled = ETrue; + + TPointerEvent simulatedButtonUpEvent( TPointerEvent::EButton1Up, 0, + TPoint(), TPoint() ); + TRAP_IGNORE( CEikFormattedCellListBox::HandlePointerEventL( simulatedButtonUpEvent ) ); }