Archived:Highlight problem in 3rd-party MTM after deleting an e-mail in S60 3rd Edition FP1 (Known Issue)
m (Protected "KIS001043 - Highlight problem in MTM after deleting an e-mail" [edit=sysop:move=sysop]) |
|||
| Line 1: | Line 1: | ||
| − | [[Category: | + | [[Category:S60 3rd Edition, Feature Pack 1]][[Category:Known Issue]] |
| − | [[Category:Known Issue]] | + | |
[[Category:Symbian C++]] | [[Category:Symbian C++]] | ||
[[Category:MTM]] | [[Category:MTM]] | ||
[[Category:E-Mail]] | [[Category:E-Mail]] | ||
| − | |||
{{KBKI}} | {{KBKI}} | ||
__NOTOC__ | __NOTOC__ | ||
Revision as of 10:06, 19 June 2008
| ID | KIS001043 | Creation date | June 19, 2008 |
| Platform | S60 3rd Edition, FP1 | Devices | Nokia N95, Nokia E90 Communicator |
| Category | Symbian C++ | Subcategory | MTM, E-mail |
Description
List View's highlight in 3rd-party MTM applications does not appear on the correct row after deletion has taken place. For example, if an e-mail item is selected and then deleted, highlight skips one item.
How to reproduce
Using the following code in S60 3rd Edition, FP1 devices causes highlight to skip one item:
CMsvOperation* CMyTextMtmUi::DeleteFromL(const CMsvEntrySelection& aSelection,
TRequestStatus& aStatus)
{
return BaseMtm().Entry().DeleteL(aSelection,aStatus);
}
Solution
There is no known solution for this issue.

