Safari Print tab

Hey guys. I am able to tab through the print pop up in safari to the "pdf" button and hit space to open the extended menu to save it as a pdf. However, I am only able to do this on some macs. They are all running the same version of safari (i think) and are definitely running the same OS (10.5.8) Is there a setting somewhere for this to be changed?

Hi
you need to alter a setting in System Preferences-Keyboard-Keyboard Shortcuts-Full keyboard Access...press Tab to move keyboard focus between...
set to +All Controls+
ctrl F7 should toggle it between that & +text boxes & lists only+

Similar Messages

  • Safari 5.1 too slow to print tab content?

    Since Safari 5.1 I do have a problem with the JavaScript function window.print() in new tabs
    For instance:
    win = window.open();
    win.blur();
    self.focus();
    win.document.open();
    win.document.write('<html><head><meta charset="UTF-8"><title>test</title>');
    win.document.write('</head><body id="print">some content here</body></html>')
    win.document.close();
    win.print();
    win.close();
    This code opens a new tab and the Safari print popup but without any content. Safari even generates multiple pages when the content requires more pages. But all pages are blank.
    First I thought my print stylesheet isn't compatible with the new webkit engine or something like that.
    But it turns out Safari is too slow with the .print() function and already closed the tab before the content could be rendered.
    So I fixed it by setting a timeout
    setTimeout(function() {win.close(); }, 1000);
    Is there any chance that this problem could be fixed in general?
    Thanks!

    Hi everyone, first thanks for helping...
    My SSD is 256GB and it still has 128GB of free space for now... So I don't think this is my issue.
    Then I tried the the reset thing (good tip, I didn't know about that), but it's still the same. I didn't try the virus scanning, because I'm on a Mac and don't have one installed. I just let the OS dealing with it.
    I think it's a graphic issue. Whenever I clic onto a folder, inside of Bridge, it's like nothing happens, execpt I can see that the name dispayed onto of the app window changes. So Bridge DID actually get me into that folder, but the graphic interface doesn't show it.
    If I use Exposé or Space then the change does appears.
    So everytime I move into another folder, I drag my mouse to one corner of my screen to activate Exposé, then come back and here I am in the new folder.
    But this trick doesn't work for preview. My preview window allows me to play sound from video files, but wont display any image for it (like if it was sound only files). Still images (jpeg, psd...) wont show up as well.
    So it is definitly a graphic problem. The softaware is not slow, like I though at first, it just don't reflect what's going on on the interface.
    When I click "about this Mac" to get info on my graphic card it reads:
    NVIDIA GeForce 9400M
    NVIDIA GeForce 9600M GT
    Why do I have 2 of them? No idea... But I see guys online that have the same in their Mac...
    I'm not sure to understand if I can or cannot update graphic card drivers for Mac... Usualy the only upgrades I need are coming from Apple, and my Snow Leopard is fully up to date...

  • How do I turn off frequently visited in safari new tab.

    How do I turn off frequently visited in safari new tab.  Note, I still want favorites to show.  But I feel it is inappropriate for safari to track frequently visited sites.  I wish I could use private browsing more, but I hate that keychain doesn't work in private mode.  Also, why can't I turn history completely off?

    To turn on private browsing, tap Safari, then tap in the lower-right corner. Tap Private to turn private browsing on.
    Note: If you're using an iPad, tap , then Private.
    Tap again > turn off private.
    http://support.apple.com/kb/ht1677

  • Pdf download not appearing in safari download tab

    Hi
    Recently I have discovered a problem,whenever I download a document the document automatically appears in the safari download tab (the tab with the arrow facing downwards) however this does not occur for pdf files. The pdf will download and go straight into my downloads folder in the dock, but it does not show in the safari download tab. This is a problem for me as i can't easily access my recenetly downloaded folders via the safari tab.
    any help would be appreciated
    cheers

    The same situation is happening to me I bought motion 5 first and the FCP X and the FCPX shows up as install but the Motion 5 shows up like its not installed, but in the purchase section FCPX does not show only Motion 5, and if I click on motion 5 to install it it tells me that it was not purchase in that app store that it was purchase in another app store, but my bank account shows up like if it was already purchase I am afraid to hit install in the motion tab install because it tells me if I want to buy it again.

  • How do i print tabs in dbms_output

    Hi all,
    how do i print tabs while using dbms_output.put_line so that output can be tab delimited something like this:
    title price
    title a 2.00
    title b 3.00

    check yours own ascii code on yours machine by using chr oracle builtin function it varies from platform to platform at my box it is 9
    SQL> select chr(9) from dual
      2  /
    C
    SQL> set serveroutput on
    SQL> exec dbms_output.put_line('a'||chr(9)||'b')
    a       b
    PL/SQL procedure successfully completed.
    SQL> Khurram

  • Printing tab in Bar Code using SAPScript

    Hi,
    We are trying to print information from multiple fields in Bar code (using Code128 symbology) on our Utility Invoices, printing of which is done using SAPScript.
    Our objective is that when accepting payment using FPCJ transaction, the Cash Desk Operator will use a Bar Code Scanner and import relevant invoice data into multiple fields.
    However, for that to happen, it is necesary to print tab feeds between data of contiguous fields using Bar code.
    We have tried printing tab feeds in Bar Code using hexadecimal '09'. But it has not helped. Can anybody suggest how one can print tab feeds in Bar Code using SAPScript?
    Thanks in advance,
    Arijit Mitra

    Hi
    See the doc related to BARCODE printing and do accordingly
    To Create a Bar code prefix:
    1) Go to T-code - SPAD -> Full Administration -> Click on Device Type -> Double click the device for which you wish to create the print control -> Click on Print Control tab ->Click on change mode -> Click the plus sign to add a row or prefix say SBP99 (Prefix must start with SBP) -> save you changes , it will ask for request -> create request and save
    2) Now when you go to SE73 if you enter SBP00 for you device it will add the newly created Prefix
    Create a character format C1.Assign a barcode to the character format.Check the check box for the barcode.
    The place where you are using the field value use like this
    <C1> &itab-field& </C1>.
    You will get the field value in the form of barcode.
    Which barcode printer are you using ? Can you download this file and see.
    http://www.servopack.de/Files/HB/ZPLcommands.pdf.
    It will give an idea about barcode commands.
    Check this link:
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    Check this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm
    Detailed information about SAP Barcodes
    A barcode solution consists of the following:
    - a barcode printer
    - a barcode reader
    - a mobile data collection application/program
    A barcode label is a special symbology to represent human readable information such as a material number or batch number
    in machine readable format.
    There are different symbologies for different applications and different industries. Luckily, you need not worry to much about that as the logistics supply chain has mostly standardized on 3 of 9 and 128 barcode symbologies - which all barcode readers support and which SAP support natively in it's printing protocols.
    You can print barcodes from SAP by modifying an existing output form.
    Behind every output form is a print program that collects all the data and then pass it to the form. The form contains the layout as well as the font, line and paragraph formats. These forms are designed using SAPScript (a very easy but frustratingly simplistic form format language) or SmartForms that is more of a graphical form design tool.
    Barcodes are nothing more than a font definition and is part of the style sheet associated with a particular SAPScript form. The most important aspect is to place a parameter in the line of the form that points to the data element that you want to represent as barcode on the form, i.e. material number. Next you need to set the font for that parameter value to one of the supported barcode symbologies.
    Reward points if useful
    Regards
    Anji

  • I just found All the Hyperlink in the Safari Print Output are gone !

    Hi Everyone,
    My Macbook Air is Mac OS X Version 10.6.8 and Safari is 5.1 (6534.50).
    In previous, I could find and use the Hyperlink in the Safari Print Output (after I printed the Web Page to PDF). Hours ago, I found All the Hyperlink in the Safari Print Output are gone!
    Please help me to fix it.
    Thanks & regards,
    Joseph Lee

    Got the exact same problem after updating! I tried it with Lion, too, and it does not work either. Seems like Apple removed it from either Safari or the PDF Maker. That was ONE big advantage over Windows users and now it's gone????????

  • Adobe Print tab Problem

    Hi
    I have a problem with my adobe acrobat pro 6, when i click print the print tab is very large.
    I have changed all the windows setting but only in adobe tabs i am getting this error.
    The screen resolution is 1280/1024 and OS is XPsp2
    Please suggest & help.
    Regards
    S.Sujith

    Yes I have checked the font setting and display settings also, but only if I give print the opening tab looks big.all other windows or tabs are ok
    Regards
    Sujith S

  • Safari Main Tab

    Does anyone know how to colorize the current active Tab in Safari?

    SafariStand is a very useful add-on to Safari with a number of features. It was the subject of this Macworld Review not too long ago.
    Specific to your tabs request, you can activate SafariStand's sidebar showing thumbnail pics of each opened tabbed web page. In addition, the active tab has a teal color, highlighting the name of the web page. I find it very useful.
    As an aside, I wish I could find a reliable hack to remove Safari's tab bar, as SafariStand's sidebar is much more functional and eye friendly.
    iMac G5 Rev C 20" 2.5gb RAM 250 gb HD/iBook G4 1.33 ghz 1.5gb RAM 40 gb HD   Mac OS X (10.4.5)   LaCie 160gb d2 HD Canon i960 printer

  • Safari's Tabs Acting Strange After 10.6.4 Update

    Hi guys,
    After the 10.6.4 update Safari's tabs have been acting strangely. Say I have Apple.com open in one tab and I hit Apple-T to open a new tab. It then changes that tab (which Apple.com was loaded on) to the Top Sites, keeps the focus on this tab, then opens a blank tab right next to it. I effectively lose the page I was using and a blank one appears. Any ideas as to how to fix this?
    Thanks for the help!

    HI,
    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
    From the Safari Menu Bar, click Safari / Reset Safari. Select the top 7 buttons and click Reset. Relaunch Safari. If you still having problems...
    Go to the Safari Menu Bar, click Safari/Preferences. Make note of all the preferences under each tab. Quit Safari. Now go to ~/Library/Preferences and move this file com.apple.safari.plist to the Desktop.
    Relaunch Safari and see if that makes a difference. If not, move the .plist file back to the Preferences folder. If Safari functions as it should, move that .plist file to the Trash.
    And if you didn't repair disk permissions after you updated Safari, it's a good idea to do that.
    Launch Disk Utility. (Applications/Utilities) Select MacintoshHD in the panel on the left, select the FirstAid tab. Click: Repair Disk Permissions. When it's finished from the Menu Bar, Quit Disk Utility and restart your Mac. If you see a long list of "messages" in the permissions window, it's ok. That can be ignored. As long as you see, "Permissions Repair Complete" when it's finished... you're done. Quit Disk Utility and restart your Mac.
    Carolyn

  • Can i add color to back, forward & print tabs on firefox 4?

    i now have firefox 4. it's ok, so far but a little bland. i DON'T want to do a persona or install an add-on, i don't want a background color, i just want to have the arrow tabs green again, and i'd like to add another color for the print tab. also, the < and > need to be bigger and stand out more. while it's nice to offer fancy bells and whistles so to speak, there are many of us who prefer cleaner and more simple looks. it would also make it a lot easier for elderly people and those with vision problems.

    You can install a theme such as Firefox 3 theme for Firefox 4 - https://addons.mozilla.org/firefox/addon/firefox-3-theme-for-firefox

  • The print tab does not work in mapquest

    The print tab does not work in mapquest

    You are on the right track to getting the printer installed regarding firewall but perhaps it has saved in a different port on your computer than can communicate correctly.  Search Devices and Printers on the Windows 8 PC so you can pull up the printers' folder. Do you see the Officejet 6500 in here (meaning have you installed it again)?  If you do not see it here, check your Print Server Properties and make sure the driver is not in here either, if so remove it.  Restart the Print Spooler. Make sure you uninstall it completely and shut down the PC (see video link on how to uninstall HP drivers and restart the print spooler in Windows 8 if needed).
    Remember to re-install the Full Feature Software and Drivers (for your OS and region) when the PC reboots.  Try the test print and if it does not print:
    1. Right-click on it and select Printer Properties.  
    2. Under the Ports tab make sure you see the printer's IP address here or a serial number.  Sometimes the HP network -rediscovery ports can be tricky.  
    3. When the printer is high-lighted in this window, click Add Port.  
    4. Select Standard TCP/IP and follow the rest of the prompts in the Wizard to enter in the printer's current IP address.
    5. Try to print.
    If this does not help you, you may have other computer problems.  
    Have you ever installed a printer on this PC before?  
    What is the name of the anti-virus software you use?
    Are you on a server, proxy, or other elaborate wireless setup?  
    Answer those questions for me please if the above information does not help you. I will do my best to assist. 
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!

  • Safari Printing Issues

    For some unknown reason, the "Standard" print presets in the latest Safari, changed to the landscape format at 85% rather than the customary "Portrait" view @ 100%. This first occurred after installing the Safari 4.0.5 update; and this unwanted default setting is present in the presets for all three of my printers. Safari is the only application where I see this, all others print in the default portrait view.
    I have tried making a custom preset (Standard-1), and setting the print dialogue to "Last Used Setting," but that does not work and defaults to the landscape view @ 85%, even though the "custom" setting is portrait @ 100%.
    There must be a simple way to correct this but, I cannot find a way to change the Safari print presets. How can this be accomplished? Thanks.
    Message was edited by: Lynn Poos

    Thanks Bee, but I am fully aware of the ability of adding new presets in the print dialogue; however, that is what does not work. Safari had a default "Standard" preset of Portrait @ 100% scale. This is the default preset for all applications; however, for some reason Safari 4.0.5 mysteriously changed its default Standard preset to Landscape @ 85% scale.
    I added a NEW preset and saved it as "Portrait Standard" in the portrait orientation @ 100%. The first page printed correctly as they always did after changing the orientation; however, when I tried to print the same page again, using the new Portrait Standard Preset, the orientation showed as Landscape @ 85% scale. This is what I am trying to correct.
    What is strange is that this only happens on this computer and only with Safari 4.0.5. What I am hoping is that someone knows how to make the Standard preset default once again to its original settings.

  • Adobe Reader Print tab Problem

    Hi
    I have a problem with my adobe reader, when i click print the print tab is very large.
    I have changed all the windows setting but only in adobe tabs i am getting this error.
    Please suggest & help.

    Hi
    Screen resolution is 1280/1024 , and its adobe acrobat professional 6 and OS is XP.
    Regards
    Sujith S

  • Safari opens tabs that or not in the bookmark list

    Hi,
    Safari opens tabs that or not in the bookmark list. Emptied cache, deleted history and cleared all bookmarks. The tabs (about 30) open up gain when I restart.
    Andreas

    Try troubleshooting the Safari .plist file.
    Open a Finder window. Select your Home Folder in the Sidebar on the left. It has a small house icon. Then open the Library folder then the Preferences folder.
    Move the com.apple.Safari.plist file from the Preferences folder to the Desktop.
    Try Safari.

