Summary: | Can't eject mounted drives without first selecting them | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Timothée Ravier <travier> |
Component: | widget-devicenotifier | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | notmart, roland.leissa, wilderkde |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Timothée Ravier
2011-12-12 18:16:13 UTC
Git commit 35a0e3c71b0ca6e8306edfdb4f4ea1b30a87869b by Marco Martin. Committed on 16/12/2011 at 11:53. Pushed by mart into branch 'master'. ignore mouse presses BUG: 288827 M +5 -0 plasma/declarativeimports/core/declarativeitemcontainer.cpp M +1 -0 plasma/declarativeimports/core/declarativeitemcontainer_p.h http://commits.kde.org/kde-runtime/35a0e3c71b0ca6e8306edfdb4f4ea1b30a87869b Ok, so now I'm using KDE 4.7.95 (4.8.0 RC 1), and the bug is still here in some (most) cases. Unmounting works sometimes, if you click several times and fast enough on the icon, but not all the time. Mounting doesn't work for me. Steps to Reproduce: Insert pendrive/external drive Without selecting the device, click on the mount icon. The helper text is ok, but clicking won't mount the drive. Steps to Reproduce: Mount an external drive/pendrive. Click on the device notifier, make sure no the device is _not_ selected. Without selecting the device, click on the eject icon. Indeed, the issue is still present. Marco, do you have any ideas? *** Bug 290229 has been marked as a duplicate of this bug. *** Git commit 1bb049418741c79729d52340e317125ce097e262 by Marco Martin. Committed on 05/01/2012 at 21:58. Pushed by mart into branch 'master'. don't play with z ordering makes it work slightly better still broken, the problem is the behavior of tooltips M +0 -1 plasma/generic/applets/devicenotifier/package/contents/ui/DeviceItem.qml http://commits.kde.org/kde-workspace/1bb049418741c79729d52340e317125ce097e262 Git commit a0c3015940d6b514bc7d5dc01cd6e23dc852c767 by Marco Martin. Committed on 09/01/2012 at 21:51. Pushed by mart into branch 'master'. make the container itself be a mousearea in this way events are nicely managed and passed in the parent hierarchy and not eaten up M +30 -40 plasma/generic/applets/devicenotifier/package/contents/ui/DeviceItem.qml http://commits.kde.org/kde-workspace/a0c3015940d6b514bc7d5dc01cd6e23dc852c767 Git commit 20a656059c0bb82453b7d279697e5a0476c99b1b by Marco Martin. Committed on 16/01/2012 at 21:56. Pushed by mart into branch 'KDE/4.8'. fix eject button M +30 -40 plasma/generic/applets/devicenotifier/package/contents/ui/DeviceItem.qml http://commits.kde.org/kde-workspace/20a656059c0bb82453b7d279697e5a0476c99b1b |