Bug 250579 - Opening a "Flaps" menu should show sub menu entries
Summary: Opening a "Flaps" menu should show sub menu entries
Status: VERIFIED FIXED
Alias: None
Product: KDE PIM Mobile
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Maemo 5 Linux
: HI normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
: 248398 251102 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-09-08 17:21 UTC by Bjoern Ricks
Modified: 2011-01-19 11:25 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
First time (92.35 KB, image/png)
2010-09-08 17:22 UTC, Bjoern Ricks
Details
Correct one (103.22 KB, image/png)
2010-09-08 17:22 UTC, Bjoern Ricks
Details
Menu entries overlap (100.47 KB, image/png)
2010-09-20 14:24 UTC, Bjoern Ricks
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bjoern Ricks 2010-09-08 17:21:43 UTC
If a flap is opened for the first time an entry is selected but no submenu entries are shown.
Comment 1 Bjoern Ricks 2010-09-08 17:22:25 UTC
Created attachment 51431 [details]
First time
Comment 2 Bjoern Ricks 2010-09-08 17:22:52 UTC
Created attachment 51432 [details]
Correct one
Comment 3 Volker Krause 2010-09-13 15:21:55 UTC
*** Bug 251102 has been marked as a duplicate of this bug. ***
Comment 4 Stephen Kelly 2010-09-14 18:21:08 UTC
Fixed in r1175243
Comment 5 Felix Wolfsteller 2010-09-17 17:22:01 UTC
Getting closer with 4:4.5~20100917.1176264-1maemo1.1174921, but still occurs if last action was a "3rd level menu action".

Example: Open a mail. Action-flap->Email->Reply (or "Mark as ..."). Flap will close.
Reopen flap. It shows the "Email" label on the left, but no content on the right.

Slightly different than original report (which is about "first time" opening), but likely same issue. Ask me to open separate issue otherwise.
Comment 6 Felix Wolfsteller 2010-09-17 18:35:18 UTC
*** Bug 248398 has been marked as a duplicate of this bug. ***
Comment 7 Bjoern Ricks 2010-09-20 14:24:58 UTC
Created attachment 51821 [details]
Menu entries overlap

Still not correct in 4:4.5~20100917.1176295-1maemo1.1174921

Steps to reproduce:

1) select a folder
2) open flaps and select applications
3) go back to home
4) open flaps again
Comment 8 Felix Wolfsteller 2010-09-21 13:49:58 UTC
Still there in version 4:4.5~20100920.1177660-1maemo1.1177547 .
Comment 9 Stephen Kelly 2010-09-23 15:35:49 UTC
SVN commit 1178677 by skelly:

Don't let menu entries overlap when opening flaps.

BUG: 250579

 M  +7 -2      ActionMenuContainer.qml  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1178677
Comment 10 Felix Wolfsteller 2010-09-24 13:40:25 UTC
Could not reproduce behavior from 5th and 7th comment with 4:4.5~20100924.1178828-1maemo1.1177763 , closing.
Comment 11 Felix Wolfsteller 2010-09-28 12:06:26 UTC
In version 4:4.5~20100928.1180427-1maemo1.1180334, 

0) start korganizer-mobile
1) touch week view
2) Actions Flap->Calendar->Week View
3) Open Actions Flap, Calendar selected, but no content shown.
Comment 12 Felix Wolfsteller 2010-10-15 12:14:44 UTC
kmail:Actions/Mail/Configure . Mail . Version  4:4.5~20101014.1185761-1maemo1.1185672 .
Comment 13 Felix Wolfsteller 2010-10-15 12:19:28 UTC
kmail (likely all others, too):Actions/Mail/About
Version 
4:4.5~20101014.1185761-1maemo1.1185672 .
Comment 14 Felix Wolfsteller 2010-10-15 12:22:53 UTC
kaddressbook/View/Mark as favorite
Comment 15 Felix Wolfsteller 2010-10-25 13:50:58 UTC
kaddressbook/Actions/Contacts/Configure
Comment 16 Felix Wolfsteller 2010-10-25 13:52:48 UTC
Similar kaddressbook/ [view details of a contact] /Actions/Contacts/Configure

Also, maybe all About dialogs.
Comment 17 Tobias Koenig 2010-11-27 15:06:37 UTC
SVN commit 1201367 by tokoe:

Refresh the actions list whenever the ActionFlap
is expanded. This ensures that sub-menu actions are
always shown.

BUG: 250579


 M  +4 -0      calendar/korganizer-mobile.qml  
 M  +4 -0      contacts/kaddressbook-mobile.qml  
 M  +7 -0      lib/ActionMenuContainer.qml  
 M  +5 -0      mail/kmail-mobile.qml  
 M  +4 -0      notes/notes.qml  
 M  +4 -0      tasks/tasks.qml  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1201367