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

            Bug ID: 366216
           Summary: Dropping into folder popup on KUrlNavigator changes
                    folder
           Product: frameworks-kio
           Version: 5.24.0
          Platform: Archlinux Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: fa...@kde.org
          Reporter: goto...@gmx.net
                CC: kdelibs-b...@kde.org

It happens when dropping URLs on a folder in the popup opened by the ">" icons
in the URL navigator. The navigator emits the "urlsDropped" signal (correct)
but also changes the current URL to the dropped folder path (wrong).

Reproducible: Always

Steps to Reproduce:
1. Find some usage of the KUrlNavigator (except Dolphin), e.g. the "open"
dialog in Kate
2. (Change the navigator mode from editable to navigate)
3. Drag some file with the mouse from the file view onto one of the ">" icons
in the navigator -> a popup with a list of all subfolders will be shown.
4. Drop the file onto one of the folders

Actual Results:  
The current folder changes to the drop folder.

Expected Results:  
Current folder should not change.

This has nothing to do whether dropping is implemented or if the QDropEvent is
accepted or not. I tried connecting the signal and accepting the event it but
the folder still changes. 

(Background: I'm working on Krusader. The GIT version uses KUrlNavigators now,
I wanted to implement the URL dropping and found the bug this way.)

This does not happen in Dolphin. I guess because it uses the old KDE4 libs and
the old signal "urlsDropped(KUrl,QDropEvent*)".

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

Reply via email to