Small bug, there isn't a close button for my sidebar when using bookmarks.

I have selected a few of my bookmarks/shortcuts to open in the sidebar. When they do, there is no way to close the sidebar. The little bar at the top does not seem to show up with the "X" symbol. When I open in a new window, however, it is there.

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
* [[Troubleshooting extensions and themes]]
If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
* Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
* Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
In Firefox 4 you can use one of these to start in <u>[[Safe mode]]</u>:
* Help > Restart with Add-ons Disabled
* Hold down the Shift key while double clicking the Firefox desktop shortcut (Windows)

Similar Messages

  • I updated my iphone and restored, now it is not being activated as this cannot be done anywhere in India. the help desk at a store asked me to restore it but there isn't any restore button now!

    I updated my iphone and restored, now it is not being activated as this cannot be done anywhere in India. the help desk at a store asked me to restore it but there isn't any restore button now!

    A compatible SIM card would be from AT&T and would not work in India.  It sounds as if your iPhone was hacked to unlock it and when you updated it, the hack was removed, thus relocking it to AT&T.

  • JTabbedPane with one close button for all tabs

    Hello,
    there have several solutions been posted for JTabbedPane subclasses that provide tabs with icons working as close buttons on each tab. I think this is not user friendly because the user can hit the close button accidentally when selecting a tab. And a "really close?" dialog is clumsy.
    Therefore I prefer the Netscape browser style: There's only one close button rightmost of the tabs that closes the selected tab. But I don't have an idea how to achieve this.
    Does anyone have a solution or an idea? Thanks in advance for help.

    This solution has been posted several times and is not what I wanted. But I rewrote the thing so that
    - the close buttons are on the right hand side of each tab so that it is conformant with Eclipse style, and
    - the close buttons work only with a left click (see code below).
    I just wonder how I can move the text a little bit to the left so that the appearence is a bit more balanced. Can someone help, please?
    import java.awt.Color;
    import java.awt.FontMetrics;
    import java.awt.Graphics;
    import java.awt.Rectangle;
    import java.awt.event.MouseEvent;
    import java.awt.event.MouseListener;
    import javax.swing.plaf.basic.BasicTabbedPaneUI;
    class TabbedPaneCloseButtonUI extends BasicTabbedPaneUI {
        public TabbedPaneCloseButtonUI() {
            super();
        protected void paintTab(
            Graphics g,
            int tabPlacement,
            Rectangle[] rects,
            int tabIndex,
            Rectangle iconRect,
            Rectangle textRect) {
            super.paintTab(g, tabPlacement, rects, tabIndex, iconRect, textRect);
            Rectangle rect = rects[tabIndex];
            g.setColor(Color.black);
            g.drawRect(rect.x + rect.width -19, rect.y + 4, 13, 12);
            g.drawLine(
                rect.x + rect.width -16,
                rect.y + 7,
                rect.x + rect.width -10,
                rect.y + 13);
            g.drawLine(
                rect.x + rect.width -10,
                rect.y + 7,
                rect.x + rect.width -16,
                rect.y + 13);
            g.drawLine(
                rect.x + rect.width -15,
                rect.y + 7,
                rect.x + rect.width -9,
                rect.y + 13);
            g.drawLine(
                rect.x + rect.width -9,
                rect.y + 7,
                rect.x + rect.width -15,
                rect.y + 13);
        protected int calculateTabWidth(
            int tabPlacement,
            int tabIndex,
            FontMetrics metrics) {
            return super.calculateTabWidth(tabPlacement, tabIndex, metrics) + 24;
        protected MouseListener createMouseListener() {
            return new MyMouseHandler();
        class MyMouseHandler extends MouseHandler {
            public MyMouseHandler() {
                super();
            public void mouseReleased(MouseEvent e) {
                int x = e.getX();
                int y = e.getY();
                int tabIndex = -1;
                int tabCount = tabPane.getTabCount();
                for (int i = 0; i < tabCount; i++) {
                    if (rects.contains(x, y)) {
    tabIndex = i;
    break;
         if (tabIndex >= 0 && ! e.isPopupTrigger()) {
    Rectangle tabRect = rects[tabIndex];
    y = y - tabRect.y;
    if ((x >= tabRect.x + tabRect.width - 18)
    && (x <= tabRect.x + tabRect.width - 8)
    && (y >= 5)
    && (y <= 15)) {
    tabPane.remove(tabIndex);
    import java.awt.BorderLayout;
    import javax.swing.ImageIcon;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.JTabbedPane;
    public class TabbedPaneWithCloseButtons {
    JFrame frame;
    JTabbedPane tabPane;
    public TabbedPaneWithCloseButtons() throws Exception {
    frame=new JFrame();
    frame.getContentPane().setLayout(new BorderLayout());
    tabPane=new JTabbedPane();
    tabPane.addTab("test1xxxxxxxxxxxxxx", new JLabel("1"));
    tabPane.addTab("test2xxxxxxxxxxxxxxxxxxx", new ImageIcon("images/icon.gif"), new JLabel("2"));
    tabPane.addTab("test3xxxxxxxx", new JLabel("3"));
    tabPane.setUI(new TabbedPaneCloseButtonUI());
    frame.getContentPane().add(tabPane);
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    frame.setSize(200,200);
    frame.setLocationRelativeTo(null);
    frame.setVisible(true);
    public static void main(String[] args) throws Exception {
    TabbedPaneWithCloseButtons test=new TabbedPaneWithCloseButtons();

  • Close button for Exe

    Ok, there are scads of posts about Close button for a swf
    file being problematic because of the browser being used.
    Is it possible to get a close button to work for an exe?
    The button in the playbar works, but not a button I have
    created.
    If not I'll preface my presentations with, to end this module
    press the x button in the play bar... or something.
    :o)
    Time to find that wish list again.

    Hi Kerry
    For a Close button in a .EXE it should be pretty simple. Just
    configure the project to close when it ends (Edit >
    Preferences... > Project node > Start and End node). Then
    make the last slide pretty short. Configure your button to point to
    the last slide.
    Cheers... Rick

  • HT204266 there is no turn off button for auto renewal so how do I turn it off

    there is no turn off button for auto renewal so how can I turn it off?

    Hello there, mophx.
    The following Knowledge Base article offers up information on how to downgrade iCloud Storage on your iOS device:
    iCloud storage upgrades and downgrades
    http://support.apple.com/kb/ht4874
    Downgrade your iCloud storage plan
    You can decrease the amount of storage by selecting a new plan right from your iPhone, iPad, iPod, Mac, or PC (for example, a 20 GB plan to replace a 200 GB plan). The downgrade will take effect after your current monthly or annual subscription ends.
    iOS
    If you're using iOS 8, go to Settings > iCloud Storage > Change Storage Plan. If you're using an earlier version of iOS, go to Settings > iCloud > Storage & Backup.
    Tap Change Storage Plan.
    Tap Downgrade Options and enter your Apple ID password.
    Choose a different plan to use when your current storage plan expires.
    Tap Done.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Where is the "done" button in Flash CS4 when using Flash Builder 4's new flash component or container?

    The documentation for Flash Builder 4 beta says that after opening flash from flash builder, I should click a "done" button in flash and flash should close and what I created in flash should be included as a component or container in Flash Builder.  Using the Flash Builder 4 beta on Windows, when I click on the "create in flash" button on the properties panel for either the new flash component or container, Flash CS4 opens, I create something in Flash and no "done" button is present.  Nor is anything present in the menus resembling a "done" option.  Where is it?

    Hi Jeffrey:
    Still no done button.  Now under commands in Flash I can convert symbols to flex components and containers and these show up in the Flash library.
    Thanks:
    Jim
    Date: Wed, 30 Sep 2009 09:58:10 -0600
    From: [email protected]
    To: [email protected]
    Subject: Where is the "done" button in Flash CS4 when using Flash Builder 4's new flash component or container?
    Hi,
    You may need to install FlexComponentKit.mxp to your Flash CS4 beforehand.
    Jeffrey
    Date: Tue, 29 Sep 2009 17:04:36 -0600
    From: mailto:[email protected]
    To: mailto:[email protected]
    Subject: Flex Where is the "done" button in Flash CS4 when using Flash Builder 4's new flash component or container?
    I apparently didn't get one.  I've looked under various workspace configurations.  Another thing that seems odd is that when Flash opens I get the opening panel that allows me to select the type of file and version of AS I want to use.  I select new file with AS3.  Any ideas on why the "done" button wouldn't be present and if the opening panel is what I should expect on opening Flash after clicking the "create in Flash" button?
    >
    >

  • I forgot the ans. of securety questions and there's no options or ask for rescue question when i open my apple id ..

    i forgot the ans. of securety questions and there's no options or ask for rescue question when i open my apple id ..

    The reset link will only show if you have a rescue email address on your account. If you hadn't put one on your account (you won't be able to add a rescue email address until you can answer your questions) then you will need to contact iTunes Support / Apple in your country to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset you can then use the steps half-way down this page to add a rescue email address for potential future use : http://support.apple.com/kb/HT5312

  • Close Button For the Rollover Sidelet: Size issue?

    Hi all,
    I am building a slide that incorporates a rollover sidelet.
    Since the audience of my tutorial includes some older users, I
    would like to make sure that all of the content is easy to view.
    My question is this: can the 'close' button that appears in
    the top right of the sidelet be enlarged? Currently, the sidelet is
    set to 'stick' for an extended period of time: I would like users
    who want to skip its content to easily close it, and then continue
    the tutorial.
    Thanks for the help!
    AM

    Welcome to our community, AM
    Unfortunately we have no control over the size of the button.
    You should probably make a request to the development team to
    consider adding this in the future.
    Click
    here to view the WishForm/Bug Reporting Form
    Cheers... Rick

  • Using Firefox 26. How do I get a close button for each tab at the top of the screen?

    Some time ago, I had a close tab button for each tab on the top of the screen. I want that back. I have no additional add ons and the close tab is set to 1. Changing it to 2 does nothing.

    Do you have installed this extension?
    *Firefox/Tools > Add-ons > Extensions
    If you do not have the extension and also have no need for the feature that it provides then you can ignore this.
    If it works in Safe Mode and in normal mode with all extensions (Firefox/Tools > Add-ons > Extensions) disabled then try to find which extension is causing it by enabling one extension at a time until the problem reappears.
    Close and restart Firefox after each change via "Firefox > Exit" (Windows: Firefox/File > Exit; Mac: Firefox > Quit Firefox; Linux: Firefox/File > Quit)
    You can use one of these to start Firefox in <u>Safe Mode</u>:
    *On Windows, hold down the Shift key while starting Firefox with a double-click on the Firefox desktop shortcut
    *On Mac, hold down the Options key while starting Firefox
    *Help > Restart with Add-ons Disabled
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How to bring back the black dot on the red close button for edited/unsaved files?

    I've ticked the box for "Ask to keep changes when closing documents" System Preferences / General. I'm operating within Mac OS 10.8.4 (Mountain Lion).
    When I make changes to an open file in most every program, a black dot appears on the red close button in the top-left corner of the file's window. This convention goes back a decade to early Mac OS X, as I recall.
    However, I don't see this behavior in a few applications lately, such as Xcode 4.6.3 or QuickTime Player 10.2.
    Anyone know how to bring this functionality back?
    Thank you.

    Nobody knows? Not even administrators?
    Please it would be really nice to have help on that to take all the benefit of the remote app.
    Thank you very much in advance.

  • Close Button for Web Dynpro in an iView launched from UWL

    Hi All, this sounds like such a simple thing but its really got me thinking.
    Have a web dynpro application launching form the UWL into an iView (using the IViewLauncher, I'm using this so I can change some visual effects of the application with the iView).  The application is the LeaveApprover application.
    Need a close button on the confirmation screen.  Have tried the following code called from a Close button:
         try {
              String url  = WDURLGenerator.getWebResourceURL(wdComponentAPI.getDeployableObjectPart(),"closepage.html");
              TaskBinder.getCurrentTask().getClient().sendRedirect(url, 0);
         } catch (Exception e) {
              e.printStackTrace();
    The closepage >>
    function closeWindow()
    {var currWindow = window.top;
    currWindow.opener = window.top;
    currWindow.close();
    onload run the closeWindow function
    This is a test file to close the window....
    This works if I use the standard UWL launch but DOES NOT WORK with the iViewLauncher.
    Also tried creating an exit plug in the interface view and calling it from my close button, but no luck with either.
    Please help.  Thanks Brian
    Edited by: Brian Carter on Dec 8, 2009 11:54 AM
    Edited by: Brian Carter on Dec 8, 2009 11:55 AM
    Edited by: Brian Carter on Dec 8, 2009 11:58 AM
    Edited by: Brian Carter on Dec 8, 2009 11:59 AM
    Edited by: Brian Carter on Dec 8, 2009 11:59 AM

    Hi Brian,
    we had a similar problem in the past. We wanted to call a normal Button placed on the WebDynpro View and the close script was saved in the km content in portal.
    We solved it with an own project in NWDS including the html Files.
    Follow the link and you find our solution. Hope it helps.
    Re: Portal navigation problem

  • "There isn't enough memory to read worksheet" error when tried to open xlsx object from Powerpoint 2010

    Hi,
    I have a powerpoint presentation (will call it A.PPTX) which has an embedded spreadsheet object (B.XLSX). I was able to double click the object in "A" and open "B.XLSX" as and when necessary.
    today, i opened B from the A and inserted another spreadsheet C.XLSX as an object in B. Closed all the files and saved A.PPTX. when i tried double click and tried to open B.XLSX from the powerpoint, i am getting an error "There isn't enough memory to
    read worksheet"
    Unfortunately, i don't have a backup of B.XLSX as I always edited it by opening it from the presentation. is there a way to recover it?
    Note: 
    1. read through similar threads in the forum about errors while inserting objects or similar error in Powerpoint 2003. the solution provided did not help

    Hi
    By the description, you want to recover the embedded worksheet in PowerPoint.
    Try following methods:
    1.Click to the presentation file
    2.Change the file extension from pptx to zip
    3.Open the file, locate to ppt>embeddings
    4.There you will see the embedded worksheet
    5.Save the file to another path and open it
    If the worksheet is still corrupted, following these steps to recover an Excel file:
    1.Change the file extension from xlsx to zip
    2.Open the file, locate to xl>workbook.xml
    3. These XML files contain the data of each spreadsheet.
    4.Copy the data to a new worksheet and save
    Regards
    Tylor Wang
    TechNet Community Support

  • Close button for opendoc url

    hi,
       I m planning to give a URL to my end users which they will click to view the last instance of my scheduled report. Here I want my users to close the document or instance they are viewing and get back to the list of other instance it has.
    Please help me.

    Hi Kerry
    For a Close button in a .EXE it should be pretty simple. Just
    configure the project to close when it ends (Edit >
    Preferences... > Project node > Start and End node). Then
    make the last slide pretty short. Configure your button to point to
    the last slide.
    Cheers... Rick

  • Internet Explorer CLOSE Button for OBPM 10GR3 Presentations

    Hi all,
    I am using OBPM 10GR3 presentations with a POPUP window.
    I already have a close button to close the presentation. This is a Global Interactive Activity which displays the dashboards.
    The Global Interactive Activity contains a screenflow and inside the screenflow I have a Interactive Component Call to call the presentation.
    Now the presentation opens smoothly and everything is displayed.. When we hit the CLOSE button everything goes away and when we open it again it again comes back to the previous Interactive Component Call and restarts.
    BUT
    When we Close the window itself instead of using the CLOSE button of the presentations, and we re-open, we get the previous data.
    This is because we do not hit the CLOSE button of the presentation instead hit the IE WINDOW CLOSE button on the top right hand corner besides the minimize maximize button.
    Therefore the call is still inside the screenflow inside the Global Interactive Activity and therefore it waits for the user to hit the CLOSE button of the presentations otherwise does not close.
    How can we resolve this issue?
    How can we make sure, that if the user closes the IE WINDOW itself using the CLOSE button, it closes the presentation itself and when re-opened displays the previous presentation?

    Hi,
    First of all this is a training issue with the user. It is not advisable not to press the close button of the IE.
    Nevertheles you can disable to close button of the presentaion.
    You can remove the x from dialogs by doing this. Open the executionDialog.xhtml file in the <OraBPMEnterpriseHomeDirectory>\webapps\workspace\jsf\common directory (both Studio and Enterprise have this file).
    Change the text on line 81 from this:
    <oc:Dialog verticalAlign="top" offsetY="40" backColor="#D4E1EB" borderColor="#517B9E"
    borderStyle="solid" borderWidth="1px" id="executionDialog#{componentBean.id}"
    title="#{fn:getMsg('EXECUTION')}" broadcastName="executionDialog#{componentBean.id}"
    maximized="#{componentBean.executionDialogMaximized}" width="#{componentBean.executionDialogWidth}"
    height="#{componentBean.executionDialogHeight}" titleBarCssClass="bpmWorkspaceDialogHeader"
    displayMaximizeButton="true"
    modal="false" jsObjectName="executionDialog#{componentBean.id}">
    to this:
    <oc:Dialog verticalAlign="top" offsetY="0" backColor="#FFFFFF" borderColor="#FFFFFF"
    borderStyle="solid" borderWidth="1px" id="executionDialog#{componentBean.id}"
    title="#{fn:getMsg('EXECUTION')}" broadcastName="executionDialog#{componentBean.id}"
    maximized="#{componentBean.executionDialogMaximized}" width="#{componentBean.executionDialogWidth}"
    height="#{componentBean.executionDialogHeight}" titleBarCssClass="bpmWorkspaceDialogHeader"
    displayMaximizeButton="true"
    displayCloseButton="false" modal="false" jsObjectName="executionDialog#{componentBean.id}">
    This change does a couple things. The addition of the text "displayCloseButton="false"" removes the x button that is causing the undesired results you're getting and setting the colors to #FFFFFF changes the light blue border around dialog boxes to white.
    Bibhu

  • Is there a way to suppress title (e-mail) pages when using e-print?

    I work from home using VPN and print by sending documents as attachments to my home Photosmart B210 printer.  Every time I send a job there is a wasted page as the e-mail page prints.  My office e-mail server automatically attaches a disclaimer "privacy" tagline to each message, so there is no way to send a blank e-mail.  Is it possible to turn off the printing of the e-mail page?  I can't find anything in the printer menus, manual or ePrintCenter.

    There isn't an option to do that at this time, unfortunately.   
    I am an HP employee.

Maybe you are looking for