Facebook Problem - Scrolls to Top When Closing Photo

If I click on a photo on my newsfeed in Facebook, as soon as I exit the photo, Facebook scrolls all the way to the top of the page. This is really irritating and I was hoping someone might have some advice as to how to solve this.
Thanks.

Well thats because u have a onclick command attached to a
href command. add return false; behind the onclick commands
so it will be:
(example)
<a href="#"
onclick="function() return false;">

Similar Messages

  • I am having problem with my iphone6 when editing photos in facebook it is turning into black

    i am having problem witth my iphone6.when i am trying to edit a photo in facebook messenger it is turning

    First, try to reset the phone by holding the sleep and home button for about 10sec, until the Apple logo comes back again. You will not lose data by resetting.
    If this does not help, set it up as new device, explained here:
    How to erase your iOS device and then set it up as a new device or restore it from backups
    If still no luck, get it checked by visiting an Authorized Apple Service Provider or contact Apple Support to get it serviced:
    iPhone - Contact Support - Apple Support

  • Movement of the screen/top when closed

    Noticed something while wiping the top of the MB. When closed, there is some give/movement of the "lid" of the MB. When pressing left and right at the front corners of the computer the lid seems to move slightly. When I open the computer slightly however, there is no movement. I'm wondering if this just has something to do with the magnetic latches, or is this a defect. When the computer is fully open there is absolutely no movement of the screen.
    Anyone have any suggestions?? Thanks in advance for your help.

    If u live near a store i say bring it back if its within 12mths and show them first hand what is happening. I have a feeling you wont be the first and they should swap.

  • Missing something on stacks? The current pick isn't on top when closed

    I'm a learner Aperture user and having fun learning it. Missing something at the moment though. I am working with stacks and promoting one image to the top of the stack, so it shows first in the group of shots. However, when I close the stack, the previous #1 keeps going to the top.
    I've tried rating the pick higher than the others, clicking 'Primary Only' and various other things, but the same thing keeps happening: I can't get my new pick to sit on top of the stack when closed.
    What am I doing wrong? Am I missing something obvious or have I struck a bug?

    Sounds like the image that keeps going back to the top is an Album Pick. You can have different picks for different albums- which can be quite handy at time.
    Select your pick then go to the stacks menu and choose "Set Album Pick". See if that works.
    DLS

  • Scrolls to top when switching between screens

    Every time I switch between a screen, say my music library or podcasts and my ipod, it jumps back up to the top of the list. When trying to manage my music and podcasts it gets really frustrating because I like to switch back and forth to see what I still need to add, and I end up having to do a ton of extra scrolling. Is there a way to stop this from happening? I'm really tempted to switch back to iTunes 10 just because of this stupid issue.

    If you touch the screen - right by where the time indicator is - in the top center of the iPad, the screen that you are on will scroll quickly back to the top of the page. You can also scroll to the top of the page in the mail app - when viewing your list of emails in the window on the left - tap the top of the screen above the list of emails - - and the screen will scroll back to the top.
    As far as I can tell - that works in any app where you cans swipe to the bottom of a page - tap the top center by the time in order to scroll back to the top.
    EDIT- apparently you can touch the top of the screen anywhere now to scroll to the top from what I just saw in my browser. I am using iCab Mobile and when I touch anywhere in the black area - just inside the bezel - the page will scroll to the top. I could swear you had to touch the middle of the screen at the top, but now I see that any tap at the top will work.

  • Problems with color quality when saving photos.

    I never used to have any problems, but just recently I have noticed that, after cropping, editing, resizing my photos, and saving....they look fine on my screen while open in photoshop, but yet when attaching them and emailing or posting them, the color quality seems to change. The photo ends up looking quite different than my original photo (the edited copy). I can't figure out for the life of me what is causing this and do not remember ever having this problem before. The only thing that has changed is a new monitor. I don't think that would have any bearing, because like i said, everything looks great until the photos are sent. (when looking in my sent folder, i can see the "altered" state of the image. it's not just a problem with someone elses computer settings, etc)
    A newbie here with low tech skills, lol. Any help is appreciated, I would just like my pictures to be seen by others in the color state and quality as they appear to me, and it is frustrating.
    I hope my explanation of my problem makes sense and look forward to any advice. (I'm hoping there is a quick solution like a setting I need to click on or off!??)
    (using Elements 2.0)

    Hi Amy:
    Sorry that the Color Setting idea didn't do the trick. Since the occurrence is separate, that is, seeing one color view using Elements and a different color view using email view. I still suspect this area.
    Calibrating a monitor to me (as the saying goes), is easier said than done. You may want to do a web search using Calibrate Monitor, or similar search words. This will find some interesting websites on calibrating monitors you can read and try out. If you do change some settings, write down what your original settings are before hand, so if you make it worse, you can go back where you started.
    There are two areas to calibrate the monitor.
    1. Using the monitor controls on the monitor itself.
    or/and
    2. Using the graphics card (software) control. Which is normally found (Win XP) DISPLAY PROPERTIES>SETTINGS>ADVANCED> then the TAB with your graphics card name.
    3. Actually there is a third one, which uses a very expensive device that connects to the monitor. At the moment this method escapes me. Mainly used by professionals and serious photo editing people.
    Good Luck!
    Tony

  • Problem with Macro Running When Closing a Document

    Hi Folks;
    I'm trying to develop a Visio macro that runs when I close a document, but I've run into a snag...
    The problem is that the code below only works when I press the 'X' in the corner of the document to close it.  If I try to close it using
    File -> Close, I get the error "Run Time Error -2032464741 (86db0c9b) An exception occurred", and the debugger highlights the first 'Application' line.
    I need the code to work regardless of the close operation, and I'm not sure how to make that happen (since I assumed it should've work the same regardless).
    Private Function Document_QueryCancelDocumentClose(ByVal doc As IVDocument) As Boolean
    Document_QueryCancelDocumentClose = True
    If MsgBox("If you made changes, did you UPDATE the Diagram History? (Select Yes if no changes were made)", vbYesNo + vbCritical + vbDefaultButton2, "Warning - DIAGRAM HISTORY UPDATED?") = vbYes Then
    Application.ActiveDocument.Pages.ItemU("Diagram").Layers.Item("Warning").CellsC(4) = 1
    Document_QueryCancelDocumentClose = False
    Else
    Document_QueryCancelDocumentClose = True
    End If
    End Function
    Any help would be appreciated.
    Zang

    I'm betting your typical "try this" response is not what anyone wants.  But since you've chimed in... my problems with the Visio event model are PLENTY.  Print and save events that cannot be cancelled, document close that doesn't fire on application
    close, and Application.BeforeDocumentSaveAs that occurs WAY AFTER the document has been saved are just a few.  (Did Microsoft even test these events??)  The official Microsoft response to ALL of this was, in a word, "repurpose" it. Essentially they
    advocate completely rewriting the actual Save and Print portions of the interface and corresponding logic in Visio by intercepting keystrokes and redirecting ribbon extensibility idMso ="FileSave" and idMso ="FileSaveAs" commands to your own methods. 
    To quote paid support:
    "You may repurpose Save command in Visio as suggested in my previous email, however there is a design limitation that does not allow repurposing Print backstage button.
    In order to achieve Visio Print repurpose, the workaround is to hide the print back stage altogether and plug with custom backstage ribbon xml."
    We now also repurpose idMso="FilePrintQuick", idMso="FilePrintPreview", and idMso="FileClose" customUI commands, but we still had to use the logic above to catch save before closing. 
    Valid methods that work while Visio is active will fail within Application close.  IT IS A BUG IN VISIO.  That is what this post is about.

  • Firefox 25.0.1 Warn when closing multiple tabs (on) conflicts with "show windows und tabs from last time" (on); need both, but only one or the other works.

    Using Firefox 25.0.1 on Windows 7 Home Premium
    I've poured through support forums for Mozilla Firefox searching for a fix to my initial problem of the "Warn when closing multiple tabs" pop up not popping up when I have it selected.
    Went through About:Config, making sure warnings for tabs und closing, und showing on quit, und quitting, etc. were all set to true, which were "possible" fixes for the issue I was having, there are like five or six things set to true for warnings/quitting/etc. No avail. They are all set to true.
    Then I stumbled across one that suggested a conflict with the "Warn When Closing Multiple Tabs" und the "Show Windows und Tabs from last time".
    I use both features. However, I found if I want the warning pop up for closing multiple tabs, I have to have "show homepage" or "show blank page" selected instead of "Show windows und tabs from last time" selected. (Tools>Options>General>Start Up>When Firefox Starts:) The problem with this is, yes, I get my warning pop up, BUT, I don't get my tabs from my last session.
    The warning in settings (Tools>Options>Tabs>Warn Me When Closing Multiple Tabs) is checked.
    To have my tabs restored from last session, I simply select it for "when firefox starts". Bam, I have my tabs that were open from the last time I quit. Und again, full circle, I don't have my warning pop up.
    There were also suggestions of the warning on close for tabs is conflicting with add-ons.
    However, I don't have many. Und I have yet to test them to see if they interfere. These are according to my Add Ons tab when I check it myself.
    Extensions:
    1. Avast WebRep (disabled)
    2. HP Smart Web Printing (disabled)
    Plugins:
    1. Adobe Acrobat
    2. Google Update
    3. iTunes Application Detector
    4. Java (TM) Platform SE 7 U45
    5. Shockwave Flash
    6. Shockwave For Director
    7. Silverlight Plug-In
    8. VLC Web Plugin
    9. Windows Live Photo Gallery
    10. Java Deployment Toolkit (disabled)
    Note: The Details Firefox provides says I have these for Plugins
    * Shockwave Flash 11.9 r900
    * Adobe Shockwave for Director Netscape plug-in, version 12.0.5.146
    * Next Generation Java Plug-in 10.45.2 for Mozilla browsers
    * Google Update
    * Adobe PDF Plug-In For Firefox and Netscape 11.0.05
    * VLC media player Web Plugin 2.1.0
    * 5.1.20913.0
    * iTunes Detector Plug-in
    * NPWLPG
    Unsure of what the "5.1.20913.0" und the "NPWLPG" plugins are, but they don't appear to me under Add Ons.
    Und as usual, I'm assuming the solution lies within About:Config, I will show here now what I have set to True.
    browser.tabs.warnOnClose - True
    browser.tabs.warnOnCloseOtherTabs - True
    browser.tabs.warnOnOpen - True
    browser.warnOnQuit - True
    browser.showQuitWarning - True
    As aforementioned:
    The seemingly only issue is the conflict between Show Windows/Tabs From Last Time und the Warn On Quit pop up. Und again, I need/want both of them. More so the tabs from the last session, but I really really really really really want the warning.
    So, if anyone knows a work around, preferably without having to download anything to fix this, I would be extremely grateful.

    You mention a second subject.
    ''I'm probably going to downgrade to another version of firefox that was suggested to me since I'm also having issues with shockwave flash causing firefox to hang und ultimately needs to be force closed otherwise having to have flash disabled to use firefox.''
    <u>Downgrading Firefox </u><br />
    Flash is notorious for causing Firefox problems. I suggest you start a new thread about that. If at all possible you should try to avoid downgrading to an unsecure & unsupported version of Firefox. it will increase risks to your system and Personal data. (There are methods of mitigating the risks, using a virtual machine or operating within a secure intranet for instance)
    *(Do Not) [[Install an older version of Firefox]]
    <u>Try Flash with Protected Mode Off</u><br/>
    Worth a try as it takes minimal effort & often solves Flash Problems whilst allowing current and more secure FlashPlayer to be used. See
    * http://kb.mozillazine.org/Flash#Flash_Player_11.3_Protected_Mode_-_Windows
    * http://forums.adobe.com/thread/1018071#TemporaryWorkaround
    If you wish to pursue these subjects further I note you have already started a thread you may as well continue the discussion in that thread, but also post back here so we can follow both.
    * ''Firefox is having "Script" issues (Not Responding) und possibly Flash issues?'' [/questions/978181]
    ** try ensuring you close down Firefox using the menu, that may even help with Flash problems.
    <u>Your experience in submitting troubleshooting information on the forum</u><br />
    (This is out of curiosity, but with the intention of pressing for changes if forum faults are discovered.)
    There are yet more changes to this forum underway. Mozilla recently tried to improve the experience for first time users of the forum and a troubleshooting app option was included in the workflow to try to encourage users to submit full troubleshooting information.
    I would be interested to know what you thought
    I sometimes wonder if users are not trying to use that, or whether forum users run into problems in using it. At one point I wondered whether there was a problem if too much data was included but never actually proved that conjecture.
    Assuming you are using the forum, and not merely replying by email look towards the top in the right hand margin for clickable buttons
    * Question Details -V- More System Details -> [Additional System Details]
    You will note that includes only partial information. There are no changed prefs or extensions listed. Compare for instance the information in this thread [/questions/978130] with full information.
    I believe your mystery plugins are Windows related
    * NPWLPG relates usually to Windows Live Photo Gallery
    * 5.1.20913.0 will be Silverlight

  • Why has my new ipad stopped saving photos from Facebook?  Problem could have started when I downloaded the new OS.

    Why has my new IPad stopped saving pictures from Facebook.  Worked originally and problem may have started when I downloaded OS 6.

    You are correct that the behavior started when you installed iOS 6 - but as Chetan6518 explained - you now have to configure it in the settings.
    Along with the suggestion above, there is also a Photos setting in Privacy and that gives access to approved apps for photos as well.
    Last of all, make sure that you haven't set a photos restriction in Settings>General>Restrictions>Privacy>Photos

  • Viewing and closing photos on Facebook

    The last 3 to 4 weeks I have trouble closing photos in Facebook. Also if I click on a photo it opens at the top and then I have to scroll up to look at it. Does anyone else have this problem, or does anyone know a solution because it is really annoying?

    Check the image exceptions: Tools > Options > Content: Load Images: Exceptions - See Options window - Content panel
    A way to see if images are blocked is to click the favicon (Site Identification icon) on the left side of the location bar and click the "More Information" button.
    This will open the Security tab of the Page Info window (also accessible via Tools > Page Info).
    Go to the Media tab of that Page Info window.
    Select the first image and scroll down though the list with the Down arrow.
    If there is a tick-mark in the box Block Images from... then remove that mark to unblock the images from that domain.
    See also:
    Images or animations do not show
    http://kb.mozillazine.org/Images_or_animations_do_not_load

  • MacBook Pro 17" doesn't sleep when top is closed

    The problem is described in the title of this thread. Is there a .plist file where the setting for this may have gone wrong.
    Have had the MacBook Pro about 5 months. It has functioned normally during most of that time - the computer went to sleep if there was no input for a set amount of time, OR immediately, when the top was closed...until recently. Now, shutting the top puts out the monitor and shuts down the hard drive, but the computer does not sleep until the set amount of time passes, and the computer then sleeps due to inactivity.
    May be due to some screen "savers" I installed (from uselesscreations.com and sandiegoscreensavers.com). But I'm not as much looking for causes as a solution to restore default behavior. I suspect a .plist file setting to default values would do it, but which one(s) ?
    Thanks for any solutions or clues.

    Welcome to Apple Discussions!
    Might this apply?
    http://docs.info.apple.com/article.html?artnum=304372
    Thank you for taking time to read my question and for offering help. But, no, that article does not apply.
    The article describes a different problem (monitor failing to go out) to mine (computer failing to go to sleep). The article also describes a cause that cannot possibly be the cause of my computer's problem: Boot Camp Beta. I have never installed Boot Camp Beta, nor any other non-OS X compatibility software, on this computer.
    MBP Mac OS X (10.4.8)

  • How do i scroll down on the event box when downloading photos

    I am trying to import photos onto my ipad from my macbook, and i want to select certain events but it is impossible to scroll down to tick the boxes?

    I find myself having problems scrolling sometimes when particular website use frames, like you mentioned above. Sometimes rotating the device helps you reach a 'scrollable' section of the screen and can solve the issue. You may also try installing Google Chrome on your iPad to see if it solves your particular scrolling problem.
    You otherwise may be out of luck using your iPad for school. Often times schools use Java, Flash, etc, in their websites to make it easier to streamline, but may become incompatible with a touchscreen device.

  • Have latest updates for mac and iPhoto.  several of "events" now show as grey squares with a plan tree, no thumbnails when scrolling over as before.  Photos show when clicking on icon but not visible as a group.  What gives?

    Have the latest updates on my iMac and iphoto.  Recently several "Event" folders have turned to grey with a palm tree in the corner.  Before there was a "key" photo to help identify the event.  The event title is still at the bottom of the square but no key photo.  When i click on the icon, the photos that it contained show up, but when closed again disappear.  How do I correct this annoyance?
    Also:  One event that contains about 12 photos has a problem---some of the photos when clicked will enlarge and show individually on the screen and print out, while others when clicken on show a black background with an exclamation mark and will not print.  Thoughts?

    Back up your iPhoto library, Depress and hold the option (alt) and command keys and launch iPhoto - rebuild your iPhoto library database
    LN

  • My iPad mini, can only access camera roll photos. When posting on facebook. I can not access shared photos from my apple devices.

    problem with iPad mini and iPhone 5c and Facebook app. I can only access camera roll, when posting photos, I can not see shared photos. Which I could before the previous 3 updates. I did speak to Apple support but they said Facebook was behind. i think over 6 months later I still have the same problem!

    Thank you. Do you have any idea about the 5c, which is only 2 weeks old. Before this I had an iPhone 4, and you could choose which collection you wanted to post from,
    but my 5c is also only showing camera roll, pehich is rather annoying to say the least!

  • When post photos by facebook on ipad then could not post some photes in same time

    Dear apple,
    Plese improve when post photos by facebook on ipad is same as on iphone , it is mean user can post a lot of photos in same time

    Hi Christian
    I feel your pain.  You need better advice than this but maybe this will help keep the thread open.  You probably have down everything on HT3085 maintenance but never hurts to do it again.  You said once only AP was open and it crashed but check you loggin Daemons at startup.  Try eliminating the ones you dont need and turn off Carbonite while trying.  And of course try another Library and see if the problem exits.  And use a new login account  (thanks Leonie).   Make sure your read/write permisions have not changed on the Drobo 5d and its in HFS+ formate.  Your images (referenceed) can be on the Drobo directly connected to your imac but not the database of the Lib, it dosent like nas or ___.  You say it happens only in AP when Repairing  an image or it also happens outside of Aperture, that is AP is not open you still crash.  Do you have another monitor attached to the imac when hangs occur.  How much Ram and what percentage of empty HD space do you have.  Stay positive, from what I hear  most poeple run smoothly, so this too can be fixed.  David

Maybe you are looking for

  • Baseline date is taken as document date by default

    hi fnds IN MIRO document, my baseline date is taken as document date by default. pls tell me how to change this. even it is not picking the payment terms set in Vendor master and MIRO. pls answer this Thanks in advance

  • Does anyone know how to slow the audio for published project

    I have been using Bridget in Captivate 7 with a VTML speed of 95 which in development sounds normal and the appropriate speed but when I published the project, its like she goes through the narration quick. I see it happens only when the sentences ar

  • Voice command ???? for E 63 , how to use it?

    i recently bought E 63, i studied the manual of E 63, i cannot get the clear concept of voice command option in the phone. In the E 63 key pad where is th evoice key (colour, any indication ----- voice key????/) . whhat is the concept of this voice c

  • Unexpected Signal : 11 Function name=XmRenderTableFree

    Hi, Could someone please help me. I am trying to install Oracle9i but when I run the installer I'm getting an error. A copy of the log file is below. Thanks for any assistance. An unexpected exception has been detected in native code outside the VM.

  • How do i bypass my lockscreen?

    I forgot my password and need to know how to reset my password without resetting my whole phone. how can I do that without disabling my phone?