Bug 165101 - Classic menu gives overlapping menu panels
Summary: Classic menu gives overlapping menu panels
Status: RESOLVED NOT A BUG
Alias: None
Product: plasma4
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-27 12:50 UTC by Anne Wilson
Modified: 2008-09-06 20:14 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anne Wilson 2008-06-27 12:51:00 UTC
Version:            (using KDE 4.0.5)
Installed from:    RedHat RPMs
OS:                Linux

If the Classic Menu widget is placed at the right-hand side of the panel, submenus sometimes overlap, making it impossible to retrace navigation.  Moving the widget to the left cures the problem.  This has been reported to Fedora in https://bugzilla.redhat.com/show_bug.cgi?id=443669
Comment 1 Aaron J. Seigo 2008-06-29 00:57:34 UTC
this is actually an upstream problem in Qt, where submenu sizes are calculated before being shown, but also before the aboutToShow signal is emitted. i have submitted it upstream to Trolltech.