Why doesn't my back button work?

When I use Firefox, my "back" and "forward" buttons are faded out and inoperable. What do I do to fix this?

Not saving History (Tools -> options -> Privacy), make sure you are not clearing in "Settings for Clearing History"
* http://img232.imageshack.us/img232/4928/clearcachew.png
Check the above out, if that is okay then ...
Take a picture of your toolbars for later reference, then following directions for
* '''Corrupt localstore.rdf''' - MozillaZine Knowledge Base<br>http://kb.mozillazine.org/Corrupt_localstore.rdf
For help working with your '''bookmarks and history''' see
* '''Bookmarks''' -- http://kb.mozillazine.org/Bookmarks
* '''Sorting and rearranging bookmarks''' <br>http://kb.mozillazine.org/Sorting_and_rearranging_bookmarks_-_Firefox
* '''Viewing the browsing history''' <br>http://kb.mozillazine.org/Viewing_the_browsing_history_-_Firefoxfox

Similar Messages

  • Why doesn't the "back" button work all the time in Safari?

    Why doesn't the "back" button work all the time in Safari?

    thanks for the reply. You prompted me to check and I realised it wasn't installed on my test laptop and opening in Microsoft Reader. I've installed it now and it works.
    My next challenge is to prevent the mailto: command opening Microsoft Mail instead of Outlook, but I guess every user will have a different default.
    Thank you

  • Why doesn't the back button have a dropdown to jump back multiple levels in Firefox 4? Is there an option to re-enable that?

    Before I upgraded to Firefox 4, the back button (as it is in every other browser under the sun,) had a dropdown so you could skip one tier of going back and drop back multiple levels. This is especially important when there is a site redirecting you and you can't rewind past it with single Back clicks. However, FF4 doesn't have this -- at least not by default -- and I don't see it anywhere in the options to add it. Is it hiding somewhere I haven't found, or was that removed?

    You have to either click and hold the back button or right click to access the drop down selection.

  • Why doesn't the 'Reanalyze' button work?

    After accidentally syncing both the Upright Mode and the Upright Transforms (instead of just the mode) from 1 photo to approximately 200 other photos, I noticed something quite strange.
    When selecting the 'Auto' upright mode on any of the other pictures, the transformation was done using data from the original photo.
    When realising that I'd synced that transformation data across to a load of photos that it didn't apply to, I tried pressing the 'Reanalyze' button. This seems to have no effect - the images are still incorrectly transformed.
    The only solution was to manually reset every synced photo to its imported state (although I suppose I could have undone the sync operation, but I only realised this after doing other changes). After doing this, the transformations work correctly.
    Perhaps I have misunderstood what the button does, but if I have, then I can't see how you are meant to resolve this problem

    Apple doesn't support web based email clients. Why not use the Mail app that's pre installeed on your Mac?

  • Why doesn't my home button work?

    I just recently exchanged my iphone for a brand new one, because the "home" button didn't work, unless I pressed a thousand times. So the Apple store exchanged it for me, took it home, updated it, and its doing the same thing!!!  Can ANYONE help me on this? Im about to throw this thing of the Zakim Bridge!!!!
    Dave

    I have been having the same issue with my home button for the last few weeks, and it's only getting worse. When you went to the Apple store, did they say what was causing it?  I don't have the extemded warrenty on mine, I never bought one.  Not sure if they'll be able to help me with mine or not.  But I came on here and was going to complain about the same issue, then I saw yours.  I googled it and it seems like it's becoming a common issue, but everyone seems to have a different opinion of why and how to fix it.  ANNOYING. 

  • Why doesn't my bottom button work sometimes

    Sometimes it acts like its locked up and the bottom button won't work....

    I'm not exactly sure what could be causing this to occur, but this "fix" seems to have helped other users with a similar home button issue.
    From the home screen, double tap the home button to bring up the task bar with the recent apps in it. Tap and hold down on one of the app icons until they all begin to wiggle. Tap the minus signs in the corner of all of the apps to close them. Then tap the screen above the task bar. Restart the iPad by holding down on the sleep button until the red slider appears, then slide to shut down. Press and hold the sleep button until the Apple logo appears, to start up.
    You can also try an old standby -reset the iPad. Hold down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple logo appears - ignore the red slider - let go of the buttons. See if that helps.

  • Why doesn't my "SubmitFeedback" button work?

    Well for starters, I don't find a Feedback button at the top of the page as was shown. I got to it thru the menu. I get to the page where I can type in my suggestion but the "Submit" button seems dead. Nothing happens when I click it.

    I believe there's a Feedback link on the Help menu. Try using that one.

  • Why isn't my back button in Safari not working? I am constantly resetting Safari.

    Why isn't my back button in Safari not working? I am constantly resetting Safari.

    Cheryl...
    Go to ~/Library/Caches/com.apple.Safari
    Move the Cache.db (or ApplicationCache.db) file from the com.apple. Safari folder to the Trash.
    Restart your Mac. Launch Safari. Try the back button.
    ~ (Tilde) character represents the Home folder.

  • Why Doesn't the XIRR function work?

    In Excel if you have 5 records from a1:b5 then XIRR looks like this:
    XIRR(A1:A5, B1:B5) you get a nice neat answer like .35
    Here is a version that works in Crystal that would require manual entry of any new quarters numbers and dates-- and if you plug this into Crystal it works:
    (XIRR([1000000,-100000,-100000,-100000,-100000,10277.49,-100000], [DateValue(1999,2,1),DateValue(1999,3,1),DateValue(1999,6,1), DateValue(1999,12,1),DateValue(2000,3,1),DateValue(2000,6,1),DateValue(2000,9,1)]))*.100
    You do get a nice answer of something like .035.  But this is all done manually and I need it to function automatically when the report is refreshed.
    So you have a range for the currency and a range for the date fields. I need to simulate this in crystal. Crystal has an XIRR function, and with the arrays, I should be able to fill in the range, but am having difficulty getting it to work.
    After building the arrays, I made another formula to combine the arrays in the XIRR formula.
    I am down to this error now after getting this formula this far  --
    "Numerical method did not converge; try another value for guess."
    Here's where I am with the formula, although they don't want to use the guess part of the XIRR function - they just want to use the XIRR(number/currency, date).  Maybe you could pass this on too?:
    /{@Reset} for the group header (NOT using a repeated group header):
    whileprintingrecords;
    numbervar array x := 0;
    datevar array y := date(0,0,0);
    numbervar i := 0;
    numbervar j := 0;
    //{@accum} for the detail section:
    whileprintingrecords;
    numbervar array x;
    datevar array y;
    numbervar i := i + 1;
    numbervar j := count({table.groupfield},{table.groupfield});
    if i <= j then (
    redim preserve x[j];
    redim preserve y[j];
    x<i> := tonumber({table.currency});
    y<i> := datevalue({table.datetime})
    //{@xirr calc} to be placed in the group footer:
    whileprintingrecords;
    numbervar array x;
    datevar array y;
    xirr(x,y)
    The array works correctly.  So why do I get that error and why doesn't the XIRR formula work like they say it should?  Has anyone used this successfully in Crystal--maybe you could shed some light?
    Thanks!

    Hi,
    I am receiving that same error when the last item in the array is 0, otherwise all works perfectly.
    When I run the same group of numbers and dates in Excel it returns without issue.
    -265500.00,-690000.00,-570000.00,16814.25,-855000.00,-619500.00,55293.46,30411.40,15183.76,  0.00
    01-25-2007,03-06-2007,05-02-2007,06-29-2007,08-01-2007,08-24-2007,09-17-2007,03-14-2008,05-28-2008,03-31-2010
    =XIRR(A2:J2,A1:J1,-0.1)
    Is there a known bug in Crystal's XIRR function when the last value is 0? 
    Or a hot-fix that will repair this?
    Thanks in advance,
    Gary
    PS. I am using Crystal XI Product Version: 11.0.0.2495

  • Why doesn,t  my mail iccon work?

    Why doesn't my mail icon work?

    If you moved Mail out of the Applications folder, then applied the security update, Mail has been disabled.
    It must stay protected in the Applications folder, or you risk the possibility that malware might change it and use it to send spam.
    Mac OS X v10.6: "You can't use this version of Mail…" alert after installing Security Update 2012-004

  • Why doesn't my VGA adapter work to connect my iPad2 to my projector. I haven't had any problems in the past?

    Why doesn't my VGA adapter work to connect my iPad2 to my projector. I haven't had any problems in the past?

    Hey MarieF-D,
    Thanks for the question. The following article provides basic troubleshooting steps that may help to resolve your issue:
    iOS: About Apple Digital AV Adapters
    http://support.apple.com/kb/HT4108
    Troubleshooting
    If you encounter an issue using the Apple Digital AV Adapter or VGA Adapter:
    Disconnect and reconnect the adapter from the iOS device and display.
    Connect directly to the TV, projector, or external display using a known-good VGA or HDMI cable.
    Remove any VGA or HDMI extension cables or converters.
    Note that accessories that convert a VGA or HDMI signal to other video formats (DVI, Composite, Component) are not supported.
    Ensure that you are using the latest version of iOS. Some Apple Digital AV Adapters require iOS 5.1 or later.
    Note: When using an Apple Digital AV Adapter manufactured before early 2012 with iPad (3rd generation), you may see the "This accessory is not supported" alert. Dismissing the alert will allow you to use the adapter.
    For optimal performance, you may need to adjust the video resolution or settings for your display. If your display offers an "auto detect" or "factory default" setting, you may be able to use these options to optimize video resolution and display.
    Thanks,
    Matt M.

  • Lost my iPhone and why doesn't find my iPhone work

    Lost my iPhone and why doesn't find my iPhone work

    A friendly reminder: In order to use Find My IPhone Successfully, you need to 1. Turn on Location Services, 2. Lock Location Services (Using Restrictions in Settings, General, Restrictions) so that if some one else finds your IPhone, they can NOT turn off Find My IPhone And/Or Location Services itself! 3. Add your Mobile Me and/Or ICloud Account to your IPhone. 4. Lock Accounts (Again in Restrictions) from being changed or Deleted so that your Mobile Me And/OR ICloud Account can NOT be Deleted! 5. Look Up the Location of your IPhone Before Suspending Service to the IPhone, NOT after Suspending Service (simple common since applies here as well).

  • Why doesn't my duplicate frame work in photoshop 2014?

    why doesn't my duplicate frame work in photoshop 2014?
    I draw a figure in frame 0 then duplicate frame. After the frame is duplicated I move the figure over to make sure there are different frames but as soon as I check the first frame Ive noticed that both frames have moved together. So nothing has changed. Why?

    I always create the individual frames in layer groups first. So build what you need, break them up or duplicate them, position them where you want them and then create your frames by turning off all the layer groups or layers you don't need.
    Here is an example of one of my layer pallets:
    Each scene is a frame and I turn them on and off as I need them.

  • Why doesn't my email address work for apps

    Why doesn't my email address work on my envy printer?

    You don't give us anything like enough data to go on. What is your operating system? Do you have a functioning iCloud account - i.e. are you signed in in System Preferences>iCloud?
    Were you originally a MobileMe subscriber? If so, did you migrate to iCloud?
    Was your email still working recently? Do you get any error messages? What happens when you try to use it?
    Have you been using an @icloud.com address or an @me.com address?
    (Please do not post your email address when answering.)

  • Why doesn't my iWeb page work with google chrome?

    Why doesn't my iWeb page work with google chrome?

    Bonjour
    Don't test your website with Google Chrome if you publish it into a local  folder.
    Publish to a server. You need an URL with http:// and ( not file://) to view an iWeb site in Chrome.
    You can also
    activate the web sharing on your computer (Preferences system > Sharing > Check web sharing)
    publish to Sites folder (MacIntosh HD > Users > Home folder >Sites)
    and use the URL (with http) given by the web sharing tab in preferences system http://computer_name.home/~user_name/site_name/

Maybe you are looking for

  • Table or view not exists error from procedure - occurs randomly

    I have a procedure used in a website, it works fine until recently we occationaly getting an error said Table or View not exists, the error will go away if refresh the page which will re-execute the procedure. This procedure uses an table object as t

  • Relative links of local drive are not working

    I am trying to develop an interactive pdf having animations and links of files placed at same folder having interactive pdf. I tried by using hyperlinks but on export it convert it in absolute addresses. I also tried by using button (action: open fil

  • Problems with Friday the 13th update.

    First of all, it's rather an odd date for Verizon to update the Thunderbolt firmware, don't you think? Secondly, I have had nothing but bugs since I did the update and am a bit perturbed by the fact that Verizon has released this. It appears to me th

  • C5 keeps asking to setup email at power up

    Shiny new C5 (awesome phone) - has a few bugs - this one in particular: I went through one of the email setup wizards, setup gmail IMAP, and it works great. No problems at all. However, every time I turn on the phone, the welcome to your new phone sc

  • My iphone is not loading up

    when i switch on the phone it comes on but wont load up. the loading icon just keeps showing but thats it, any help?? iphone 3gs