https://bugs.kde.org/show_bug.cgi?id=406819

Lionel <lionelpe...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lionelpe...@gmail.com

--- Comment #2 from Lionel <lionelpe...@gmail.com> ---
(In reply to Nate Graham from comment #1)
> The issue is in KIO since the KURLNavigator is a generic KIO component.

The code of KURLNavigatorButton is written to open the menu on drag (in
dragMoveEvent function, test if "isAbovedArrow").

I could see two ways to correct this bug:
- modify the KURLNavigator code to change the drag behavior to avoid the menu
opening 
  -> will have side effect on other user of the class (I don't have the
visibility to evaluate the impact)
- modify the DolphinUrlNavigator to filter the drag events and not cascade them
to upper class (KURLNavigator)

By default, I would recommend the second approach, but there is perhaps other
ways I don't think of.

What is your recommendation on the solution to implement?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to