Summary: | Tray menu: toggle Open and Close | ||
---|---|---|---|
Product: | [Applications] kleopatra | Reporter: | Jan-Oliver Wagner <jan-oliver.wagner> |
Component: | general | Assignee: | Marc Mutz <mutz> |
Status: | VERIFIED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | outdated (old bug dump) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jan-Oliver Wagner
2007-12-21 10:35:43 UTC
Still the same behaviour. Would appreciate consideration. I've changed it such that the action is disabled instead. Close is a bit a misnomer, and I didn't want to confuse the user with two shutdown/close options in one menu. Perhaps "Hide" is a better term? Current problem is that a single LMB click on the Kleo icon in the tray area still performs the "hide" action while it is no more possible with the menu. Hiding the window (it is not even in the taskbar) is nice in principle, and should work consistently. Well, you can say File->Close in the main window to close it. Apart from the fact that the Open action actually closed the window if it was open, would you really expect to find a close window action in a tray icon's context menu? I can disable the LMB click when the window is open, or make it raise the window instead. How about that? LMB clicking on it and always raise the window is probably suitable with user understanding. SVN commit 771953 by mutz: Un-iconify, un-hide, and stack-to-top the main window on tray icon click. BUG: 154424 M +18 -11 systemtrayicon.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=771953 |