Summary: | Path already available but error bar doesn't go away | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Chris Taylor <chrismarine> |
Component: | bars: location | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | arjunak234, kde |
Priority: | NOR | ||
Version: | 4.10.5 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
URL: | https://dl.dropboxusercontent.com/u/44116324/dolphinBug.jpg | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/e7ef1cb8ece862bde22e7b1750b4235b1d55d1e6 | Version Fixed In: | 4.14.1 |
Sentry Crash Report: |
Description
Chris Taylor
2013-08-01 13:57:26 UTC
I guess the message widget is not to blame but rather the fact that Dolphin isn't aware (notified) if a directory/media comes available again. Patch to fix this: https://git.reviewboard.kde.org/r/119401/ Git commit e7ef1cb8ece862bde22e7b1750b4235b1d55d1e6 by Arjun AK. Committed on 22/08/2014 at 13:12. Pushed by arjunak into branch 'KDE/4.14'. Hide an already visible KMessageWidget message before showing a new one 1. Do some operation that causes the KMessageWidget to show an error message 2. Immediately Repeat the same action. The user has no way to know whether the error message is from the second operation or is a leftover from the first one. By hiding the widget first and then showing it using animatedShow(), the user can clearly see that a new message was generated. Also once the directory successfully loads, the widget should be hidden. FIXED-IN: 4.14.1 REVIEW: 119401 M +4 -0 dolphin/src/dolphinviewcontainer.cpp http://commits.kde.org/kde-baseapps/e7ef1cb8ece862bde22e7b1750b4235b1d55d1e6 |