https://bugs.kde.org/show_bug.cgi?id=366216
--- Comment #1 from A. Bikadorov <goto...@gmx.net> --- update. I think I tracked it down: in filewidgets/kurlnavigatormenu.cpp there is a signal emitted for every dropEvent AND mouseReleaseEvent: two signals for one mouse release. Question is why the mouseButtonClicked signal is emitted for mouse releases and not mouse clicks. And my new explanation why this does not happen in Dolphin: the dropEvent signal opens a popup menu by calling KIO::drop(). This menu catches the mouse release event. -- You are receiving this mail because: You are watching all bug changes.