Drag and drop not working again in Thunderbird

Several weeks back Thunderbird broke (drag-n-drop stopped working) due to some gtk2 related issues.
The problem was very quickly resolved by a patch to gtk2. Today I noticed that the problem has reappeared.
I'm not sure what is the source of the problem, though, because I have been running updates for the past few days but it is definitely back.
I have two systems and both have the same problem as of yesterday... or at least I noticed it yesterday.
Can any one else confirm the problem?
R

JGC,
Easy my friend! I do not "insist" on anything.
Matter of fact I did not even know that there was a problem with the "official" version of FF.
I started using the release of  FF/THB back in my days of Slackware and got used to download the software and add it to my distro... and so I did with Arch.
In the past it has never been an issue, so I figured it may be something else (like libraries or the like) because the problem got solved after an update of gtk2 a few weeks back.
Please, do not feel defensive about comments placed in these forums. I understand (I'm a software developer too), it gets to you when all the comments you get seem "negative" or "sound like criticism" but I do have a great deal of respect for the contributions and efforts of all developers. My post was not intended to offend but rather to search for an answer/idea as to how I could approach the problem.
Thanks for your answer.
R

Similar Messages

  • Why does drag and drop not work?

    Why does drag and drop not work?

    Do you mean that when you move files on the Desktop, they don't stay where you put them ?.
    If so - use Finder - View menu - Show View options & choose 'Arrange by' : none
    If not - please describe exactly what the problem is.

  • Drag and drop not working.  When trying to move a cell or icon the shadow of the cell or icon being moved appears under the cursor but can't be released causing a freeze of function within the program.  Happens in finder numbers and firefox

    Drag and drop not working.  When trying to move a cell or icon the shadow of the cell or icon being moved appears under the cursor but can't be released causing a freeze of function within the program.  Happens in finder numbers, firefox, and when trying to move any file from the downloads folder.
    This is a serious pain.
    Please help.
    WB

    Yes, all I can tell you is that Finder does not have that function in ML. Your system is "working as expected".
    You can file feedback here.

  • Drag and Drop not working since last software update

    Drag and Drop not working since last software update - this is occuring on Outlook for the mac and I just tried moving  an icon on the doc and the same thing occured.  YOu can drag but the items will not drop.

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins and log in as Guest. For instructions, launch the System Preferences application, select Help from the menu bar, and enter “Set up a guest account” (without the quotes) in the search box.
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem(s)?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    Note: If you’ve activated “Find My Mac” or FileVault in Mac OS X 10.7 or later, then you can’t enable the Guest account. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem(s)?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • Field list on/off drag and drop not working in smartforms

    Hello Friends,
    field list on/off drag and drop not working in smartforms.
    is there any settings or some components needs to be activated ??
    i can drag the fields from the list but when i drop in the text node its not dropping tht field.
    Regards,
    Sunny

    Hi Friends,
    Even I am facing the same problems. What is the solutions for this ?
    And may I know what software version (sap gui) are you using.

  • PowerMac 5.1 drag and drop not working, any suggestions?

    Powers Mid 2010 5.1 running 10.10.3, drag and drop not working smoothly, won't engage to drag. Any suggestions?

    Thanks for the return, well, just trying to relocate a web screen or move a saved application from the desktop into a folder. I use Final Cut Pro Ten extensively and sometimes I want to drag something off my desktop into the time line on the FCPX. When I left click and hold on the item to drag it doesn't seem to engage then when it does move it quits along the way to the drop point. I hope that makes since too you? I use a Logitech two button with a scroll wheel wired mouse and have twin 32" monitors. Thanks Latranner

  • Drag and Drop not working with windows 8.1

    we using windows 8.1 for a few days now
    so we installed visual basic .net 2012 and starting our projects again we used in windows 7
    but now it seems that the drag and drop doesn't work in windows 8.1
    we only gets a forbidden icon when we drag it over the control
    please can someone tell us why windows 8.1 won't work with drag and drop
    we hope this can be fix in anyway because we don't like when our users use our programs
    and tell us that this point wont work in windows 8.1
    our code:
    Private Sub FlowLayoutPanel1_DragDrop(sender As Object, e As DragEventArgs) Handles FlowLayoutPanel1.DragDrop
    If (e.Data.GetDataPresent(DataFormats.FileDrop)) Then
    e.Data.GetData(DataFormats.FileDrop)
    End If
    End Sub
    Private Sub FlowLayoutPanel1_DragEnter(sender As Object, e As DragEventArgs) Handles FlowLayoutPanel1.DragEnter
    Try
    If (e.Data.GetDataPresent(DataFormats.FileDrop)) Then
    e.Effect = DragDropEffects.Copy
    Else
    e.Effect = DragDropEffects.None
    End If
    Catch ex As Exception
    Exit Sub
    End Try
    End Sub
    Thank you.
    Dummy
    p.s
    we also got help from social msdn
    here the topic who all answered.
    social
    mdsn

    Hi,
    Welcome posting in TechNet forum.
    Do you mean the drag and drop action of files within different application?
    We may take a try to disable the UAC settings and see if the drag and drop would work. And please note if we have UAC disabled, Windows Store APPs would be expected not going to work.
    For the coding edit stuff, I suggest we keep focus on the MSDN thread.
    Best regards
    Michael Shao
    TechNet Community Support

  • LR5.7, drag and drop not working...suggestions?

    Two days ago, drag and drop stopped working within lightroom (dragging a photo/photos from the filmstrip at the bottom to a different folder, or into a collection).  The cursor on the screen stays an arrow when you click on a photo and hold the left mouse button down, it will highlight the image in the filmstrip or grid view, but will not do anything with it.  I've never had anything like this happen before.  iMac, 32gb ram, OSX 10.10.1, LR5.7.

    Paul,
    ok, standard support question on Windows: Does this also occur after reboot?
    And my question refers to the right click >> Run as administrator option. It was not the question if your login has administrative rights.... sorry for the confusion.
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Drag and Drop not working in iPhoto

    I have a brand new MacBook Pro running Lion, and recently when I try to drag and drop in iPhoto, it stops working.  I want to drag photos from iPhoto to a folder on my desktop in order to upload those pictures online.  I have never had a problem with drag and drop in Snow Leopard, but suddenly Lion does not want to let me do it.
    I checked around and found out about repair permissions, which I did, then I restarted the computer.  Drag and Drop worked for a few minutes, then all the sudden it wouldn't let me again.  I was in the same album, trying to drag and drop the same group of pictures, and nothing had changed when it just stopped working again.  I really don't want to have to restart the computer EVERY time it wont let me do this.  Does anyone have any other advice?  Command copy/paste works for now, but drag and drop is just easier so I'd like to get the issue resolved!  Oh, and my software is completely up to date as well.

    Does anybody have any ideas?
    I've updated to the new version of iTunes since I originally posted this,
    but the drag and drop feature is still not working. This is making it
    impossible for me to update anything on my iPod.
    Thanks!

  • Drag and Drop not working in iTunes 12.1.0.71

    I've been working with iTunes on a PC for years - so I'm embarrassed I can't figure this out.  As recently as a few weeks ago, I could drag and drop movies and music from Windows Explorer into iTunes 12.1.0.71- now it's not working.  Even using the menus for File - Add File to the Library isn't working.  Did something change in this release?

    Sorry 1 correction on my earlier post.  Install iTunes 12.0.1.26 for Windows (64-bit) - iTunes64Setup.exe (2014-10-16) NOT 12.1.0.71!
    Thanks Guys!  This fixed me up.
    I uninstalled
    - All  Apple Packages
    - Bonjour
    - iTunes
    - Quick Time packages
    Deleted the Apple, iTunes, & Quick Times folders:
    - c:\Program Files
    - c:\Program Files (x86)
    - C:\Program Data
    - C:\Users\%profile%\AppData\Local
    - C:\Users\%profile%\AppData\LocalLow
    - C:\Users\%profile%\AppData\Roaming
    Rebooted
    Sorry 1 correction on my earlier post.  Install iTunes 12.0.1.26 for Windows (64-bit) - iTunes64Setup.exe (2014-10-16) NOT 12.1.0.71!
    Installed the newest QuickTime 7.7.6
    and Bingo!  Hopefully the next iTunes release addresses the issue moving forward.
    Thanks Again!

  • Drag and Drop not working when Firefox is open

    I kept running into the problem and could not figure out why sometimes i could drag and drop and sometimes i could not.
    I just did some experimenting and found that as long as Firefox is minimized, drag and drop works fine.
    So the application can be open but all the windows need to be minimized.
    here is my firefox info Mozilla/5.0 Firefox/3.0.13

    I am having the same problem glasnostic you are not imagining things.
    I usually have finder set to detailed view mode and intermittently and seemingly randomly drag and drop will not work. I will be moving specific files from folder a to b then, all of a sudden, I click on a file like i did the last 10 and it wont budge. I found that like glasnostic switching to thumbnail view sometimes makes it work immediately. Otherwise just waiting a minute or two and trying again makes it work. This is so bizarre and is driving me crazy.
    I have experienced the same problem while attempting to drag files from finder into itunes.
    It happens to me without firefox open or running.
    The most recent time this happened I had open the following:
    -itunes (8.2.1)
    -Transmission (1.73)
    -ichat (4.08)
    -Safari (4.03)
    -Last.fm (1.542)
    on osx 10.5.8
    I'm using the logitech g5 mouse.

  • Drag and Drop not working/MSN display picture cannot find Iphoto

    I had the ilife '06 and I was able to drag a photo from (lets say) facebook and drop it into iphoto. I am unable to do this in the ilife '09 version. In addition, when I try to change my display picture in msn i cannot click on iphoto only photobooth is highlighted, please help!!!

    Welcome to the Apple Discussions.
    I was able to drag a photo from (lets say) facebook and drop it into iphoto. I am unable to do this in the ilife '09 version.
    What browser are you using? Safari? If so, right click on the pic and choose 'Add to iPhoto.
    In addition, when I try to change my display picture in msn i cannot click on iphoto
    There are many, many ways to access your files in iPhoto:
    *For Users of 10.5 and later*
    You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Command-Click for selecting multiple pics.
    Uploaded with plasq's Skitch!
    You can access the Library from the New Message Window in Mail:
    Uploaded with plasq's Skitch!
    *For users of 10.4 and later* ...
    Many internet sites such as Flickr and SmugMug have plug-ins for accessing the iPhoto Library. If the site you want to use doesn’t then some, one or any of these will also work:
    To upload to a site that does not have an iPhoto Export Plug-in the recommended way is to Select the Pic in the iPhoto Window and go File -> Export and export the pic to the desktop, then upload from there. After the upload you can trash the pic on the desktop. It's only a copy and your original is safe in iPhoto.
    This is also true for emailing with Web-based services. However, if you're using Gmail you can use iPhoto2GMail
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    *If you want to access the files with iPhoto not running*:
    For users of 10.6 and later:
    You can download a free Services component from MacOSXAutomation which will give you access to the iPhoto Library from your Services Menu. Using the Services Preference Pane you can even create a keyboard shortcut for it.
    For Users of 10.4 and later:
    Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    1. *Drag and Drop*: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. *File -> Export*: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. *Show File*: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    Regards
    TD

  • Drag and drop not working in CS6?

    Hey guys, we recently updated to Fireworks CS6 (from CS5) @ work and while I do love the speed upgrade, there is one thing different that I cannot get past, I cannot drag and drop a document onto the Fireworks menu bar, I need to Open > File every time, its time consuming and frustrating... why would you drop this feature in CS6? :| Am I missing something?

    Ah, so it does work in Fireworks CS6—just not on your setup at work. Again, is this a Mac or Windows OS?
    After re-reading your initial post, I realized I'm not clear on what you mean by dragging and dropping a document "onto the Fireworks menu bar". I was initally picturing dragging a document onto the Fireworks application icon in the Mac OS dock (or the Windows equivalent to this, if there is one).
    Are you actually talking about the command menu that appears across the top of the application interface? If so, I can't open a document using this method in either CS5 or CS6.

  • Mouse - Drag and drop not working

    The Drag and drop feature is not working with my mouse. The mouse was tested and is fine. It's a software thing. It works with everything else, but if I try to select something and drag it, it doesn't work. Any advice?

    PaulyK,
    Believe it or not it may take multiple or several restarts....not just a couple. I have seen where it took 5 or 6. I have also seen where this did not clear the problem.
    re: "Any other upgrades that might help with out having to buy new software"
    The 10.2.8 update to Jaguar was the last before the "upgrade" to 10.3 Panther which is a paid upgrade.
    There is a third party utility Dragster that may correct this problem or you can delete the associated files that it deletes manually. The files are:
    com.apple.desktop.plist
    com.apple.dock.plist (your choice to delete this or not)
    com.apple.finder.plist
    com.apple.LaunchServices.LocalCache.csstore
    com.apple.LaunchServices. plist
    com.apple.LauchServices. UserCache.csstore
    LSApplications
    LSClaimedTypes
    LSSchemes
    The contents of the /Library/Caches/ folder
    You should have no problem with this utility or deleting the files manually if you go that route but I cannot vouch for it as it is third party....Use at your own risk!
    edit: I just noticed that the link is no longer working for Dragster and the software now is part of a retired collection of apps from ifthen software.
    If after multiple restarts and/or using Dragster or manually deleting the associated problem files you have no luck you might want to try applying the 10.2.8 Combo Update again to see if this will clear up the problem. Remember to repair permissions from Disk Utility before and after the update.
    The Combo Update can be found here.
    Post back if still no luck,
    littleshoulders [:-)
    Message was edited by: littleshoulders

  • Flash drag and drop not working on Firefox for android browser

    Drag and drop functionality is not working using Firefox Browser for Android on tablet. We tested with flash action script 2.0 & 3.0 content, both have same issue. Specs of the tab and OS are as follows.
    Android - Kitkat 4.4.2
    Tab models - Lenovo A7600H and Samsung Tab4 T531
    Please refer to a previous case raised on the same issue here at this link (Case 1029615) - https://support.mozilla.org/en-US/questions/1029615
    Additionally, we observed that the object on which Drag and Drop event was triggered, is moving little bit when we double tap.
    Does Firefox provide any libraries to support Drag and Drop functionality on Flash? We are using Geekoview api to execute flash content in our app. Will the same support be provided in Geekoview as well?
    Are there other folks facing the same issue? Is there a solution or workaround to get this feature running?

    Flash on Android is no longer supported by Adobe. While Firefox does support basic functionality we mainly focus on legacy video applications. You may run into issues with Flash and Geckoview. I doubt we have any resources to support that configuration.

Maybe you are looking for

  • I think I have a virus on my mac, how do I get rid of it?

    For the last few weeks, my mac has been working very slowly. I heard it might have a virus. Does anyone know how to find out if you do have a virus and how to get rid of one on a mac?

  • Change font in title-style

    Hello! I have finished a project with many titles in it with a specific title-style. now I want to change the font in this style so that it will affect all titles in this project - how do I do it? By the way - will we ever have a "find and replace" f

  • Music synced and disappeared

    My itunes is screwed up and lost all its music. i had some music that was formerly on the computer on my Ipod Touch when it lost all of the music. I tried to sync some apps back on to the computer from the touch and it transferred fine, but when i tr

  • Playback pauses and ipod freezes then unfreezes after 20 seconds

    Description of the issue: When playing continuously song after song, the ipod freezes and music stops about 5 seconds in to most songs.  After about 20 seconds, playback resumes and the ipod is responsive again. Symptoms: Only happens after one song

  • Parallel Sequence Routing using RCPTRA01

    Hi all,        I've a requirement where i need to Upload Parallel Sequence Routing .  I'm using RCPTRA01 for  created Standard Sequence Routing . Can anyone help me how to Upload Parallel Sequence Routing  using RCPTRA01.