User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1) Gecko/20060601 BonEcho/2.0 (Ubuntu-edgy) Build Identifier: Selecting multiple items on the desktop and dragging them to a folder or thrash bin only affects the first item in the selection... Reproducible: Always Steps to Reproduce: 1. Select more than 1 item on the desktop 2. Grab one of the items and drag them to a folder or thrash bin 3. Only the item which you chose to drag with gets copied/moved/thrashed Actual Results: Only the item which you chose to drag with gets copied/moved/thrashed Expected Results: All selected items should get copied/moved/thrashed
Yep, I see this. I really need to move all the DnD handling into one place. Having bunches of copies of it just leads to bugs like this :-(
fixed
almost fixed... ;) dragging 2 items to the thrash wants to delete the first item twice... example: create file1 and file2. Select file1, hold ctrl, select file 2. Grab file1 and drag it to the Thrasbin. File1 gets thrashed and a error pops up saying "There was an error moving "file1" to "Thrash" ... No such file or directory"
Gah, that was stupid. Should be fixed now.