Safari 5.1 (5.1.1) doesn't open new window (OS 10.6.8)

I notice Safari 5.1 (and now 5.1.1) doesn't open new window when ⌘N. The button highlight but no window appears. ⌘T is ok. but not ⌘N.
Is someone have this problem ? And patch this ?

Could be the preferences are corrupted ..
Go to ~/Library/Preferences. Move the com.apple.Safari.plist file from the Preferences folder to the Desktop.
Quit then relaunch Safari to test. If that helped, move the .plist file to the Trash.
If the that didn't make a difference, click Reset from your Safari menu bar. Select the top 5 buttons, click Reset.
Restart your Mac.
Try Command + N in Safari.
Also, make sure you haven't set up keyboard shortcut in System Preferences / Keyboard - Keyboard Shortcuts that may be causing a conflict.

Similar Messages

  • Full screen Safari doesn't open new windows

    Hi,
    In my Safari preferences I have "Open pages in tabs instead of windows" set to "Never".
    When Safari has at least one window that is not in full screen mode, then links from other applications seem to open new windows perfectly fine.
    However, when all Safari windows that are open are in full screen mode, then links keep opening in tabs in on of those windows.
    How can I make Safari to just open a new window all the time, even when I only have full screen windows open?

    Hi ..
    Safari doesn't recognize:   mydomanin.direct   as a URL. That's why it's triggering a Google search.
    That's why www. works.

  • Clicking Finder in the Dock doesn't open new window

    I started having this issues today. I've repaired permissions and the disk from the recovery menu disk utility. Anything else anybody could recommend to fix this?

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your documents or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this behavior; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Please take this step regardless of the results of Step 1.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of Steps 1 and 2.

  • Imageviewer - imageLinkTarget:'_blank doesn't open new window

    I have searched the forums but nobody seems to know why - when you insert a flash imageviewer in dreamweaver and set the imageLinkTargets to _blank it does NOT open your links in a new window - Can ANYONE provide a solution to this PLEASE!!!

    This problem can be avoided in code:
    // before Adobe code insert function for open New Window
    <script>
    <!--
    function newWindowLink(param_url) {
    open(param_url);
    -->
    </script>
    <script src="scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    <script type="text/javascript">
    //insert some variables with Urls-links
    var url1 = "http://www.your_web_site1.com/";
    var url2 = "http://www.your_web_site2.com/";
    var urlX = http://www.your_web_siteX.com/;
    AC_FL_RunContent ( 'codebase',.......
    ,imageLinks:[\'javascript:newWindowLink(url1)\',
                       \'javascript:newWindowLink(url2)\',
                       \'javascript:newWindowLink(urlX)\']}',
    ); //end AC code
    </script>

  • Attached object(BUS2038) doesn`t open new window

    Hi guys,
    In my workflow I send an workitem with a business object attached to allow the approver see the PM Note. I meant, when the link is clicked it should open the transaction IW22(Edit PM orders).
    In my development server this was working for all approvers but when I tranported the request to my quality server it stopped work.
    I ask the BASIS guy to copy the user profile to an user in the development server and then stop working in the development server too.
    Is seems like an user authorization problem. But I don`t know which kind of permission they must have.
    Any idea?
    PS - I tried to run the SU53 and it shown the transaction SWIA but he BASIS told me that he is not allowed to open this access in the production side.
    Thanks for any help!
    Regards,
    Andrew

    Thanks for your replies.
    The problem copying the user profile from an user to another in production is because there are a lot of functions and objects set up to this user, I need to scan which is/are the specific function/object that is locking the txn IW22.
    I`ll try to execute the SU53 again and get the exact function/object.
    I`ll send a notice if this issue is solved.
    Thanks for your help.
    Best Regards,
    Andrew

  • Af:commandimagelink doesn't open new window

    Hi,
    I have a af:commandimagelink with an external URL.
    Here the code:
    <af:commandImageLink inlineStyle="width:100px;"
    shortDesc="External Link"
    useWindow="true"
    icon="/images/logo130.gif"
    action="dialog:External-Home"
    binding="#{TlsBob.temp_Link1}"
    id="temp_Link1"/>
    Can anybody give a hint why the external link opens in the same window even useWindow=TRUE ?
    Using Jdev 11g TP4 and FF2.
    regards
    Peter

    Hi,
    tried with IE7 and FF2 and it works for me. The dialog opens in a new window. I recognized though that on IE7 the setting for tab browsing needs to be such that the browser can decide how to handle the request. Note however that I did specify the width and height of the popup window. Not sure this makes the difference, but its the only change I applied to your code
    Frank

  • Af:menuChoice with af:goMenuItems: targetFrame doesn't open new Window

    Hi,
    I've got a af:menuChoice with af:goMenuItems. They are implemented like the navigation from the tutorial exept for the goMenuItems instead of the commandMenuItems and using destination instead of outcome. Navigating also works fine, but the pages are all opend in the same browser window although I set targetFrame="_blank" in the goMenuItems.
    Any ideas?

    In form add targetFrame="xx" ,就能解决!

  • Safari 5 Opens but no window comes up? Even after I click open new window.

    So i downloaded Safari 5 form the update and then from the full download install.
    My problem is...
    Safari opens.
    but no window opens.
    I go to the top I click safari and go down to "Open new window"
    Still nothing.
    I click to quit safari.
    It says "0,1,2,3 windows are open in safari do you want to quit anyway?"
    (depending on how many times I clicked to open a new window)
    but even tho it is sayign windows are open my computer doesnt show them anywhere.
    any help people?

    Hi,
    Try launching Safari from your Applicatioms folder instead of the Dock.
    If that doesn't help ...
    Go here for trouble shooting 3rd party plugins or input managers which might be causing the problem. Safari: Add-ons may cause Safari to unexpectedly quit or have performance issues
    Carolyn

  • Firefox did an automatic update to 6.01, and now my middle mouse button is not working in the browser. It doesn't close tabs, it doesn't open new tabs by middle clicking a link, it doesn't allow me to middle click to scroll the page...

    Firefox did an automatic update to 6.01, and now my middle mouse button is not working in the browser. It doesn't close tabs, it doesn't open new tabs by middle clicking a link, it doesn't allow me to middle click to scroll the page..

    [BUG FIXED, see "EDIT 2" at the end of my post]
    I'm on Firefox 3.6.21, and I got this problem today after a Greasemonkey update (To version 0.9.10, apparently).
    Disabling Greasemonkey solved the problem, and re-enabling it reproduced the problem (middle-clicking links to open in new tab did not work, merely highlighted the link).
    I should also note that while Greasemonkey was enabled and the bug was affecting me, Ctrl+Click to open links in new tabs was also broken.
    I hope this helps!
    EDIT: It appears this is a known incompatibility/conflict bug between current versions of Greasemonkey and Tab Mix Plus. Read more here:
    https://github.com/greasemonkey/greasemonkey/issues/1406
    EDIT 2: GREASEMONKEY HAS NOW BEEN UPDATED with a workaround to fix the problem. Go to https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/versions/ to install the update manually. It hasn't been reviewed by Mozilla yet, so it won't be an automatic update for another day or two. All credit to "cannonfodder" below for noticing this; please mark his post as helpful!

  • Lion Mail doesn't open a window

    I keep finding unwelcome changes in Lion, especially Mail. Now I notice that Mail doesn't open a window if I bring Mail to the front and no window is already open, and if a window is minimized it won't open it either as it used to do in Leopard. I have to go to the added trouble of going to File > New Viewer Window to get the regular window or click on the window in the dock. I don't understand why this was changed, it just makes more trouble.
    I know people complain about changes, but I just need to know if there's a way, maybe with the help of Terminal, to bring it back to where it was?
    (I am in classic layout)

    No problems,
    Its caught me out before too.

  • Safari always opens new windows/tabs

    Every time I click on a link Safari opens a new window or tab instead of just going to that link in the window that I am in. So when I close Safari I have multiple pages/tabs open.  It used to just go from page to page without opening new windows or tabs. What setting needs to be changed to get back to the single window?

    I figure out what the problem is. I set the Google search to open link in new window, and then it can be opened in tab with one tap. Thanks for help!

  • Itunes doesn't open in windows 8

    itunes doesn't open in windows 8

    Hi kozzie17,
    If your music is no longer opeing in iTunes by default on your Windows machine, you may find the following article helpful:
    iTunes for Windows: How to make iTunes the default application for music and audio files in Windows Vista and Windows 7
    http://support.apple.com/kb/HT3202
    Regards,
    - Brenden

  • I tunes doesn't open in windows seven

    i tunes doesn't open in windows seven

    hi macsluggo!
    hmmmm. there can be some connection problems with ipods and Toshiba laptops. so i guess it's plausible that you're getting a really subtle version of that:
    iPod not recognized correctly on Toshiba laptop
    (anyone else with better ideas, please feel free to leap in!)
    love, b

  • Safari opens new windows 1/3 the size of the original window.

    Safari opens new windows 1/3 the size of the original window. How do I make it open fullscreen?

    HI,
    Drag the bottom right corner out as far as it will go. Relaunch Safari. It should remember window position.
    Carolyn

  • Links that open new windows in Safari instead of new Tabs...grrrr!!!!

    Why is it that when clicking on a link in a website sometimes open a new tab in the same window (which is great) an other times it opens a completely new window (annoying)? I have already ticked the box which tells safari to open new links in tabs rather than a new window, but it continues to open new windows...although not always. Firefox seems to handle this feature a lot better. Any ideas?

    Funny you should post this. I was just looking for this answer as well and I found this:
    http://discussions.apple.com/thread.jspa?messageID=9343894&#9343894
    thread. Basically, enter:
    defaults write com.apple.Safari TargetedClicksCreateTabs -bool true
    in a terminal window and it will change to the behavior you desire. Change 'true' to 'false' to revert back.
    Andy

Maybe you are looking for