Close and minimize/maximize buttons disappeared

The close, minimize, maximize buttons in the top right corner don't show. They are there, but well...not. If I press in the top right corner, it acts as if I pressed the close button...asking if I'm sure and such. This happens all the time when I have multiple tabs open and try to click on or close the furthest right tab. The only way I can close tabs in this situation is by right clicking on it.
I've seen previous questions on this and tried all the suggested solutions: removing the persona to revert to default appearance, resetting firefox, hitting f11 to switch to fullscreen and back, uninstalling and reinstalling Firefox, changing toolbar settings as to what shows and what doesn't...nothing has worked and this problem is getting quite irritating.

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
*https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
Try to disable transparency in Windows.
Right click in a free space on your desktop.<br />
Left click on Personalization.<br />
There are four options at the bottom of the screen, choose "Window Color and Appearance".<br />
Select a border color<br />
Uncheck: "Enable transparency"<br />

Similar Messages

  • Modal Frame or Dialog with Minimize/Maximize buttons

    I want to create a window (dialog or frame) that is modal and has the minimize/maximize buttons. Is it possible? How?
    I normally would use a dialog if I wanted the window to be modal, but a dialog does not have the minimize/maximize buttons. I normally would use a frame if I wanted the window have the minimize/maximize buttons, but a frame cannot be modal.
    Any suggestions, please?

    You can make your "modal panel" listener the window events from all others frames:
    public class YourModalFrame extends JFrame implements WindowListener{
      public YourModalFrame(JFrame owner){
        super("Modal Frame");
        this.owner = owner;
        // we put a glass panel into the main frame
        JPanel glassPanel = new JPanel();
        glassPanel.setOpaque(false);
        glassPanel.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
        // blocking the events!!!
        glassPanel.addKeyListener        (new KeyAdapter()        {});
        glassPanel.addMouseListener      (new MouseAdapter()      {});
        glassPanel.addMouseMotionListener(new MouseMotionAdapter(){});
        owner.setGlassPane(glassPanel);
        // the frame will listener owner windows events
        owner.addWindowListener(this);
      // Window Listener  //
       * Invoked the first time a window is made visible.
      public void windowOpened(WindowEvent e){}
       * Invoked when the user attempts to close the window
       * from the window's system menu.  If the program does not
       * explicitly hide or dispose the window while processing
       * this event, the window close operation will be cancelled.
      public void windowClosing(WindowEvent e){}
       * Invoked when a window has been closed as the result
       * of calling dispose on the window.
      public void windowClosed(WindowEvent e){}
       * Invoked when a window is changed from a normal to a
       * minimized state. For many platforms, a minimized window
       * is displayed as the icon specified in the window's
       * iconImage property.
       * @see java.awt.Frame#setIconImage
      public void windowIconified(WindowEvent e){
        // Do you want this too?
        //super.setState(JFrame.ICONIFIED);
       * Invoked when a window is changed from a minimized
       * to a normal state.
      public void windowDeiconified(WindowEvent e){
        if(super.getState() == JFrame.ICONIFIED)
          super.setState(JFrame.NORMAL);
        this.requestFocus();
       * Invoked when the window is set to be the user's
       * active window, which means the window (or one of its
       * subcomponents) will receive keyboard events.
      public void windowActivated(WindowEvent e){
        this.requestFocus();
       * Invoked when a window is no longer the user's active
       * window, which means that keyboard events will no longer
       * be delivered to the window or its subcomponents.
      public void windowDeactivated(WindowEvent e){}
    }

  • I can open Firefox, but then can't click on anything, not even the minimize/maximize buttons.

    I can get Firefox to open and sometimes even browse properly for a few moments, but then I can't click on anything. Or, more accurately, I will click but then nothing happens. I can't even exit out of Firefox, because when I click on the minimize/maximize buttons or the red x, nothing happens. I then have to exit using ctrl/alt/delete, but the task handler even then claims that Firefox is running properly. I ctrl/alt/delete my way out anyway.
    I've done everything I can think of. I've checked for updates, run CCleaner, defragged, run disk cleanup, and checked for malware. This persists in happening, but only in Firefox, not in IE.
    I should mention I'm on a Dell laptop.

    Oh thank you for posting on how to enter safe browsing! I had tried to disable add-ons, but couldn't make anything click to do so. So frustrating!
    Anyway, after putting on the safe browsing, it worked *immediately*, so clearly the add-ons were the issue! I deleted a bunch I don't use anyway, and it's been working fine for hours.
    Thank you!!

  • My Close, Minimize, and Maximize buttons disappear at random, have to restart firefox to get them back. Can someone tell me how to fix this?

    Don't really think I can clarify any better, my Minimize, Maximize, and Close buttons disappear at random leaving a little blank spot. Can't figure out why.
    [http://tinypic.com/r/351698o/5 Missing Buttons]
    [http://tinypic.com/r/20zv2nm/5 Extentions]
    [http://tinypic.com/r/21debyd/5 Plugins]

    Try to disable transparency in Windows, see:
    *[[/questions/804050]]
    #Right click in a free space on your desktop.
    #Left click on Personalization.
    #There are four options at the bottom of the screen, choose "Window Color and Appearance".
    #Select a border color
    #Uncheck: "Enable transparency"
    * http://www.tech-recipes.com/rx/966/vista_enable_or_disable_aero_glass_transparency_effect/

  • Close, Minimize, Maximize buttons won't work

    So lately the close, minimize and maximize buttons in Safari, Chrome and Firefox won't work. Also, I can't move/drag the window easily, I have to click like 10 times and try over and over again so I can drag it. If I have two windows open (not tabs) I cant close unless i go cmd+W. Do you know what must be wrong? Those buttons work fine in some apps, but finder has that problem too.. I try to force close them and they won't eve appear on task manager, which is weird, they used to. Oh and my launchpad button (in the dock and in the keyboard) also doesn't work.

    I found out that it wasn't just Safari, I had the same problem with FireFox. On the forum I found the (I think) solution:
    http://discussions.apple.com/thread.jspa?messageID=12073845#12073845
    It looks like the problem is solved
    Marc

  • Customizing Popup Windows - 'close' and 'minimize' buttons

    I am using RoboHelp 7, and while using 'Insert Image Map', I have successfully created and linked pop up windows. The code shows something as: javascript:BSSCPopup('add_order.htm',300,250). At present, it opens up on mouse click (I used <a href...></a> and it disappears on mouse click outside it, with of course drag or resize as required.
    However, how I can customize the pop up window such as adding the toolbar, or ability to 'minimize' or 'close' it, when required (the default _ and x hat we have in UI screens?  I want the control to close or minimize the pop up to remain with the user,
    Thanks
    Niti

    You can try to disable hardware acceleration in Firefox.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    You need to close and restart Firefox after toggling this setting.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *https://support.mozilla.org/kb/upgrade-graphics-drivers-use-hardware-acceleration
    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
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    You can also try a different Windows theme to see if there is one that works better.

  • Customizing Close / Minimize / Maximize buttons

    Is there an easy way to customize the red, yellow and green window buttons? I've found other OS images in the System/Library/CoreServices that you can change, thereby "customizing" the look of the OS. It would be nice if I could change these to hues of Blue.
    I do see these images in the SecurityAgentPlugins/loginwindow.bundle. You can change the apple logo and other icons in the login window. But I don't see these buttons on the login window, so don't know why there are there. Haven't tried updating them yet.
    I know it's dangerous to go around in the System folder. I'm an old Mac vet.... have clones... and don't mess around with anything I don't understand. I just like altering the images as it makes the OS more suited to my likes.
    Bryan

    I found out that it wasn't just Safari, I had the same problem with FireFox. On the forum I found the (I think) solution:
    http://discussions.apple.com/thread.jspa?messageID=12073845#12073845
    It looks like the problem is solved
    Marc

  • Item ID for Minimize, Maximize button at system form title bar

    Hi,
    Can anyone help me out finding Item ID for Minimize, Maximize and close buttons at system form title bar (Left side Title of form and right side three buttons). I need ID for these items, if anyone knows please reply. will appreciate help on same.
    Thanks,
    Jay

    I'm tryin to get over with Item master screen strech machenism. I've Added matrix at pane 6 and position is not fixed when ever form is rezised or base product font size is changed. I've alredy tried providing values to top left width height through oexisting item vaues, I'm not using any integer value. Let me know if i can freez it's position ....... Sample code below
    oExistingItem = oForm.Items.Item("174")
    oItem = oForm.Items.Add("mtx_MFGALS", SAPbouiCOM.BoFormItemTypes.it_MATRIX)
    oItem.Top = oExistingItem.Top + oExistingItem.Height + oExistingItem.Height
    oItem.Width = oExistingItem.Width + oExistingItem.Width
    oItem.Height = oExistingItem.Width
    oItem.Left = oExistingItem.Left
    oItem.FromPane = "6"
    oItem.ToPane = "6"
    oMatrix = oItem.Specific
    oMatrix.Columns.Add("Col0", SAPbouiCOM.BoFormItemTypes.it_EDIT)
    oMatrix.Columns.Item("Col0").TitleObject.Caption = "Line #"
    oMatrix.Columns.Add("Col1", SAPbouiCOM.BoFormItemTypes.it_EDIT)
    oMatrix.Columns.Item("Col1").TitleObject.Caption = "Name"
    oMatrix.AutoResizeColumns()
    Regards,
    Jay

  • Remove minimize/maximize buttons across all portlets

    Is there a way to remove all minimize, maximize, and refresh buttons from all portlets across the entire portal?
    I'd also like to somehow force the maximizing of all portlets. This will help get around the problem with all those people who have minimized and will no longer have a way to maximize those portlets after removing their ability to minimize.
    Thank you for you help in advance.
    tomS.

    I found it!
    In my Portal Customization 1 class manuals under the Adaptive styles section; it mentions the portletCollapseButton CSS style tag.
    What's even better, is that you can set how these buttons are displayed globally, by community, by page, and/or by portlet.
    Modify this file to make immediate changes
    ...\ptimages\imageserver\plumtree\common\public\css\mainstyle-en.css
    Modify this file to use CSSMill to make changes:
    ...\ptimages\tools\cssmill\templates\portal60.template
    Here are some exaples of how you can manage the display of the collapse/refresh buttons on your portlet title bars:
         Example: Hide collapse button for the portlet whose id=6 on the page whose id=1.
    #pt-page-1 #pt-portlet-6 .portletCollapseButton
         display: none;
         Example: Disallow collapsing of portlets by user="guest".
    .ptPageUser-guest .portletCollapseButton
         display: none;
         Example: Disable collapse buttons on all portlets for the community whose id=200.
    .ptCommunity-200 .portletCollapseButton
         display: none;
    You can do the same with the other buttons as well:
    .portletCollapseButton
    .portletHelpButton
    .portletPrefsButton
    .portletRefreshButton
    .portletTitle (for the whole title)
    I hope this helps someone else out there.

  • Flex3 popup window with minimize/Maximize buttons

    Hi All,
    We are using title window as a pop-up in FLEX 3
    The title window has a property called closeButton which when set to true displays a close button on the top right hand corner of the title window. Likewise, We also need minimizeButton property which can minimise the window. Is there any such component like title window which has this property of minimize/maximize the window or is there any suggestion to achive the same.
    Thanks in advance.
    Regards,
    Venkatesh

    Hi All,
    We are using title window as a pop-up in FLEX 3
    The title window has a property called closeButton which when set to true displays a close button on the top right hand corner of the title window. Likewise, We also need minimizeButton property which can minimise the window. Is there any such component like title window which has this property of minimize/maximize the window or is there any suggestion to achive the same.
    Thanks in advance.
    Regards,
    Venkatesh

  • Itunes and App Store buttons disappeared

    How do I restore the Itunes and App Store buttons?

    Oh I got it. The parental restrictions were blocking the buttons.

  • Close and minimize in one button

    I am using Acrobat 10, don't know if the "features" below are the same in the latest version.
    I often use Acrobat for printing documents in a certain order. I have one Access database window open, where the order is printed. This window takes up about half my screen.
    I have Acrobat open for printing. This takes up about half my screen.
    I also have an Explorer window open, where I choose my files.
    Everytime I have printed a document, I have to close it and then minimize the window.
    I would like to have a button that did this in one click. I have to minimize so my Explorer window is showing.
    Another idea would be that if you already had a document open in Acrobat, and opened one more, the window wouldn't move to a place slightly to the right. If I have a document open and open one more, I can close my document by closing the whole Acrobat window, wich is still open in the other document. But as all new windows open to the right of the first one, they cover my Access database window, where I have to double check that I am printing the right edition. So opening like this is no solution, unless the "feature" that it opens to the right is removed (don't like it at all, I want it like it was before, when all documents opened in the same window).
    Please?

    1. When I print I use several different printers. If I close Acrobat, it's back to the standard printer again. Chances are high that I have to switch to the one I just used.
    2. Yes, I know. That's why I minimize instead of close. The offset of the Acrobat window (if I have another document open and just close the one I just used) makes me move the window every time, as I must see what's behind it. Hard to explain, and in English too.... Sorry if I am vague...
    No please, don't shut up. I like getting an input. What do I know, maybe I have been irritated about something without having to be!

  • Close and minimize buttons

    Hello
    I picked up my iMac on Saturday after years with a PC, I am still finding my way around everthing and it's not proving to be the big issue that I thought it could be, love the screen, love the keyboard, not sure about "Micky" though.
    I have a question for an expert amongst you, when you have a window open, as in the one that I'm typing this into, there are 3 buttons on the top left of the window to close, minimize etc.
    I found out today whilst browsing in a local shop that these should have colours attached to them,
    as seen green red and I think amber, I have no colours on my buttons and I WANT THEM.
    Pointers on how to get these glowing correctly would be appreciated. I cannot see settings for them so assume they have a default action on startup.
    The answer is ????
    Peter

    Go to the System preferences > View > Appearance
    Select "Blue" instead of "Graphite", now the windows have colored buttons.
    Unfortunately with the Graphite appearance you don't get the colored buttons, I still don't know why Apple made that choice.

  • My problem is close and minimize buttons on the tabs.

    The minimize and close buttons are working fine on the main screen. When I open tabs I cannot minimize them. I keep going up to minimize and I end up closing out the tab that I wanted.

    Did you have any luck figuring this out? It just started happening on my wife's iPhone 5. Restoring to factory settings did nothing. One repair shop in my town thought it was the main chip going out.

  • Minimize, Maximize buttons

    Hi,
    Anyone has an idea on how to modifiy the front panel when running to only show the close button (X) without the Minimize and Maximize/Restore on the top right hand side.
    Thank you.

    Go to File->VI Properties->Window Appearance.  Click the Customize button.  Uncheck the two highlighted options.
    Message Edited by Matthew Kelton on 02-21-2008 12:29 PM
    Attachments:
    VI Properties.png ‏18 KB

Maybe you are looking for