[frameworks-kio] [Bug 406819] Breadcrumb menu appears immediately when you drag a file over directory separator and bothers while you drag files between tabs

2023-04-04 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=406819

--- Comment #3 from Nate Graham  ---
Sorry for the delayed reply. Changing KUrlNavigator itself seems like a
sensible enough plan to me, but instead of making it not open the menu at all
on drag, it could perhaps wait a moment to filter out move actions that just
happen to pass over it. Not long, like 500-750 ms even.

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

[frameworks-kio] [Bug 406819] Breadcrumb menu appears immediately when you drag a file over directory separator and bothers while you drag files between tabs

2023-03-19 Thread Lionel
https://bugs.kde.org/show_bug.cgi?id=406819

Lionel  changed:

   What|Removed |Added

 CC||lionelpe...@gmail.com

--- Comment #2 from Lionel  ---
(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.

[frameworks-kio] [Bug 406819] Breadcrumb menu appears immediately when you drag a file over directory separator and bothers while you drag files between tabs

2020-04-01 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=406819

Patrick Silva  changed:

   What|Removed |Added

Version|5.61.0  |5.68.0

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

[frameworks-kio] [Bug 406819] Breadcrumb menu appears immediately when you drag a file over directory separator and bothers while you drag files between tabs

2019-09-05 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=406819

Patrick Silva  changed:

   What|Removed |Added

Version|5.57.0  |5.61.0

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

[frameworks-kio] [Bug 406819] Breadcrumb menu appears immediately when you drag a file over directory separator and bothers while you drag files between tabs

2019-04-24 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=406819

Nate Graham  changed:

   What|Removed |Added

 CC||kdelibs-b...@kde.org,
   ||n...@kde.org
Summary|Breadcrumb menu appears |Breadcrumb menu appears
   |immediately when you|immediately when you drag a
   |mouseover ">" and bothers   |file over directory
   |while you drag files|separator and bothers while
   |between tabs|you drag files between tabs
   Keywords||junior-jobs, usability
  Component|general |URL navigator
 Ever confirmed|0   |1
Product|dolphin |frameworks-kio
   Assignee|dolphin-bugs-n...@kde.org   |fa...@kde.org
Version|18.12.3 |5.57.0
 Status|REPORTED|CONFIRMED

--- Comment #1 from Nate Graham  ---
The issue is in KIO since the KURLNavigator is a generic KIO component.

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