Summary: | Can't dock back undocked places panel | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Andrius <andriusmao> |
Component: | panels: places | Assignee: | KDE-Windows <kde-windows> |
Status: | RESOLVED DUPLICATE | ||
Severity: | major | CC: | dolphin-bugs-null, ps_ml, vonreth |
Priority: | NOR | ||
Version: | 2.2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andrius
2013-07-25 12:01:17 UTC
also happens on msvc debug. There is no way to drag the (undocked) panels at all, it would be nice if somebody who knows more about that could tell us how this panel handling works and where to search for this bug. @dolphin-developers: Please help us to find the cause of this bug Can also happen with the dock widget in quassel or amarok Thanks for the report. (In reply to comment #2) > @dolphin-developers: Please help us to find the cause of this bug Looks pretty much like a Qt bug to me. I'm afraid I don't really have much time right now to dig into Qt and find the cause of the bug :-( I'm wondering if the possibility to drag panels out of the Dolphin window is useful at all. Maybe we should just disable this "feature" to work around this problem (and others that we cannot do anything about, like bug 288629). *** This bug has been marked as a duplicate of bug 322299 *** Its probably not a qt bug as it is working in the quassel standalone build without the kde support. OK, but I still cannot help with debugging this because I don't work with Windows at all. Sorry about that. (In reply to comment #5) > Its probably not a qt bug as it is working in the quassel standalone build > without the kde support. Then you might want to discuss this with the Quassel people. If they know what changes in their build process if you enable KDE support or not, then this might help to figure out what goes wrong. Just a quick idea: maybe it has something to do with the style? Checking if choosing a different style on Windows fixes this issue is probably easy for you, right? Hm your right starting quassel with the default style fixed the problem with dock widgets. It looks like if the boarder is not correctly drawn if the widget is dethatched. OK, then you should report this to the developers of the style that causes the problem (is that Oxygen?). It works with plastique style. (In reply to comment #9) > It works with plastique style. and with the windows style xD Git commit 5583fc635b1bfc96c096bce6c4fa2c28df4d279f by Frank Reininghaus. Committed on 29/07/2013 at 21:22. Pushed by freininghaus into branch 'master'. Do not allow that panels are dragged out of the main window This feature might have been useful in some cases, but it's most likely not useful enough to justify that we accept the bugs that it causes. Even though some of these bugs are not Dolphin's fault at all, they cause serious problems for users in some cases. I'm pushing this commit to master only because I prefer to not push such behavior changes to 4.11 at this point of the release cycle. Related: bug 288629, bug 322299 FIXED-IN: 4.12.0 REVIEW: 111692 M +11 -3 dolphin/src/dolphindockwidget.cpp http://commits.kde.org/kde-baseapps/5583fc635b1bfc96c096bce6c4fa2c28df4d279f |