Drag and drop, like magic the files just vanish!

Ever since upgrading my mid 2009 MacBook Pro to Lion, I have been having trouble copying or moving files by dragging them. I especially seem to have trouble dragging files to the desktop...  I drag them there, but they just vanish without a trace.  I also don't seem to be able to option-drag a file to make a copy of it... I drag it to a new location and it just vanishes completely.  This is driving me mad.  Anyone else having this issue?
I've run a permission repair a few times, but it's made no difference.  Any ideas?

I pasted this in answer to another thread but will post again here:
Yes I have had this problem on both my iMac and MBA. It was driving me mad! Can import files to applications like Lightroom and export but trying to copy files to another location through Finder and the files disappeared after appearing to copy.
Solution is to Force Quit Finder and Relaunch. I then rebooted and all is now fine.
Another solution I read is to paste this in Terminal:
killall Finder && open /System/Library/CoreServices/Finder.app
Hope this helps others.

Similar Messages

  • Drag and drop - like the builder?

    Hi team,
    It's nice to have drag-and-drop repositioning in the builder. It would be even nicer to be able to offer it to my users.
    Is there any sort of guidance available on how to replicate the functionality of P5150 of the builder?
    Thanks
    jd

    Hi JD,
    Yes absolutely you can do that in APEX, however there is not really built-in support for it (although you can refactor the code used in the builder if you choose), but instead of doing that I would recommend using a 3rd party javascript library to make it much easier, two of the most commonly used for that type of drag-drop effect (generally speaking) are -
    Yahoo UI Library - http://developer.yahoo.com/yui/dragdrop/
    jQuery UI Library - http://ui.jquery.com/demos/draggable
    I've used both and my preference is the jQuery library (for a few different reasons that I won't go into here), however if you follow their demos/guide you should be able to see just how easy it is to incorporate it into APEX (there is little APEX-specific coding you need to do really).
    Hope this helps,
    John.
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone!

  • HT5934 My iMac won't let me drag, and drop anything from the desktop to other files on the desktop, or anywhere else.

    My iMac won't let me drag, and drop anything from the desktop to other files on the desktop, or anywhere else.

    This procedure is a diagnostic test. It makes no changes to your data.
    Please triple-click anywhere in the line below on this page to select it:
    ls -@Oaen | pbcopy
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window by pressing the key combination command-V. I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    Wait for a new line ending in a dollar sign ($) to appear below what you entered.
    The output of the command will be automatically copied to the Clipboard. If the command produced no output, the Clipboard will be empty. Paste into a reply to this message.
    The Terminal window doesn't show the output. Please don't copy anything from there.
    If any personal information appears in the output, anonymize before posting, but don’t remove the context.

  • When trying to move file and use command and drag, it doesn't move the file just creates a short cut.

    When trying to move file and use command and drag, it doesn't move the file just creates a short cut.

    Using command creates a copy.
    If you want to just move a file, click on it, hold it and drag it to the new location.

  • Can you drag-and-drop music onto the iPhone in iTunes?

    New to iPhone and only just braking it in, as it were.
    It looks like the only way I can upload music onto my iPhone is via synching my entire library onto it. Which, if I may say so, is an incredibly stupid and debilitating design - amongst other severe shortcomings of the iPhone I am slowly discovering over time. Is it not possible to drag-and-drop like the good old iPods?
    If this is indeed the only way to load music, what's the easiest I can pick out my favorite 2000-or so tunes and put them on there?? Don't tell me it's clicking on the boxes next to the songs in the Library page, because that's when I will start asking for my money back...
    Cheers

    I don't blame this person whatsoever for making the assumption that the iPod portion of his phone would work similarily, if not the same, as the iPod.
    But it does work the same as the iPod. As with an iPod, you can sync all songs and playlists, or selected playlists, or you can manually manage music and videos. You can also select sync only checked songs and videos under the Summary tab and uncheck the songs in your iTunes library that you don't want transferred to your iPhone. This can be used with syncing selected playlists - if you want to remove a song from your iPhone that is in a selected playlist without removing the song from the playlist in iTunes, you uncheck the song in the playlist in iTunes followed by a sync. There is no difference with an iPod in this regard except for the iPhone not supporting disk mode.
    In order to manually manage music and videos with an iPod, you must select this under the Summary tab for the iPod sync preferences, and the same for the iPhone.
    And if you resent his rant, why respond and waste your volunteer time on this post?
    I can waste my time anyway I see fit. If you don't like it, don't respond.
    And not everyone can afford to replace this type of investment on a whim.
    Copied from the OP's post.
    Don't tell me it's clicking on the boxes next to the songs in the Library page, *because that's when I will start asking for my money back...*
    Or the iPhone can be sold to someone else with the proceeds used to purchase a different phone. I haven't read any reports about someone having trouble selling their iPhone used at a good price even if damaged.

  • Drag and Drop Functionality within the SAP Portal

    Does anyone know if SAP Netweaver Portal 6.0 sp18 supports drag and drop technology.  A good comparison would be Google where a user can drag iViews around and place them where they would like.
    We are trying to build something similar to Google Gadgets with iViews and we would like our users to be able to add, remove, drag, and drop them in the Portal.
    Has anyone done something similar to where I would be able to leverage them for further questions.
    Any help is greatly appreciated.  Thank you.
    Jason

    Hi
    Were you able to find away of using the drag and drop functionality?
    I am wanting to use a similar functionality to Yahoo where people can just drag the iViews they want into the page and saving their personalised settings.  I am unable to find information as to what Portal release supports this functionality and how it works.  Would you be able to help?
    Many thanks
    Jag

  • ADF Drag and drop event inside the single af:treetable

    Hi Experts,
    I have a af:treeTable in my ADF web project and i would like to implement the drag and drop event to the same tree table for supporting my sample test project use case. Currently i am facing some issue to get the source tree node and the destination tree node of the drop and drop event inside my drop listener method. How can i get those object since i need to perform some business operation inside the listener. Please note that i am not using ADF BC4j in my project. The service layer is implemented as EJB and it's being called from the backing bean.
    Looking forward some guide lines to resolve this issue from you experts.
    Thank you.

    It's not a perfect solution, but a work in progress that i'm currently using in my backing bean:
    private RichTree navTree;
    private void exitContainers() {
    boolean success = false;
    while (!success) {
    try {
    navTree.exitContainer();
    } catch (Exception e) {
    success = true;
    private void clearDisclosedRowKeys() {
    if (navTree != null && navTree.getDisclosedRowKeys() != null) {
    RowKeySet rks = navTree.getDisclosedRowKeys();
    Iterator rksIter = rks.iterator();
    while (rksIter.hasNext()) {
    exitContainers();
    List<Integer> rowkey = (List<Integer>) rksIter.next();
    List<Integer> newRowkey = new ArrayList<Integer>();
    for (Integer row : rowkey) {
    if (navTree.isRowAvailable(row)) {
    navTree.setRowIndex(row);
    navTree.enterContainer();
    newRowkey.add(row);
    } else {
    // Row is no longer available
    break;
    if (newRowkey.size() == 0) {
    rks.remove(rowkey);
    } else {
    rowkey.clear();
    rowkey.addAll(newRowkey);
    Whenever you make a 'delete' or 'move' in the tree, call clearDisclosedRowKeys(), it will remove anything that's no longer valid, so your tree won't collapse, and you won't get the error anymore.
    I took out my logging and debug statements, but essentially this just gets all the rows, checks to see if they're valid, and if so creates a new RowKeySet with the valid rows in it.
    Of course make sure you have the setNavTree and getNavTree accessor's created and that they're bound in your JSFF, otherwise navTree will always be null.
    I haven't yet found a way to 'nicely' find out if you're at the top level container, so i'm relying on an Exception to occur to give me that information, if anyone knows a better solution please feel free to share it.

  • Hi, im currently using an windows 8 computer and have installed itunes 11.5. My problem is i'm trying to transfer one song from my computer to my iphone. But some how i cannot drag and drop like last time itunes 10.x.

    Hi, im currently using an windows 8 computer and have installed itunes 11.5. My problem is i'm trying to transfer one song from my computer to my iphone. But some how i cannot drag and drop like last time itunes 10.x. I do not wish to sync as it means of deleting my entire song list from my phone just to transfer 1.

    " I ordered the Snow Leopard software and tried installing it, but it stopped and said to clean the disk."
    First off, your installation disc is in all likelihood faulty.
    This has been a known issue in the past:
    Faulty Snow Leopard install discs - Apple has no timeline on ...
    http://store.apple.com/us/help/returns_refund#policy:
    *You can return software, provided that it has not been installed on any computer. Software that contains a printed software license may not be returned if the seal or sticker on the software media packaging is broken.

  • I recently attempted to save my Notes in Macmail by dragging and dropping them into the Notes folder. On my most recent sync all Notes were deleted. Is there a way to undo this?

    I recently attempted to save my Notes in Macmail by dragging and dropping them into the Notes folder. On my most recent sync all Notes were deleted. Is there a way to undo this?

    Garret,
    is your movie in your backup folder a Quicktime movie? Then probably only have the Quicktime wrapper in your backup folder, but not the referenced media in the file fork of the movie. If you see the full quality movie in iPhoto in QuickTime player, don't drag it from the browser to the Desktop, but use "File > Reveal in Finder > Original File" to show the movie in your iPhoto Library. Select the Movie when it is revealed and ctrl-click it to open it in Quicktime Player.
    Export it from Quicktime Player with "Export to" and share it to iTunes. This way it will be converted to a .mp4 movie that embeds the missing resources.
    You can drag the converted movie from iTunes to the Desktop or share it using to Media Browser to other applications.
    Regards
    Léonie

  • I reinstalled Lion and now I cannot drag and drop photos from the internet to my desktop

    My Macbookpro was giving me a startup disk full message so I emptied out my photo library and itunes library to an external drive. By then I think the damage was done because I was still encountering the spinning color wheel all the time. On the advice of he Genius bar I reinstalled Lion. It worked well except for this one glitch. I can no longer drag and drop photos from the internet. Any ideas are appreciated. Thanks.

    That sounds like a browser issue so what browser and what web sites?

  • I used to be able to copy or drag and drop links from the address window. Now with the update, only the address is copied or dragged not the link. (Says something about not giving site information). I want to be able to drag and drop or copy links.

    Question
    I used to be able to copy or drag and drop links from the address window. Now with the update, only the address is copied or dragged not the link. (Says something about not giving site information). I want to be able to drag and drop or copy links.

    To be more precise, you can setup a JComponent or JPanel on top of your JavaFX nodes that has a TransferHandler that can convert the (AWT/Swing) images dragged to the app to JavaFX image and then insert it into the underlying node.
    As for the file chooser itselft: ListView and the JavaFX composer can allow you to create one quite easily. TreeView can aslso be used to a lesser extend (still a big buggy). For both of these, there are small bugs in the Cell API that may (or may not) prevent from displaying a proper thumbnail in the cells.
    You can also use a regular JFileChooser if you do not mind the dialog box having a different LnF from the rest of your application.

  • I can't remove icons from the dock, they don't move at all when I try to drag and drop them off the dock

    I can't remove icons from the dock, they don't move at all when I try to drag and drop them off the dock any help out there?

    Restart and see if that solves your issue.

  • How do you drag and drop samples in the ex24 on pro x now that the edit button next to the option tab is no longer there?

    how do you drag and drop samples in the ex24 on pro x now that the edit button next to the option tab is no longer there?

    Well, it's aggravating seeing foolish limitations to the program. Having some experience in education, offering a professional program in a limited version is condescending to the user and has never been proven to help students move forward. Plus, some of the choices made to keep Logic simple are confounding... "removing the edit button on the EXS24"?  That's silly!  

  • GarageBand won't let me drag and drop songs into the timeline.

    GarageBand won't let me drag and drop songs into the timeline.  It did before, now all of a sudden it won't... anyone know why?
    I am dragging them from iTunes, and it has never been an issue before.  I have used AAC, MP3, and AIFF before and never had an issue.
    Is there a setting possibly that I need to change?

    Same with me, Lion is a cool OS but the updates iTunes has nothing but problems. I can't even drag song to my desktop. You can try finding the song through iTunes music folder but the song I wanted wasn't there. To get there look at this artical http://support.apple.com/kb/ht1391. to help you find that song.

  • If i use Ps5 the order lasso, drag and drop or letters the win vista crashes down. Can anybody help?

    If i use PS5 the order lasso,drag and drop or letters the win vista crashes down. Can anybody help me?

    Now that I'm looking at it, I don't have it... but I still have the problem:(. I rebooted the PRAM, I cleaned my permissions, run utilities checks, nothing helps, I'm at the end of my wits. I called apple - all I got was bad attitude... I don't know what to do, this disfunction makes it impossible for me to work....
    does anybody know what I could do to fix this issue?

Maybe you are looking for

  • Capitalization of DNS via Powershell? How to Change?

    Yes - I understand DNS is case insensitive, but when working with a windows/linux environment we have an issue when doing zone transfers in linux. host -l domain.com produces a variety of results that are have mixed capitalization. We're trying to de

  • Need help with HTTP keep-alive

    Hi folks! I have this very simple web server and I would like to add keep-alive support. I've been trying to get my head around it for a while and could need some help (I found this question in the archive, but those replies didn't help)... This is m

  • Can't install OSX 10.8 on USB

    I have a lab full of Macs I need to install 10.8 on and I have decided to do it with a USB Drive. Whenever I try to install the image onto the drive I get the message: An error (60) occured while copying. (Operation timed out.) I am using a 32Gb King

  • Crystal Reports, version for Visual Studio 2010 Problem

    Dear all, I encounter a problem after installed the crystal report version for Visual Studio 2010. Once I call                                                      ReportDocument.PrintToPrinter(1,False, 0, 0) The error message prompt: Report is unava

  • Saving into a JTree

    Hi, I have this button called Save and a JTree where the nodes are Year1 which contain other nodes semester 1 and semester 2. However, what i want to do is save the JTable when clicking the save button and the data shud appear under the appropriate s