Summary: | Dolphin crashes on drag & drop to breadcrumb | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Miguel Camargo <esloquetiene> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | 2.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/669ee3250d233b96bc2f2e63865b048d33215674 | Version Fixed In: | 4.11.0 |
Sentry Crash Report: |
Description
Miguel Camargo
2012-02-03 16:49:50 UTC
Thanks for the report, I could reproduce the issue. Internal notes: 1. The breadcrumb must shown an URL with a parent (>) 2. Drag an item above > (-> menu X opens) 3. Drop above an item from the menu 4. Press Cancel 5. Click on view to close menu X 6. Repeat step 2 -> crash Resetting assignee to default as per bug #305719 Git commit 669ee3250d233b96bc2f2e63865b048d33215674 by Frank Reininghaus. Committed on 02/07/2013 at 17:27. Pushed by freininghaus into branch 'master'. Fix crash when dropping URLs on the URL navigator's drop down menus The problem was that the files were copied/moved inside the nested event loop of the drag, which caused problems if the "File exists" dialog was shown. The solution is to make the copy/move operation delayed, such that it is executed in the main event loop. Note that dropping files on these menus does apparently not work at the moment when using the Oxygen style (see bug 310016). Related: bug 192139, bug 256338, bug 309076 FIXED-IN: 4.11.0 REVIEW: 111273 M +30 -2 dolphin/src/dolphinviewcontainer.cpp M +15 -0 dolphin/src/dolphinviewcontainer.h http://commits.kde.org/kde-baseapps/669ee3250d233b96bc2f2e63865b048d33215674 |