Maybe you are looking for

  • Drop down Menu from UNDER a banner?

    Here is an image of what I'm trying to create in Adobe Muse. I want the pictured drop down menu to appear to come from beneath the banner menu when you hover over the word "Accommodations". I got a response from a staff member that said this was poss

  • Mac to PC web viewing, what can we do to minimize differences?

    I have created a website in GoLive and it has passed all the looks good tests on a Mac platform, ie its looks fine on Firefox and Safari on the Mac platform, Large and small monitors. The trouble is it looks completely different on Explorer on a PC.

  • Trivia question: internal production name for the Mac Book Pro

    Hi, I know Apple has internal production names for their products. So the Mac Book Pro has an internal name other than the Mac Book Pro. i was curious, for trivial purposes, what is Apple's internal production name they use for the MacBook Pro?

  • Enhancement for T-Code PHAP_CREATE_PA

    Hi, I am using T-Code PHAP_CREATE_PA to create an appraisal document. Is there any way to give message so that whenever i exit the t-code i can warn the user about the status of the appraisal document.

  • My Account won't work even thos i've verified it

    I've recently bought an iPod, 16gb, black. I turned it on to see that you have to go onto iTunes to make an account/sign in so you can use the iPod. I've made 2 accounts completely different and it still won't work. Can anyone please tell me why this