Bug 274388 - digiKam right click menu does not show any text
Summary: digiKam right click menu does not show any text
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Usability-Menus (show other bugs)
Version: 2.0.0
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-28 23:52 UTC by Kendrick
Modified: 2017-08-02 21:08 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 2.0.0


Attachments
screenshot (146.94 KB, image/png)
2011-05-28 23:52 UTC, Kendrick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kendrick 2011-05-28 23:52:49 UTC
Created attachment 60417 [details]
screenshot

Version:           1.7.0 (using KDE 4.4.4) 
OS:                MS Windows

Right clicking on any photo brings up a blank context menu. The actions are still there; if I click on the blank space the comamands still run, but I can't see what I selected. 

Reproducible: Always

Steps to Reproduce:
Right click a photo.

Actual Results:  
Blank context menu.

Expected Results:  
Context menu containing code. 

I'm using Windows 7 and the latest available install of digiKam for Windows.
Comment 1 caulier.gilles 2011-06-06 10:58:31 UTC
yes, and i can reproduce it with digiKam 2.0.0 and KDE 4.5.4. 

It's a widget style problem. All other KDE widget style work fine. Try windowsXP for ex. The problem only occurs with WindowsVista style.

This problem have been already reproted in the past

Best

Gilles Caulier
Comment 2 caulier.gilles 2011-06-06 11:04:05 UTC
If anybody from KDE core team want to take a look some minutes in digiKam source code, we use a dedicate KMenu class to show a vertical banner on the left side of the menu. Code is there :

https://projects.kde.org/projects/extragear/graphics/digikam/repository/revisions/master/entry/libs/widgets/common/dpopupmenu.cpp

If something is missing here, let's me hear...

Thanks in advance

Gilles Caulier
Comment 3 Christoph Feck 2011-07-18 20:45:41 UTC
Gilles, can you check if it works correctly, if you move "KMenu::paintEvent(e);" to the end of the function DPopupMenu::paintEvent() ?

It looks like the call to render QStyle::PE_FrameMenu actually renders the complete background, so the text is erased.
Comment 4 caulier.gilles 2011-07-19 08:32:59 UTC
christoph,
your solution work perfectly.i will patch digikam like this
thanks a lots
gilles caulier

2011/7/18, Christoph Feck <christoph@maxiom.de>:
> https://bugs.kde.org/show_bug.cgi?id=274388
>
>
> Christoph Feck <christoph@maxiom.de> changed:
>
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>                  CC|                            |christoph@maxiom.de
>
>
>
>
> --- Comment #3 from Christoph Feck <christoph maxiom de>  2011-07-18
> 20:45:41 ---
> Gilles, can you check if it works correctly, if you move
> "KMenu::paintEvent(e);" to the end of the function DPopupMenu::paintEvent()
> ?
>
> It looks like the call to render QStyle::PE_FrameMenu actually renders the
> complete background, so the text is erased.
>
> --
> Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You are on the CC list for the bug.
>
Comment 5 caulier.gilles 2011-07-19 09:30:25 UTC
With commit  http://commits.kde.org/digikam/03200ce1412f6425018e2b003a9b0c1d9a91d585

...I fixed this entry

Gilles Caulier
Comment 6 Attila Shepard 2011-11-28 01:23:28 UTC
Sorry for asking such a newbie question guys, but I am having the same issue and am unable to figure out how to implement this fix.

I've looked all over and can't figure out where do drop this file... am I going about it all wrong already?

Thanks in advance,
Attila
Comment 7 caulier.gilles 2011-11-28 06:16:07 UTC
It's fixed in 2.3.0 release...

Gilles Caulier