Bug 61281 - treeview go into drag and drop mode if error dialog pops up
Summary: treeview go into drag and drop mode if error dialog pops up
Status: RESOLVED DUPLICATE of bug 59113
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: 3.1.1
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-15 16:23 UTC by Ron Onstenk
Modified: 2003-07-19 20:57 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ron Onstenk 2003-07-15 16:23:58 UTC
Version:           3.1.1 (using KDE KDE 3.1.1)
Installed from:    Unlisted Binary Package

Hi, 

As a newbie, for shure with this bug tracking system, I have a 
little problem.
Also I don't know how to tell exactly what is going wrong (newbie).

When I click on the 'Audio CD Browser' I get a popup with a message
 'Protocol not supported'
 audiocd

There is no audio cd in the drive so a error message should be
 'No Audio CD Found'

Pressing on the 'OK' button works fine.
But now comes the problem, I go with the mouse back to the list
where the 'Audio CD Browser' is and the mouse get a little picture
attached to it. This is also when I have a directory list in that 
window (raam,Fenster) and click i.e. on a directory where I have 
no access to.
I get a popup with error and press OK. The funny mouse icon comes 
again and the when I go somewhere else he gives nother popup wich 
is asking for 'copy', 'past', 'move' ect.
Later I try to go to that directory and it was gone. 
After searching for a long time I found it. 
How to correct it is unknown, rights as user don't let me 
copy or move it back.

As a programmer (VB,Asm) I say:
It sucks. When I have a mouse down in the treeview (you call it qListView??) 
then that spot is the selected item if it is on a node. 
If during lookup what I can do with that item I find something
is wrong I give also a popup telling that. If all OK then I
prepare the things for a drag and drop action but start the action
only when there is a mouse move and the button is pressed.
The icon may change at this moment.
 
In this case the treeview starts in the background the drag/drop
action and then go find out what can be done with the item.
If there is something wrong then a popup is displayed and the 
outstanding action is not terminated.
The treeview get the focus back and find a outstanding action
and react on it by attaching the drag/drop icon to the mouse.
This should only be done when the mouse button is down and that is not
true because I had to click on a popup.
The action should simple be terminated on mouse up event and/or
the treeview get a mouse-move -over event or focus with the button up.

Is there a update of Konqueror? Now I have 3.1.1 from Knoppix CD.
This one was released by the Dutch C't as a translated version.
Now I have German, English and Dutch mixed in the KDE manual.

Still happy user of windows while Linux is broken for now.


---------
Ron
Comment 1 Ron Onstenk 2003-07-17 09:54:00 UTC
I was using at that time the Knoppix release of 2003-03-02.
Now I have the Knoppix release of 2003-06-06 (English) and 
here is the problem also.

If I understand it rigth then the platform is Debian but 
not shure of that version. Knoppix system works great but 
changes also a lot of things of the normal setup of Debian/KDE.
Comment 2 John Firebaugh 2003-07-17 17:46:54 UTC

*** This bug has been marked as a duplicate of 59113 ***
Comment 3 Ron Onstenk 2003-07-19 20:57:30 UTC
Thanks, but I missed this one at the time of reporting.
Sorry for duplicate.