Summary: | Crash while inline-renaming a file and apply change with return-key | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Emmanuel Pescosta <emmanuelpescosta099> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | critical | ||
Priority: | NOR | ||
Version: | 2.1 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/3143acc084d54d43df469b54762bfa10a7050a9f | Version Fixed In: | 4.9.4 |
Sentry Crash Report: |
Description
Emmanuel Pescosta
2012-11-08 17:54:04 UTC
Thanks Emmanuel! This was actually a rather tricky issue that I spent a lot of time on, but nonetheless,I forgot to test this trivial use case. This shows that I should have my own commits reviewed as well, at least the non-trivial ones. Using a mutex won't help because it's all in the same thread. I'm not sure when I'll have the time to look into this. If the clearFocus hack works, feel free to commit that and add a TODO comment that we should look for a better long-term solution. Thanks again for investigating the mess that I caused! Git commit 3143acc084d54d43df469b54762bfa10a7050a9f by Emmanuel Pescosta. Committed on 09/11/2012 at 12:10. Pushed by emmanuelp into branch 'KDE/4.9'. Fix Bug 309760 - Crash while inline-renaming a file and apply change with return-key FIXED-IN: 4.9.4 M +2 -1 dolphin/src/kitemviews/private/kitemlistroleeditor.cpp http://commits.kde.org/kde-baseapps/3143acc084d54d43df469b54762bfa10a7050a9f |