Summary: | KMenu has wrong width when recently used apps != 0 | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Tobias Koenig <tokoe> |
Component: | kstyle | Assignee: | Karol Szwed <gallium> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | eli, kosal, rdieter, sgiessl |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Tobias Koenig
2003-12-31 02:01:31 UTC
Same for me for RC1. The KMenu seems to be cut off on the right side. And the menues are 10 pixels too far away. Using qt3.3 snapshot from 13.01.2004 ... Subject: Hi, I can't reproduce this bug with current CVS HEAD and qt-copy anymore, so it seems to be fixed during the last month. Thank you! Ciao, Tobias I've downloaded 3.2 (SuSE 9.0) rpms and i still have the problem. I have this problem, too. (KDE 3.2, qt 3.3.0, SuSE 9.0) With the following trick the bug goes away: Click with the right mouse button on Kicker, choose "Configure Panel". Then go to "Menus" and choose "Name (Description)" or "Description (Name)" instead of "Name only". #73237 is the same issue, still open, so don't worry about this one being closed *** Bug 75514 has been marked as a duplicate of this bug. *** Hi! As of kde 3.2.2 and qt-copy 20040412 the issue is still there. Only thing to do is to set number of recently used applications to 0. Don´t know what it is though. Use stock redhat 9 and precompiled binaries from kde-redhat-project. Reopened again with KDE3.2.2 didnt had the Problem with 3.2.1 !! Ditto FC1 KDE 3.2.2 QT 3.3.1 kde-redhat-redhat project Re-opening bug, pending further investigation. Confirmed, per comment #7 when # of recently used applications != 0 kde-3.2.2, qt-copy-20040412 (tested both Fedora Core 1, RedHat 7.3). AFAIK Binner committed today pathces to qt-copy, which should fix this issue... The issue is still there when upgrading to the suggested qt-copy 20040422. You must have recently used applications checked to 0 before changing styles then after change increase the number. And you could not change the number after that. If you do that the arrows disappear. Without these quickstart menu items it´s no problem. It´s really difficult to explain but it is not working at all. It´s working better than before though.(With qt-copy 20040412). I have tried nearly all styles and it is the same behaviour with all. Hello, i looked at the kicker sources .. especially on service_mnu.cpp and k_mnu.cpp the service_mnu is for displaying the mentioned recent apps entrys .. now i have a question .. const int idStart = 4242; const int kRecentMenusOffset = 1001; in kmenu the items actions and all programms are initialised with : PopupMenuTitle(i18n("All Applications"), font()), -1 /* id */, 0); (ID == -1) and in recent apps menu with: PopupMenuTitle(s_RecentApps.caption(), font()), idStart + kRecentMenusOffset -1, 0); (ID == 4242+1001 -1 -> 5242) My Question what about that Number ?? Anybody could give me an hint ... Thanks Don't source in Kicker sources, the bug/behavior change is in Qt. *** This bug has been marked as a duplicate of 77545 *** |