Summary: | Dolphin crashes when dropping files on breadcrumb dropdown | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Todd <toddrme2178> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | 16.12.2 | ||
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
Todd
2010-11-08 06:57:53 UTC
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 293220, 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 |