Summary: | Functionality in the third submenu cannot be reached (e.g. reply to an email) | ||
---|---|---|---|
Product: | [Unmaintained] KMail Mobile | Reporter: | Bernhard E. Reiter <bernhard> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | CLOSED FIXED | ||
Severity: | critical | CC: | bjoern.ricks, felix.wolfsteller, sabine, steveire |
Priority: | VHI | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Maemo 5 | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 251538 |
Description
Bernhard E. Reiter
2010-08-31 09:57:23 UTC
SVN commit 1170272 by amantia: Make Reply/Forward/Mark As actions work again. Now it is according to http://techbase.kde.org/Projects/KDE_PIM/Development/Mobile/KMail_FunctionalScope . Click on Reply: smart reply. Long press: a dialog with reply options. Same for Forward. BUG: 249592 M +15 -11 KMailActions.qml M +0 -2 composerview.cpp M +161 -0 kmail-mobile.qml M +0 -5 mainview.cpp M +4 -6 mainview.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1170272 I tested that today and it works fine now. To get to the 'Reply' button when viewing an email: open the Actions tab, click on 'Email' and then on 'Reply'. N900, 4:4.5~20100901.1170574-1maemo1.1170522 In version 4:4.5~20100903.1171290-1maemo1.1171237: Touching the Reply button shortly seems to do nothing (maybe it actually just takes very long). Touching it "long" brings the described menu. This would be the first place where touching a button "long" does something different than when touching it shortly. The user might not be aware of this option. Besides, in combination with https://bugs.kde.org/show_bug.cgi?id=249905 (application crashes when touched too long) it is rather difficult to test in the given version. N900 4:4.5~20100910.1175159-1maemo3.1174786 Actions -> Email -> Reply shortly touched to not lead to a reply. No composer opened. Long touched do lead to a choice of four options, but again using "reply" does not lead to a composer. (Or lead to a crash on some occasions.) Console output: When selecting the Email menu, I see: Triggered was: email_menu file:///usr/lib/kde4/imports/org/kde/pim/mobileui/ActionListItem.qml:28:11: Unable to assign undefined value Pressing "reply" gives my feedback that the button was activated, but nothing in the console output. Fixed in yesterdays changes. I retested this today.
* A short touch opens the composer and displays as it should:
'On Day Date Month Year Time you wrote:
> initial message'
* A long touch displays 4 buttons: Reply to Author, Reply to All, Reply to List and Discard
To test the 4 buttons I have sent an email to the N900 with 3 recipients: my Imap account on the N900, my KDAB email address, a list address.
Here are the results:
- 'Reply to Author' button works fine (composer launched and 1st recipient displayed correctly in Recipients tab)
- 'Reply to All' button does not work completely (composer launched but incorrect recipient: list email address only)
-'Reply to List' button does not work correctly (composer launched but no recipient at all)
- 'Discard' button works fine (it undisplays the 4 buttons)
Since there are pbs with the recipients in the replies I am reopening this bug.
N900, 4:4.5~20100916.1175939-1maemo1.1174921
Hi Sabine, I created a new issue for your report because imho it's a completely new one https://bugs.kde.org/show_bug.cgi?id=249592 (In reply to comment #7) > Hi Sabine, > > I created a new issue for your report because imho it's a completely new one > https://bugs.kde.org/show_bug.cgi?id=249592 The new issue report is bug https://bugs.kde.org/show_bug.cgi?id=251538 Hi Bjoern! Indeed, you're right. It's a different issue. Thx for creating a new one. I am verifying this one since reply to email is easily reached now. Are there any other 3 level menues besides reply/forward/mark as (also in other applications)? |