Summary: | Visualizing pbs when opening an attachment from Message Viewer | ||
---|---|---|---|
Product: | [Unmaintained] KMail Mobile | Reporter: | Sabine Faure <sabine> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | CLOSED FIXED | ||
Severity: | normal | CC: | bjoern.ricks, ludwig.reiter |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
First screenshot
Second screenshot Third screenshot Fourth screenshot |
Description
Sabine Faure
2010-11-13 01:27:49 UTC
Created attachment 53375 [details]
First screenshot
N900, 4:4.6~20101112.1195992-1maemo1.1196001
Created attachment 53376 [details]
Second screenshot
Created attachment 53377 [details]
Third screenshot
Created attachment 53378 [details]
Fourth screenshot
N900, 4:4.6~20101112.1195992-1maemo1.1196001
Note: it would be a good idea to have the back to Message list icon (bottom right side) always visible even if the attachment tab is displayed over the entire N900 screen otherwise the user cannot go back to the Message List. N900, 4:4.6~20101112.1195992-1maemo1.1196001 *** Bug 250633 has been marked as a duplicate of this bug. *** SVN commit 1202459 by asouza: AttachmentList needs a proper size when previewing images In one of the states we had this comment: "limited by SlideoutPanel to maximum width anyway" that right now is not entirely true (SlideoutPanel does not limit the size). The effect of this was that the requested width of '1000' was being used and made the panel bigger than needed. There is still the issue of not expanding the panel properly that will be fixed in another commit. Please note that flicking the image does not work horizontally due to SlideoutPanel's nature of also being flickable in this direction. The only way of solving this would be to do something along the lines of calendar/time widgets where we have a dialog and disable the drag capability of the panel. CCBUG: 256758 M +2 -1 lib/AttachmentList.qml M +8 -1 mail/kmail-mobile.qml WebSVN link: http://websvn.kde.org/?view=rev&revision=1202459 SVN commit 1202469 by asouza: Use the whole screen while displaying attachments The 'Flap' widget does not properly support changing on demand the width of it's content. Because of this, it was very hard to make it grow after the selection of a model without modifying the 'Flap' code. To avoid regressions, I'm postponing the fix of the 'Flap' (that is used in too many places to be changed now - for komo3) and using the default width to display the attachments. This solves the issue of not properly displaying the attachments, besides not being the most beautiful way of doing it. Before closing this bug, we'll do some polishing on the UI. CCBUG: 256758 M +0 -4 lib/AttachmentList.qml M +0 -8 mail/kmail-mobile.qml WebSVN link: http://websvn.kde.org/?view=rev&revision=1202469 SVN commit 1202648 by asouza: A little polish on Attachment's UI Just some little tweaks to improve the experience of openning attachments. This should close the bug and later we can improve the Flaps to achieve the original effect. BUG:256758 M +2 -2 AttachmentList.qml WebSVN link: http://websvn.kde.org/?view=rev&revision=1202648 version: 20101202-1202744-1maemo1 The test png is displayed correctly. |