Where have my up and down arrows gone?

Upgraded my MacBook to Firefox 26.0 and scrolling up and down arrows on the right side have disappeared. If I just use my touch pad it skips around and is very frustrating. I want my arrows back! Can't find anything in preferences to change. Mac is running 10.9.1
Please help?

On Mac the scroll bars can be hidden and only have them show when you scroll the page so you can see the current scroll position.
The idea is that a touch pad is used that doesn't require the scroll bars to be visible and thus have more screen estate for the browsing area.
You can make the scroll bars always visible:
System Preferences > General > Show Scroll Bar > Choose "Always"
*http://heresthethingblog.com/2013/02/25/mac-tip-missing-scroll-bars/

Similar Messages

  • Where have the Save and View button gone in Lion Mail?

    Where have the View and Save buttons gon in Lion Mail?

    genk wrote:
    Does someone know why  'Today' 'Yesterday' 'Last week' has gone from the Finder window?
    Greetings.
    Try this...
    http://christianboyce.blogspot.com/2011/08/bring-back-for-in-lion-finder-sidebar .html
    I've tried it and it works to bring back today, yesterday and last week...

  • Where have the left and right arrows and and URL window gone from the middle of the Safari header bar?

    Where have left abd right navigation arrows and URL window gone from the Safari header bar at the top of the page?

    Welcome to Apple Support Communities
    It looks like you hid the toolbar. Open Safari and go to View menu (on the menu bar) > Show Toolbar. If this doesn't work, choose Customize Toolbar and drag the options you need

  • Where have my mirroring and airplay icons gone??

    all of a sudden on my 4s and my ipad 2 the airplay and mirroring options/icons have disappeared??? any idea's...... and yes i have logged in and out etc lol

    Mine are gone too, what the heck?!

  • Where have my templates and colour palette gone?

    I had a number of tailor-made presentation templates in Keynote, along with my dedicated colour palette, which I need for making client presentations.
    They have all disappeared since I upgraded to 6.0.
    Does anyone know how I can recover them?
    Thanks.

    Mine are gone too, what the heck?!

  • HT1386 why won't my ipad charge from my computer - my iphone does! and where has my facetime and contacts icons gone?

    Why won't my ipad charge from my computer when my iphone does? also where have my facetime and contacts icons gone?

    A computer USB port does not provide enough power to charge and run the iPad at the same time but it will charge it if the iPad is turned off.  It will take about four times as long to charge than with the iPad charger.
    The Contacts icon may be inside a folder, such as Utilities.
    There is no Facetime icon.  Start a Facetime link from a contact.

  • The right side scroll bar on firefox no longer has an up and down arrow after my last update. I have to fix this! Please help!

    After my last update with Firefox, my right-hand scroll bar no longer has up and down arrows. I really need to get them back. I'm using a Mac laptop.

    So the whole button is missing. I have no idea how to fix the default theme, since it is inside omni.ja, which is not accessible from just any archive handler, and I have not found any way to open it. My problems were with third party themes, and I managed to fix those by editing parts of the themes.
    Maybe you could set up scrollbars yourself by using a userChrome.css file plus images. You could get some tips by opening third party themes and looking at their scrollbars.css files.
    * http://kb.mozillazine.org/UserChrome.css

  • Where is the Page History down arrow?

    Where is the Page History down arrow? This should be part of the forward/back icon in the address bar. Not showing in Vista.
    All I have is the Forward and Back arrows - no down arrow that would bring up recent pages in order loaded.

    If you want the drop-down arrow you can add it with the Back/forward dropmarker add-on - https://addons.mozilla.org/firefox/addon/backforward-dropmarker

  • Spacebar,Enter,Delete,up and down Arrow keys are not working...

    Hello Everyone,
    My Hp Laptop has gone through a serious problem. Its Spacebar,Enter,Delete,up and down Arrow keys have stopped working . I am not sure how this problem caused . So i gone  through varios fixes, that were -
    1. Rstoring to an earliar date.
    2. Re-installling Keyboard driver
    3. Formating the System.
    The third fix Formating helped me and my keys started working . After some day I installed a software HP Network Manager but this after installing it again those keys stopped working and also the LED lights on Caps Lock and Wi- fi are not turning on but these two are functioning normally.
    the some of the information related my HP laptop are-
    Model: Pavilion G6
    ram 4 gb.
    OS: Windows 7 Home Basic
    can anyone please suggest me is it a hardware related problem or some software/driver  related ? And also what next i do to fix this serious issue...
    Thanks in Advance.
    This question was solved.
    View Solution.

    Hi Alien004,
    You and Advance23 have pretty much covered everything at this point and I believe that it is a hardware issue. I would advise that you contact HP regarding a possible repair. You can reach HP Total Care at 1-800-474-6836 in North America or start here outside of North America.
    Please click “Accept as Solution ” if you feel my post solved your issue.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Thank you,
    BHK6
    I work on behalf of HP

  • Algorithm arranging the Sequence of Records... UP and DOWN arrow

    Is there some kind of algorithm for sequence of existing records with up and down arrows?
    Move a record up (up arrow)
    Move a record down (down arrow)
    I think i need a scrollable resultset (update query) position = ++; etc somthing like that, can someone post a algorithm or sample code (scriplet)
    Thank you in advance

    I have a database field named secuence
    Somthing is wrong with this code 10 dukes thank you in advance:
    <%
    Statement stmt3 = con.createStatement();
    String iSeq =request.getParameter("seq");
    String iID =request.getParameter("ID");
    String action=request.getParameter("action");
    if (request.getParameter("action") != null && action.equals("moveup")) {
              String sql = "update hog_evenementen " +
                        "set sequence = "+ iSeq +" - 1 where id = "+ iID +"; " +
                        "update hog_evenementen " +
                        "set sequence = (sequence + 1) where (sequence = "+ iSeq +" - 1) AND (id <> "+ iID +")";
              stmt3.executeUpdate(sql);
    } else if (request.getParameter("action") != null && action.equals("movedown")) {
              String sql = "update hog_evenementen " +
                        "set sequence = "+ iSeq +" + 1 where id = "+ iID +"; " +
                        "update tblTest " +
                        "set sequence = (sequence - 1) where (sequence = "+ iSeq +" + 1) AND (id <> "+ iID +")";
              stmt3.executeUpdate(sql);
    %>
    Links that move records up and down:
    <a href="evenement.jsp?action=moveup&id=<%=id%>&seq=<%=sequence%>"><img src="images/hog_omhoog_icon.gif" alt="Omhoog" width="12" height="14" border="0"></a></div></td>
    <a href="evenement.jsp?action=moveup&id=<%=id%>&seq=<%=sequence%>"><img src="images/hog_omlaag_icon.gif" alt="Omlaag" width="12" height="14" border="0"></a></div></td>

  • Up and Down Arrow Keys Not Working

    I have had the HP Pavilion g6t-1b00 CTO Notebook PC for a year or two now. I've been having a couple of problems with internet connectivity and putting my computer on "sleep".
    However, few days ago, my keyboard randomly started acting weirdly. When I would try to type certain letter/numbers, they would come out differently. 
    Ex. pressing the space bar would show up " ./M" instead
    I tried restarting my computer many times and installed a BiOS update which fixed all of my issues except for my up and down arrow keys. As of now, they have no function; I can't scroll with them and they don't seem to be taking on the role of another key. I have tried using the keys on different programs. Using the touch pad to scroll works but I still can't use the up and down keys.
    Is there anyway to get the up and down arrow keys to work again?
    This question was solved.
    View Solution.

    Hello Larasoft,
    I understand you’re up and down arrow keys are not functioning, is that accurate? I will do all I can to help you with this issue.
    I want you to access the setup menu to test the keys out, see instructions below.
    1.       Shut down the computer.
    2.       Locate the F10 key across the top.
    3.       When you turn the computer back on immediately start tapping the F10 key repeatedly.
    4.       If successful you should be on setup utility screen. What’s different about this is you can only use you arrow keys to navigate.  
    5.       Try working the arrow keys  up and down on different menus and see if they work.
    6.       Once you tested it press F9 to setup defaults and then press F10 to save and exit.
    If I have been helpful or if you’d like to say thanks you can click the white star under my name to give me Kudos.  I really appreciate it.
    Please respond at your earliest convenience with you results.
    Thanks
    Clicking the White Kudos star on the left is a way to say Thanks!
    Clicking the 'Accept as Solution' button is a way to let others know which steps helped solve the problem!

  • Recently Firefox is no longer recognizing Macro Express macros, and the up and down arrows no longer work as they should.

    The Macro Express works in all other browsers (and programs), but no longer works in Firefox.
    The up arrow and down arrow works in all other browsers, but in Firefox, instead of moving down (or up) a line at a time, the page moves way, way down (or up). The Page Up and Page Down buttons work only part of the time... if a down arrow (or up arrow) was used, the Page arrows move the page but not one page up or down...many pages up or down.
    If I need to change back to an earlier version of Firefox, I will do this. Please tell me how to make things work the way they should work.

    You may have switched on caret browsing.
    *http://kb.mozillazine.org/accessibility.browsewithcaret
    You can press press F7 (on Mac: fn + F7) to toggle caret browsing on/off.
    *Tools > Options > Advanced : General: Accessibility: [ ] "Always use the cursor keys to navigate within pages"
    *http://kb.mozillazine.org/Scrolling_with_arrow_keys_no_longer_works
    *http://kb.mozillazine.org/Accessibility_features_of_Firefox

  • Why am I recently unable to use my mouse to scroll email topics or content?  I can only use the up and down arrows keys to scroll.

    Why am I recently unable to use my mouse to scroll email topics or content?  I can only use the up and down arrows keys to scroll. I am able to use my mouse to scroll through internet searches.  It only seems to have affected my email messages.

    Try a restart.
    Do a backup, using either Time Machine or a cloning program, to ensure files/data can be recovered. Two backups are better than one.
    Try setting up another admin user account to see if the same problem continues. If Back-to-My Mac is selected in System Preferences, the Guest account will not work. The intent is to see if it is specific to one account or a system wide problem. This account can be deleted later.
    Isolating an issue by using another user account
    If the problem is still there, try booting into the Safe Mode using your normal account.  Disconnect all peripherals except those needed for the test. Shut down the computer and then power it back up after waiting 10 seconds. Immediately after hearing the startup chime, hold down the shift key and continue to hold it until the gray Apple icon and a progress bar appear. The boot up is significantly slower than normal. This will reset some caches, forces a directory check, and disables all startup and login items, among other things. When you reboot normally, the initial reboot may be slower than normal. If the system operates normally, there may be 3rd party applications which are causing a problem. Try deleting/disabling the third party applications after a restart by using the application un-installer. For each disable/delete, you will need to restart if you don't do them all at once.
    Safe Mode - Mavericks
    Safe Mode - About

  • Oracle 10g and JAWS -- use of Up and Down Arrow keys

    We are in the process of converting an Oracle 6i application to 10g and applying Accessibility standards to our application so that it will work with the JAWS screen reader.
    The version of JAWS we are using is 7.10.452 Unicode, The Java Access Bridge version required is version 1.2.
    THis problem manifests itself when using the UP and Down arrow keys to move between rows in a mutli-record screen.
    The problem is that on using either the Up or Down key JAWS read the content of the current field before moving to the new record and announcing the prompt and content.
    Has any one got any solution to this.

    Hello Larasoft,
    I understand you’re up and down arrow keys are not functioning, is that accurate? I will do all I can to help you with this issue.
    I want you to access the setup menu to test the keys out, see instructions below.
    1.       Shut down the computer.
    2.       Locate the F10 key across the top.
    3.       When you turn the computer back on immediately start tapping the F10 key repeatedly.
    4.       If successful you should be on setup utility screen. What’s different about this is you can only use you arrow keys to navigate.  
    5.       Try working the arrow keys  up and down on different menus and see if they work.
    6.       Once you tested it press F9 to setup defaults and then press F10 to save and exit.
    If I have been helpful or if you’d like to say thanks you can click the white star under my name to give me Kudos.  I really appreciate it.
    Please respond at your earliest convenience with you results.
    Thanks
    Clicking the White Kudos star on the left is a way to say Thanks!
    Clicking the 'Accept as Solution' button is a way to let others know which steps helped solve the problem!

  • KPI's in BIP report (up and down arrows) - How?

    All,
    Can we show the KPI's (Key Performance Indicators) i.e. the up and down arrows indicating increase or decrease of performance.
    if yes, please explain how.
    thanks in advance.
    Narasimha

    All,
    We were able to get this out.
    We have taken the image from te BIdata directories and used in RTF template to conditionally display the up or down arrow image.
    All the best
    Narasimha

Maybe you are looking for