Summary: | Menues are unclickable when Current Track plasmoid has been clicked before | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Cyril Brosch <info> |
Component: | general | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | lfranchi, myriam, ralf-engels, rshaw3, timon, torstefan |
Priority: | HI | ||
Version: | 2.1-SVN | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | All | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Cyril Brosch
2009-04-28 16:39:57 UTC
i can confirm. wtf. I can confirm also, its the Current Track plasmoid/widget. I've been wondering what was causing it for a while now. This also affects the right click menu and not just the top menu bar. Another detail: This bug is in the Windows version, too. However, the menues show up for half a second, while in Linux they don't appear at all. Changed this to *all* OS. *** Bug 192282 has been marked as a duplicate of this bug. *** The problem remains in Beta2. SVN commit 968323 by markey: Fix: After clicking on the Current Track applet, the menu bar at the top was no longer working. Somehow this had to with event/focus handling (Qt bug?). Setting the widget to NoFocus fixes the problem. BUG: 190923 M +2 -0 ChangeLog M +4 -0 src/context/applets/currenttrack/CurrentTrack.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=968323 Kudos! Is right-click in the Current Track applet now possible again, too? @Cyril: Nope, this has no influence on the right clicking (context menu) issue. I'm not sure what the story is with that. Leo: Do you know anything about that? It seems markey's commit fixed also the context menu for the current track applet because it's back now :D *** Bug 193021 has been marked as a duplicate of this bug. *** I hope I don't do wrong reopening this bug report, but after upgrade to 2.1.1 (2.1 worked well) again there are problems with clicking in the contect widgets. I haven't hunted it down exactly, but I have remarked on two machines, that there is no right click menu in the current track plasmoid when no song is played. When I play something, I get a context menu in the left part, but not in the right. The albums and the lyrics context menues ("Remove this ...") show up when clicking on the left of the title, but not on the right. The Wikipedia menu doesn't show up after all. The "remove this widget" dialog indeed only appears if one clicks on the left side of the title bar, not on the right... Cyril, this is a different bug though, could you please open a new one, as it has nothing to do with this bug. OK, will be done within ten minutes. Uhm, one question: How is this fixed? As far as I know the bug is still present. I can't confirm, everything works fine for many versions now (don't remember for how long). Let's just hope it won't come back magically as it disappeared. ;-) Well, it did come back, see bug 250004. This whole issue was caused by the Plama::TabBar. It also caused additional focus problems even when invisible. Finally removed it in c827effe26fa1c4ce54c8c1bf6a962b80cc507e8 |