Tell me how to make Ctrl-B open the bookmarks panel on the left side and NOT open Bing.

For years the Bookmarks panel on the left side would open when I press Ctrl-B. Now it opens Bing. How can I fix this?

Does the sidebar open correctly if you use View > Sidebar?
*Press the F10 key or tap the Alt key to bring up the hidden Menu bar.
There aren't any extensions listed in the System Details List that could cause this, so I'm not sure why this would happen.
*https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
Are you sure that you aren't opening a specific bookmark in the sidebar?
Opening in the sidebar is the default for bookmarks that are created via a link or button on a website.<br />
You can check the properties of a bookmark via the right-click context menu in the sidebar (Ctrl+B; Command+B on Mac).<br />
In the Bookmarks Manager (Bookmarks > Show All Bookmarks) you can click the More button in the Details pane at the bottom right.
Make sure that "Load this bookmark in the sidebar" is not selected.

Similar Messages

  • MacBook Pro 15" 2007 is dead. How to make sure it's the left I/O board?

    My 15" 2007 MacBook Pro is now completely dead. No light on the 85W magsafe (which does work on unibody MBP 15), battery completely empty, no sign of life whatsoever. Apple Store says I need a new "logic board" but could not specify which one, main or left I/O. How can I make sure it is the left I/O board?
    The computers' power circuits have been steadily declining in recent months. It has a checkered history - it's the one that ran hot, had kernel panics due to graphics card drivers, and had the graphics card hardware issue. The computer died in October 2008 and "the logic board" was replaced under Apple Care, free of charge. When AppleCare ran out I bought a unibody MPB and my son inhereted the 2007 model, using it for his music and being pretty happy with it, until the battery would not charge anymore. He then ran it on the power supply only, until it would not boot up. Apple Store did some magic with it (probably reset SMC), it ran for a while longer without charging battery, then did the same thing (not booting, but magsafe connector showing green LED). Searching on the web I found some hints as to how to reset SMC and this worked - once. Took the computer off the magsafe when going on a holiday, when I came back it had deceased.
    Apple Store quoted $ 540 for a logic board replacement. The left I/O board is available online for $ 119 and I am able to mount it myself, would do so if I could make sure that this unit has failed and not the main board. And that, friends, is my question.

    Let the Apple folks - or an AASP - run diagnostics on the machine. They'll be able to tell if you need a new logic board or not. Get an estimate - if it seems outrageous then it's probably time to buy a new computer.
    Just my 2¢...
    Clinton

  • How to keep a label at the left side of a JScrollPane

    Hi all
    I am essentially trying to make a text block that doesn't move as the scrollpane scrolls (horizontally in my case)
    Here's my code trying to do this simply using Graphics.drawString (not compilable - tell me if you need something that compiles):
              g.setFont(getTaskFont());
              g.setColor(getTaskLabelForeground());
              g.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON);
              JScrollPane sp = ComponentUtilities.getJScrollPaneAncester(this);
              for (int i = 0; i < tasks.size() - 1; i++) {
                   Task t = tasks.get(i + 1);
                   FontMetrics fm = g.getFontMetrics();
                   int y = i * (rowHeight + rowSpace) + fm.getAscent() + (rowHeight - fm.getHeight()) / 2;
                   int strlen = fm.stringWidth(t.getName().toUpperCase());
                   int start = getXLocationForTime(t.getStart());
                   int end = getXLocationForTime(t.getFinish());
                   int len = end - start;
                   int x = 0;
                   //System.out.println("task: " + t.getName());
                   if (strlen < len) {
                        x = Math.min(end + 5, Math.max(start + 3, sp.getHorizontalScrollBar().getValue()));
                   else {
                        x = end + 5;
                   g.drawString(t.getName().toUpperCase(), x, y);
              }Here's my code trying to do this using a JLabel
                   JScrollPane sp = ComponentUtilities.getJScrollPaneAncester(this);
                   int y = i * (rowHeight + rowSpace); //+ fm.getAscent() + (rowHeight - fm.getHeight()) / 2;
                   int strlen = fm.stringWidth(t.getName().toUpperCase());
                   int start = getXLocationForTime(t.getStart());
                   int end = getXLocationForTime(t.getFinish());
                   int len = end - start;
                   int x = 0;
                   //System.out.println("task: " + t.getName());
                   if (strlen < len) {
                        x = Math.min(end + 5, Math.max(start + 3, sp.getHorizontalScrollBar().getValue()));
                   else {
                        x = end + 5;
                   floaters.setLocation(x, y + (rowHeight - fm.getHeight()) / 4);
                   floaters[i].repaint();
    Both [i]almost work, but the scrolling is not smooth (blinks back & forth). It seemed like a double buffering problem, but when I added code to paint first to an image and then to screen the issue remained.
    I also tried adding labels to the JLayeredPane popup layer, but I this solution is problematic also, as labels start drawing all over the place. Plus, I'd rather not have to keep track of the labels and be repositioning them in the first place.
    Any advice on this is sincerely appreciated.
    Thanks!
    -Tom
    Anyone know how to fix this?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Darryl Burke wrote:
    a label at the left side of a JScrollPaneI take it <tt>setRowHeader</tt> / <tt>setRowHeaderView</tt> don't do what you want?
    dbThat's a very helpful suggestion, and I think would solve the problem as stated, however in reading your answer I see now that I didn't state my problem well, and that what I am trying to do is much more complex than I originally thought it was.
    Thanks tho, you have helped me gain clarity in what I am trying to do.

  • I did something that changed my viewing screen and cannot correct it. It ssems that my screen is too big for the monitor. Ihave a lot of blank space on the left side and cannot view my side slide bar on the right side-how can i adjust the screen

    the viewing screen is off center -govong blanck space to the left and not allowing me see the slide bar on right

    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • My iPod is cracked and chipped, and the left side does not work, so how am I supposed to get my serial number from my iPod since I cannot unlock it?

    Hello.
    My iPod was knocked out of my hand at school and it cracked and chipped really bad. It worked fine, until this moning. The entire left side of my screen does not work at all. I cannot rewind songs, unlock my device, or enter my password.
    How am I going to get my serial number now?
    It is practically impossible.
    And how much would it cost for it to be fixed?
    It is a 4th gen black iPod touch.

    This article can show you how:
    http://support.apple.com/kb/ht1459
    Also have you ever made a back up to iTunes?
    In terms of a replacement the cost can be found at the linke below:
    http://www.apple.com/support/ipod/service/faq
    Remember to select your country before checking the price.

  • How to display NEGATIVE sign on the left side of a number in SMARTFORMS

    Hi,
         In smartforms I'm trying to print some negative values, but the negative sign is displayed on the right hand side of the number.
    How can I display the '-' sign on the left hand side of a number. I tried the logic &value(<), it works well in sap scripts. Why is it not working in smartforms ?
    Eg :   I'm getting  the output  as  126.75 -
             I want :  - 126.75

    see this wiki which gives details for restrictions of formatting options (I guess you didn't declare the variable correctly, i.e. with the right data element): http://wiki.sdn.sap.com/wiki/display/ABAP/SAPscript#SAPscript-WhatarethevarioustextformattingoptionsinSAPscript%3F

  • How can I install Itunes in the data drive and not in OS partition?

    My PC has a 3 partitions and I hace installed Itunes in the OS partition, very small. How can I install Itunes in the data drive?

    See Williams Lloyd's post > https://discussions.apple.com/message/15670671#15670671

  • How do I stop the iMessage conversation from automatically showing when I go into the I message center? I only want the contacts to show down the left side and nothing on the right until I select a conversation to view.

    HOW DO I STOP THE WHOLE IMESSAGE CONVERSATION FROM AUTOMATICALLY SHOWING WHEN I GO INTO IMESSAGE? I only want the contact bar on the left to show and not the whole conversation, until I pick one to see.

    You can't. You can sign out of messages and turn it off, but you can't do what you would like to do. You can send feedback to Apple.
    https://www.apple.com/feedback/ipad.html

  • How to display Success Message on the Left side of Screen

    I am displaying a Process Success Message after the ApplyMRU process, *#MRU_COUNT# row(s) updated*. By default, this message is displayed at the center of the screen. I would like to display this message at the left hand side of the screen.
    I am using APEX 4.0; Theme Sand - 10. I have tried changing the alignment for the success message position in the Page Template – One Level Tabs, HTML Body section. But I am not having any luck.
    Does anyone know how to change/override the default position for the success message?
    Thanks

    Andy,
    I tried what you suggested and the success message is still being displayed in the center of the page.
    I went to Template --> Page --> One Level Tabs. In the Header, I put the following lines before the </head>
    <style type="text/css">
    .t10messages {text-align:left;}
    </style>
    </head>
    <body #ONLOAD#>
    #FORM_OPEN#
    I do not have any other custom CSS. Just strictly using Theme 10 - Sand
    Any ideas on what else could be the reason?
    Thanks,
    DP
    Sorry for the delayed response - out for holidays.

  • What makes applications "snap" to the left side of the screen & get smaller

    On occasion, an application such as Word will suddenly move from its normal location on the screen over to the far left side of the screen, with the top left corner of the pane in the top left corner of the screen. The application pane size reduces to about half its width.
    I know I've read or seen something about this, but can't remember where - something about applications resizing to the "best" size for the screen and other open applications. Can anyone enlighten me - I'm hoping there is some setting or keyboard shortcut that is responsible, and can be unticked!

    I don't know if this will help but:
    I have had this happen to me lots of times. But it only seems to happen in applications that don't support Spaces, or have problems dealing with Spaces. I only get windows to resize when I overload my system with a lot of things, (multiple Safari windows, multiple Finder windows, multiple Photoshop windows, etc...) I have discovered that the only applications that try to resize themselves are Safari and Word.
    I theorize that there is something inside of OS X to help CPU load, and that is one of the functions (smaller windows on the 1st Space take less CPU then large ones on other Spaces.) When I was board, I tried playing around with this, and the aforementioned case seemed to be true for me, but I have no idea. It could have all been coincidence.

  • Won't open webmail links, only black screens on YouTube, nothing but white screen on AARP games, often just a list of links show up on the left side and nothing else.

    This problems have happened ever since downloading 3.6.14. I downloaded the newest version of Shockwave Flash. I've disabled add-ons one at a time. Everything works in Safari, but I can't access email; trying to open links in other windows opens a blank page; no videos show up on YouTube or similar links. I trashed and downloaded Firefox again, but I'm still having the same problems.

    A possible cause is security software (firewall,anti-virus) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode

  • Does anyone know how you can play video with the screen locked and not just recorded video. Like downloaded video?

    So I want to be able to play video mp4 for my kids and lock the screen so that they don't disable or stop the video. Is there anyway you can lock the screen and play video? I've seen an app that tries to do this, but it only plays video recorded from the device. Also, it's not very good. I've also looked at IOS 5, but it only seems to support audio, not video, unless I am not doing something correctly? What happened to the simple old manual 'hold' switches that most devices have, like the PSP etc? It seems like all of the touch devices have neglected a simple touch disable button? Anyway, please provide any enlightenment here. 

    actually nevermind, it's working now. I closed iTunes, then waited a little, then double clicked one of my iTunes video files from my documents, which opened up iTunes again and the video started playing. I tried restarting iTunes before and that didn't work, so maybe for those who have similar problems, just try clicking on the video file in your documents/desktop of your computer, rather than directly from iTunes.

  • I some how moved all my icons from the bottom of the screen to the left side and can't get them back, cn anybody help?

    can anybody help?

    Click the Apple icon on the top left of the screen and move the cursor to Dock. On the list that appears you will be able to check "Position on Bottom".

  • How to make JDev aware of the xmldb API

    Hi everybody,
    I am a real beginner in Jdev, and I have to develop a
    Java Application using Oracle Java developer, against
    an XML-native database called eXist. I'll have to use
    a java API called xmldb supported by eXist in order to
    interact with the database. Although I have basic
    knowloedge in Object-oriented programming, but I don't
    know where to begin, especially how to make JDev aware
    of the xmldb API, and how to create classical
    application components (Windows, buttons, etc).
    Could you help me with some orientations and
    interesting links?.
    Thanks a lot.
    Mounir.

    Hi,
    don't know this database, but the database vendor should be able to explain how his DB is accessed from Java. If this requires libraries, then the vendor will provide these in JAR files, which you then configure with JDeveloper (as a custom library Tools --> Manage Libraries) or in the Project
    If there is a JDB driver for it, even better. This however is not a deliverable of JDeveloper but the database vendor
    Frank

  • Working outside the slide boundaries...  how do I see the left side?

    I want to have some objects slide in from the right side of the slide, and exit again later on the left side - and I want to be able to move them back again later.
    I can see the right outside boundary of the slide, but not the left - how can I do this? - It seems that the rulers always crop to left and top of the slide.... is there a way to change this?

    Bizarrely enough, the slide is pinned to the top left corner, and one cannot see blank off-slide space to the top and left.
    The workaround is to attach a transparent "handle" to the object -- create a long rectangle, make it transparent, group it with the object, and then you can use the "handle" to move the object off-slide.

Maybe you are looking for

  • AS2 communication setup

    Hi, We are using AS2 adapter to communicate with the customer. In QA system, in order not to send the files to customer, we have stopped the receiver communication channel manually. We have tested our scenarios by checking the payload of the data. (w

  • Can't see email; where is awake button?

    Can't see email; were is awake button on I pad

  • IPhone 3G queries

    Hi everyone I have got an iPhone 3G 16gb black and was just wondering if everyone else is having the same random things happen on their iPhone 3G's 1) Sometimes I go into settings and nothing loads up just a blank white screen and it freezes requirin

  • I lost Siri after last update. Please help.

    I Lost Siri after the last update, can anyone help?

  • Itunes drop down does not show apps

    I cannot find apps in my itunes.  It does not show up in the drop down menu in the upper left.  The only choices are music, movies, tv shows, podcasts, & books.  My computer was recently updated to mountain lion 10.8.5.  I imported my itunes from an