Can not re-order (drag-and-drop) items in Google My Maps

In Google's "My Maps" there is a column on the left hand side of all of your locations. In the Edit mode, you should be able to drag them to re-order them. This works fine in IE, Chrome, etc. And it WORKED prior to Firefox 4.
It DOES NOT WORK in Firefox 4.
I would like to know why.
Thanks

Hi,
Check Finder>Preferences>Sidebar, is it checked there to show external drives?

Similar Messages

  • I have an external hard drive that I have been using for years.  All of a sudden my mac will not recognize the external as a "save as" device location.  But the external does show up on my desktop and I can open it to drag and drop items. Help.

    I have an external hard drive that I have been using for years.  All of a sudden my mac will not recognize the external as a "save as" device location.  But the external does show up on my desktop and I can open it to drag and drop items.  What happened and how do I get my mac to rerecognize the device?!?!?

    Hi,
    Check Finder>Preferences>Sidebar, is it checked there to show external drives?

  • I can not move or drag and drop my albums anymore.

    For some reason, iPhoto will not let me manually rearrainge anymore.  When I try to drag an album, it only gives me the option to start a new folder.  Anyone else notice this in 11?

    Make a temporary, backup copy (if you don't already have a backup copy) of the library and try the following:
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your
         User/Home()/Library/ Preferences folder.
    2 - delete iPhoto's cache file, Cache.db, that is located in your
         User/Home()/Library/Caches/com.apple.iPhoto folder. 
    Click to view full size
    3 - launch iPhoto and try again.
    NOTE: If you're moved your library from its default location in your Home/Pictures folder you will have to point iPhoto to its new location when you next open iPhoto by holding down the Option key when launching iPhoto.  You'll also have to reset the iPhoto's various preferences.
    NOTE 2:  In Lion and Mountain Lion the Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    OT

  • Since installing Yosemite and Photos I can now no longer drag and drop a photo in an email, as I have always done. I repaired permission and restarted a number of times. still not working... Help?! Thanks, Michael

    Since installing Yosemite and Photos I can now no longer drag and drop a photo in an email, as I have always done. I repaired permission and restarted a number of times. still not working... Help?! Thanks, Michael

    What happens if you use the Share button and select Mail?
    What happens when you try? I had to hold there photo there for a short period before it would load.

  • Drag and Drop Items in Reminders

    I'm disappointed that you can't drag and drop lists in the Reminders app to change the order they appear. Also it's not possible to drag and drop reminders within lists. Any possibility of adding this feature in a future release?

    Go right ahead!

  • Why can I no longer drag and drop in iMovie 11?

    Why can I no longer drag and drop in iMovie 11? This means I can't select transitions, titles, or even move clips within the project. Never had this problem before.

    Serious bugs in iM 11 with numerous lock-ups and crashes.  I shouldn't have upgraded -- now I'm pulling out my hair trying to complete a video project with it.
    Apple is losing their way.

  • Why Can I no longer drag and drop songs into Itunes playlists?

    Why can I no longer drag and drop songs into itunes playlists.  Was working fine then just stopped???

    found solution, thanx everyone

  • Drag and drop items still in 1z0-869 ?

    Hello, I wanna ask about drag and drop items still in 1z0-869 Exam
    " Mobile Application Developer" OR not

    Go right ahead!

  • Setting up playlists in iTunes, will not let me drag and drop

    I have transferred all my music to a different computer, but now will not let me drag and drop to create playlists

    drewtxnc wrote:
    I have transferred all my music to a different computer, but now will not let me drag and drop to create playlists
    Drew,
    Are you sure that those are regular playlists (music note symbol) and not smart playlists (gear symbol)?  Smart playlists populate themselves according to their rules, and you cannot drag songs into them.

  • TS1363 my itunes will not let me drag and drop any music into my library

    i have reinstalled my itunes and and restarted my computer and nothing is working

    drewtxnc wrote:
    I have transferred all my music to a different computer, but now will not let me drag and drop to create playlists
    Drew,
    Are you sure that those are regular playlists (music note symbol) and not smart playlists (gear symbol)?  Smart playlists populate themselves according to their rules, and you cannot drag songs into them.

  • I have transferred music to new computer and trying to set up playlists and will not let me drag and drop

    I have transferred my music from old iPods to a new computer. I am trying to set up new playlists and it will not let me drag and drop. I have also tried clicking on song and does not give me option to Add to Playlist. Do you have any suggestions?

    I Have a similar problem losing the ability to drag and drop MP3 sound files since new iTunes and Yosemite. Any ideas please?

  • Can not drag and drop photos in Lightroom 4 map module

    In Lightroom4 map module, I can not drag and drop photos onto the map from the filmstrip? I select the photos, and then try and grabbing them to drop them on the map and when I click on one of the pictures to grab, it deselects the others I've selected and only hightlights the one photo,  ironically, I can not even drop the one photo onto the map.

    Thank you Victoria.  I thought I was grabbing it on the thumbnail, but I must not have been, I must have been as you said on the border.  Sorry. 
    Thank you again for the help.

  • NamedViewCriteria not working when drag and dropped as filtered table.

    Using JDev 11.1.2.1.0.
    I'm attempting to use NamedViewCriteria more and more because, well ... I keep reading it's the way to go. But I'm encountering an aggravating problem. I can't get them to work when I drag and drop as a filtered table onto a page. They work when I apply them in a managed bean, but simply dragging and dropping will not trigger the NamedViewCriteria to display the filtered items correctly.
    Creating a where clause manually works fine.
    Manual Where Clause & drag and drop ViewObject from data control
    (:pBpKey is null or upper(BP_KEY) like '%' || upper(:pBpKey) || '%') AND CinderBusinessPartners.BP_TYPE = 'C'NamedViewCriteria & drag and drop from ViewObject's NamedViewCriteria from data control
    ( ( (CinderBusinessPartners.BP_KEY LIKE ('%' || :pBpKey || '%') ) AND (CinderBusinessPartners.BP_TYPE = 'C' ) ) )There are three problems:
    1) The query pulls back all items. It doesn't retrieve only where BP_TYPE = 'C'.
    2) It is case sensitive. i.e. Enter in A will not pull back the customer Wal-Mart because Wal-mart contains lowercase a's.
    3) If I set the table's "Show Filter" attribute to true, the filter has the text "\*pBpKey\*" filled in by default. uhhh What?
    In the NamedViewCriteria's "UI Hints" tab, I have the "Query Automatically" checkbox selected.
    Any ideas why the NamedViewCriteria isn't "just working"?
    I'll be back with pictures after the break.
    Will

    I've rolled this into a bug post as seen here: BUG: NamedViewCriteria drag and drop as table SNAFU
    Pictures:
    Here is the NVC query
    http://www.williverstravels.com/JDev/Forums/Threads/2381120/Nvc1.jpg
    Here's that dang extra bind variable!
    http://www.williverstravels.com/JDev/Forums/Threads/2381120/Nvc3.jpg
    And just because I like awesome Paint.Net art.
    http://www.williverstravels.com/JDev/Forums/Threads/2381120/Nvc2.jpg
    Hope this helps someone down the road.
    Edited by: LovettWB on Apr 26, 2012 1:59 PM

  • Can't do any drag and drop in Firefox 12 for Mac OS X 10.6.8

    I am running Firefox 12 in Mac OS X 10.6.8, and have the following strange problem.
    When I try to customise the toolbar, I am unable to drag and drop any buttons onto it! I am see the hand icon, but when I click and drag an item nothing happens.
    Even stranger is the fact that I also can't drag and drop images from Firefox into Finder!
    Are these two problems related somehow?
    Hope someone can help with this.

    I have read that there are about 5 or 6 other add-ons that also inhibit Drag and Drop functionality, not just the Torbutton add-on. The list is somewhere in the main Firefox support section (but it's tough to find the answer there twice).
    The generic add-on troubleshooting page is at:
    https://support.mozilla.org/en-US/kb/Troubleshooting-extensions-themes#w_disable-all-extensions

  • Datagrid not refreshing after drag and drop

    Please help me solve this: my datagrid DOES refresh itself,
    but only after the SECOND drag and drop.
    Here's an example of my datagrid :
    1. Label a Description a
    2. Label b Description b
    3. Label c Description c
    When I drag the third row to the top of the datagrid, I want
    to see updated row numbers like this:
    1. Label c Description c
    2. Label a Description a
    3. Label b Description b
    But I see this
    3. Label c Description c
    1. Label a Description a
    2. Label b Description b
    Now let's swap rows 2 and 3; now the datagrid will correctly
    show 1. in the first row! (Of course 3. and 2 are messed up until
    the next drag and drop).
    1. Label c Description c
    2. Label b Description b
    1. Label a Description a
    As you can see, row #1 is now correctly displaying "1." This
    is happening only after the second drag and drop occurs.
    Here's my strategy:
    1. I'm using a datagrid with an ArrayCollection as the
    dataprovider.
    2. The datagrid uses the dragComplete event to call a
    function (function shown below).
    3. This function uses a loop to update the property GOALORDER
    of each row in the ArrayCollection
    4. This function also creates an object of new GOALORDER's to
    update the database (this part is working fine).
    I've noticed somewhere in the docs that, when a datagrid is
    experiencing multiple changes it turns on
    ArrayCollection.disableAutoUpdate automatically. IS THIS TRUE? This
    could explain why my datagrid does not immediately refresh.
    Is there some way to drag and drop, update the
    ArrayCollection, and refresh the datagrid- in that order?
    Thanks!
    Here's the misbehaving function!
    // re-sort the list NOTE first index=0, first goalorder=1
    private function reSort():void
    var params:Object = new Object();
    params.DBACTION = "reorder";
    var i:int;
    var g:int;
    for (i = 0; i < acGoals.length; i++)
    g=i+1;
    // replace GOALORDER in ArrayCollection
    var editRow:Object = acGoals
    editRow.GOALORDER = g;
    acGoals.setItemAt(editRow, i);
    // create multiple entries to edit database
    params["GOALID"+g]= acGoals.getItemAt(i).GOALID;
    params["GOALORDER"+g]= g;
    params["rowsToUpdate"] = g;
    //HTTPService to
    hsGoalAction.send(params);

    Fateh wrote:
    I just forgot to make the event scope of the dynamic action LIVE...and that the <tt>font</tt> element has been deprecated since 1999 and now does not exist in HTML?

Maybe you are looking for

  • ALV: How do I suppress repeating values and page breaks on printed output?

    Good day, everyone! First, I've done a LOT of searching trying to find the answer to my question, but I'm not finding an answer.  If this has already been answered and you can point me to a URL, I would appreciate it. Here's my issue:  I have a rathe

  • File Content Conversion: Remove reserved characters from Content

    Hi PI Gurus, we're facing a little problem with FCC in File Receiver Adapter.  Sometimes the defined fieldSeparator ("|") comes within the field content. e.g. <?xml version="1.0" encoding="UTF-8"?> <ns0:Positions xmlns:ns0="http://test.com"> <Positio

  • Errors 1335 and 2350

    I seem to have a similar problem installing the latest version of Adobe Reader 9.3 as others have had in the past with other Adobe products, but I'm not sure I understand either the cause or solution.  I previously had Adobe Reader 7 on my laptop and

  • Migration / Upgrade process

    Environment: Existing GroupWise 8.02hp3 (all agents and monitor w/ messenger w/ GWAVA) on physical server running 32-bit OES2sp2. There is a single domain (only 65 users), single PO, single GWIA and single WebAccess. I also have a BES server (5.0.1)

  • RELEASE PROCEDURE/ TCODE ME28

    Hi, We have upgraded our system from R/3 4.6 c to ECC 6.0 and the UPGRADE is PURELY TECHNICAL i.e new functionalities are not offered and R/3 4.6 c existing functionalities are maintained in ECC 6.0 as it is. After upgrade ME28 is not  displaying sui