Summary: | some of dolphin's right click menu items are grayed out - altough this menu items should be clickable | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Jim Jones <rauchwolke> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dglent, frank78ac, rauchwolke |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | picture showing the bug |
Description
Jim Jones
2010-02-14 01:00:00 UTC
Created attachment 40755 [details]
picture showing the bug
*** Bug 226200 has been marked as a duplicate of this bug. *** @Peter: This seems to be bug 224475 which you've closed as fixed. Maybe the issue has reappeared? @Frank: It seems the fix for 224475 only has fixed some parts, I could reproduce the issue on trunk :-( The cause of the disabled actions is that DolphinView does not receive the selectionChanged(...) signal of the selection model if the selection is changed in the second column. To fix that, one could either 1. adjust the connection to the selection model's signal (which is done in DolphinView::createView() now) every time another column is activated, or 2. always use the same selection model, i.e., call DolphinColumnView::setSelectionModel(...) every time a new column is activated. Thanks Frank for the hint, I hope I've time until end of February to fix this (it has a high priority on my list, as it is a dirty regression to KDE 4.3.x). SVN commit 1093803 by ppenz: Assure that the changed selection model is reconnected when changing columns. This fixes the regression that some operations have been disabled on sub columns. Thanks to Frank Reininghaus for the analyses. BUG: 226749 M +22 -14 dolphinview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1093803 SVN commit 1093807 by ppenz: Forward port of SVN commit 1093803: Assure that the changed selection model is reconnected when changing columns. This fixes the regression that some operations have been disabled on sub columns. Thanks to Frank Reininghaus for the analyses. CCBUG: 226749 M +22 -14 dolphinview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1093807 i use kde 4.5.3 with mandriva 2010.1 and i still have this bug in konqueror https://bugs.kde.org/show_bug.cgi?id=226200 When i switch to columns view, everything works fine, but if i delete a file in a folder then the menus cut,copy,paste,delete are disabled (grised) in dolphin it works fine, i have the problem only in konqueror Dimitrios, I could not reproduce this so far. Could you open a new report for your problem and describe in detail which steps are required to see the bug (switch to columns view, delete a file, ...)? If you think that a screenshot of the disabled menus would help (so we can see better for which item the actions are disabled), feel free to attach one. Thanks for your help. Ok you can found the new report here with a video clip https://bugs.kde.org/show_bug.cgi?id=256728 |