Printing web pages hogs the cpu. Only after printing is completely finished, I can access firefox again. Otherwise I get "not responding" error.

The print dialog comes when printing web pages and only when it goes away and printing finished, I can access the browser again.

'''https://support.mozilla.org/questions/997866?esab=a&s=&r=1&as=s'''.<BR>
This is not a cure but will make it easier if Firefox locks up.

Similar Messages

  • Firefox hangs with a "Script not responding" error message; in the meantime there are more and more flashplayer instances running

    Recently I receive errors from Firefox at sites that were working fine before, always the same: a script is not responding, and I can wait, debug or stop. Waiting doesn't help (therefore pointless to change the 'dom.max_script_run_time' setting in the config); and also pointless to debug because the problem is not with the script. "Stop" eventually gets firefox to work, until the next error message which comes very soon.
    I tried to reinstall both Firefox and Flashplayer, even manually wiped the traces from the user profile and program files. They are the latest 35.0.1 and 16.0.0.305 available now.
    => In the meantime, there are reproducing instances of flash players are spawned and running. They stay running even after firefox is closed or terminated.
    => if I disable the flash player plugin everything's fine except of course flash is not working. If I re-enable it, the problem starts over.
    OS is Windows 8.1

    Retard, (I know that sounds hilarious, but I don't know your name - no offense please! )
    Like you said, if this happens only primarily on one of the many sites, it generally comes down to the type of code on that site.
    And after looking at the URL you posted, seems like that page uses a lot of external references - JS and CSS.
    Especially the last few lines:
    <script type="text/javascript" src="http://njcdn.worldsecuresystems.com/CatalystScripts/Java_OnlineShopping.js?vs=b1763.r38875 7"></script>
    <script type="text/javascript" src="http://njcdn.worldsecuresystems.com/CatalystScripts/Java_Cookies.js?vs=b1763.r388757"></script>
    <script type="text/javascript" src="http://njcdn.worldsecuresystems.com/CatalystScripts/Java_Box.js?vs=b1763.r388757"></script>
    Also, a couple CSS, JS references in the <head> section.
    'Display External Files' only disables showing external files - but still loads them.
    Can you try removing the external references and try working with the webpage in DW for a few minutes to see if the same problem persists? If it does, we know what was causing your issue.
    Also, run your site through W3 validator to check and resolve errors: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.healthfirst.com%2Facls-kit.html&charset =%28detect+automatically%29&doctype=Inline&group=0
    Let us know how it goes.
    Good luck.
    -ST

  • Mail and Safari (web content) hog the CPU

    Ridiculous proportion of CPU is hogged by Mail and by Safari, causing sluggish performance of all applications
    Never experienced this before upgrading to Mavericks.
    Any suggestions?

    I have an update which seems to have worked for me - things were getting so bad, streaming audio was dropping out, so I had to do something.
    I downloaded and ran the latest version of OnyX which told me I needed to repair my boot drive - this process took about an hour, then I cleared out pretty much everything using the OnyX Cleaner.
    One of the things I have running is Little Snitch (mainly because I want to know what's being sent out from my machine).  When I rebooted for the final time, some Google app (ksurl) kept asking for permission to connect to Google.  I'd previously blocked this, but given all the problems I had with Safari, I decided to let it go this time.
    Now, I don't know whether it was the reboots, OnyX cleaner, the boot parttition errors or Little Snitch, but I've been running for over four hours now, using Safari and Safari Web Content is constantly below 2% CPU, audio streaming is working without dropouts and overall everything seems to be much smoother.

  • How do I add web part in the event receiver after the site is provisioned in SP 2010?

    How do I add web part in the event receiver after the site is provisioned in SP 2010?

    You try the below steps:
    1. Use long operation to provision the site, so that it does not time out in process.
    2. After provisioning, you can add a page or add the web part directly to landing page of site.
    For each of the above steps you can find the sample code pieces.
    if you couldn't get that, let me know. I will share with you.
    Thanks, Ashish If my response has helped you, please mark as answer.

  • Web page inside the Director Stage

    Hello All,
    Is there a way for me to tell Director to bring up a web page
    inside the stage?
    I would like to have my own buttons on the lower half of the
    window and a internet browser on the upper half.
    Also I would like the user not to be able to access the URL
    bar.
    Thank you all

    If it's PC only, you can use the ActiveX control for free.
    One problem is if
    it's for filling out forms the tab key doesn't work.
    "medonald1" <[email protected]> wrote in
    message
    news:f7ggk1$frb$[email protected]..
    > Hello All,
    >
    > Is there a way for me to tell Director to bring up a web
    page inside the
    > stage?
    >
    > I would like to have my own buttons on the lower half of
    the window and a
    > internet browser on the upper half.
    >
    > Also I would like the user not to be able to access the
    URL bar.
    >
    > Thank you all
    >

  • Why does appserv.exe hog the CPU when all modules are stopped?

    Hi all,
    *** Problem summary ***
    Following a seemingly successful call to a session bean my Sun appserver appears to hog the machines CPU resources, but I do not know what it is doing.
    *** Problem detail ***
    I am running Sun Java System Application server 8.1 on windows xp with 1 gig of memory.
    I have happily deployed and can run a couple of sample EJB's, e.g. Converter from the J2EE tutorial and a modified/copied version that is basically a "helloworld" type session bean.
    I have now successfully built and deployed a more complex session bean that uses IBM Toolbox classes to invoke functions on an AS/400(iSeries).
    After this session bean is seemingly sucessfully invoked, the appserver seems to hog the CPU of my PC but it is not clear what it is doing.
    I see no obvious errors in the server.log file for the domain.
    I see not repetitive behaviour in the logs.
    Even when I stop all the modules in the app server, via the deploytool, the task manager still shows appsevr.exe using 60-75% of the CPU.
    ***Question ***
    How can I determine what the server is doing?
    * Note *
    My session bean requires some IBM jar files at run time. So, I have added the IBM jars to domain_dir/lib/ext, as per the Java Optional Package mechanism (http://docs.sun.com/source/819-0079/dgdeploy.html#wp69906). Perhaps this is confusing the server??
    I appreciate any and all advice and/or comment.
    Cheers,
    Simon.

    Same problem appears with Sun Java System Application Server 8.1 and 8.2.
    Does anyone knows about a solution ?
    I can't imagine that DB2 Toolbox JT400 JDBC Driver has never been used against SJSAS by SUN technicians...
    After a server stop all modules appears to be down, all session beans have been previously removed, but appserv.exe process do not shut down on Windows OS.
    I hope someone from SUN can show a suitable workaround soon, this problem is really noisy.
    Thank you in advance
    Roberto Cisternino

  • Web page shows the top of page (a horizontal bar of text), but majority is bumped far right. (1/4 page.) Page shows in other browser. Cleared cache, no help. ?

    I have taken a screen shot of the problem page. I don't know why this has happened but it has happened on Firefox for Mac and PC. It does not happen in the Safari browser.
    The top of the page looks correct.
    Underneath everything is shifted right. This leave 3/4 of the screen to be white. 1/4 of the right side of the page is showing the actual left side of the page.

    You can't attach a screenshot to the first post that starts a thread, but you can do that in subsequent replies.
    Does this only happen on one specific website?
    Can you post a link to a publicly accessible page (i.e. no authentication or signing on required)?
    It is possible that there is a problem with that web page and that there is a clear:both CSS rule missing that causes Firefox to start the next line at the horizontal position where the previous line ended.
    If you have made changes to Advanced font settings like increasing the minimum/default font size then try the default minimum setting "none" and the default font size 16 in case the current setting is causing problems.
    *Firefox > Preferences > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
    Make sure that you allow pages to choose their own fonts.
    *Firefox > Preferences > Content : Fonts & Colors > Advanced: [X] "Allow pages to choose their own fonts, instead of my selections above"

  • After updating my iPod 4 and my iPhone 3gs to 5.1 it keeps turning itself off whenever I'm trying to load a larger web-page, or doing some hard operations. Is there anything I can do to fix this?

    After updating my iPod 4 and my iPhone 3gs to 5.1 it keeps turning itself off whenever I'm trying to load a larger web-page, or doing some hard operations. Is there anything I can do to fix this?

    Have yu tried the standard fixes:
    - Reset. Nothing will be lost
    Reset iPod touch:  Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears
    - Restore from backup
    - Restore to factory defaults/new iPod.

  • Can multiple web pages use the same cookie?

    I have an applet that will reside in several different web pages. The applet creates a cookie that saves user preferences and loads them when the user next uses the applet. The problem is that I want the same cookie to load when the user views the same applet at a different IP Address. Is this possible? If so, how? I am currently using the netscape JSObject stuff to write and read my cookie.
    Thanks,
    Derek

    Sorry, you cannot access cookie across domains.
    If being able to access same cookie from different pages in the same domain satisfies you need, read on.
    Let's suppose you have two html files kept on your server as follow::
    MyHTML/main.html
    MyHTML/subDir/A.html
    Now, let say that when you save the cookie, the path is not specified. A.html will not be able to access the cookie set by main.html. However, if you specified PATH=/ (along with other values and expiry date-and-time), both html files will be able to access the same cookie via the document.getMember method.
    This is more of a JavaScript question than a Java question and you might want to pay a visit to the link below:
    http://forums.internet.com/WebX?[email protected]^[email protected]
    you can go to the bottom of that page, click search and type in cookie and you'll see a lot of Q&A on the topic.
    Good Luck
    V.V.

  • I have a problem with two PDF's when trying to open them through a link on a web page. The two PDF's open fine with Adobe on my own PC and on the server I have copied it to but when they are opened through a link on a web page (pointing to the server wher

    I have a problem with two PDF's when trying to open them through a link on a web page. The two PDF's open fine with Adobe on my own PC and on the server I have copied it to but when they are opened through a link on a web page (pointing to the server where the PDFs open fine) I get an error 'There was an error processing a page. Invalid function resource' The other one just doesn't open at all. Can anyone help with this please?

    Hello,
    Are the pdf linked correctly in the website? Is this a public website? If yes, please post the link here.
    ~Deepak

  • Have published iweb site for five years with no problems and just opened a new site and get - 404: Page not found  This error is generated when there was no web page with the name you specified at the web site.-is the problem with iweb or with hosting?  T

    I am sorry if thie is republished-My first time doing this and I am not sure what goes where and where to hear feedback.
    Have published iweb site for five years with no problems and just opened a new site and get -
    404: Page not found 
    This error is generated when there was no web page with the name you specified at the web site.-
    Troubleshooting suggestions:
    Ensure the page you are linking to exists in the correct folder.
    Check your file name for case sensitivity . Index.htm is not the same as index.htm!
    Temporarily disable any rewrite rules by renaming your .htaccess file if it exists
    is the problem with
    iweb or with hosting?
    One Apple tech started to fix Iweb and had to end session and the next said problem with hosting at Network Solutions as it published
    to local folder. NWS has checked sttting a few times-
    Any help would be extremely appreciated as trying to fix this for about five weeks
    Thanks VG
    <Email Edited by Host>

    It's a really bad idea to post your email address - it's an invitation to spam - and I've asked the Hosts to remove it. (Even though I've now noticed you mis-spelled it! - anyway, never post your address in a forum.)
    You have a site here: http://virginiagordon.com/www.virginiagordon.com/WELCOME.html
    If that's not the page you are having trouble with, what is that page's URL?

  • Opening a web page in the same window ...

    Hi all,
    I wanted to open a web page in the same content area(window) and not in an external window . Could you tell me how its done ...
    Regards,
    Jayant.

    hi
    check out this link
    http://help.sap.com/saphelp_erp2005/helpdata/en/83/e7c24122e3c317e10000000a155106/content.htm
    create a exit plug as mentioned in link.
    in the action event handler of button gives this.
    public void onActionExitButton(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionExitButton(ServerEvent)
    String logoffURL="http://help.sap.com/saphelp_erp2005/helpdata/en/16/d3643fce8bb01ae10000000a114084/frameset.htm";
    wdThis.wdGetDynamicProgrammingInterfaceViewController().wdFirePlugToexit(logoffURL);
        //@@end
    hope this helps,
    Regards,
    Arun

  • I have website that on the Home page and the home only. When opened in Chrome or Safari the last 3 menu buttons do not work.

    I have website that on the Home page and the home only. When opened in Chrome or Safari the last 3 menu buttons do not work. But work fine in Explorer and Firefox.Its weird. The site is baystatewiring.com see if you have the same problem. Does anyone have a idea?

    Code errors could explain the problem.  You're missing a closing </div> tag for container.
    [Invalid] Markup Validation of http://baystatewiring.com/index.html - W3C Markup Validator
    Try changing your link CSS from display: inline to display: inline-block.
    Nancy O.

  • What the best ways to save web pages  on the cloud ? Using an iPhone ?

    Dear folks
    I read a lot of web pages on iPhone that I need to refer to / come back to later
    I have limited space on my iPhone and do not want to clutter the phone saving all these pages
    What are the best options to
    a) save these web pages on the cloud ?
    B) Or mail them to myself ( again store on some specific gmail or so account ? )
    Or
    C) It would also be great to convert  them to PDF and mail them to myself or  save them on box dot net or Dropbox
    Or
    d) save them initially on the phone but , eventually move them in batches to my hard drive thru backups
    What is the best option ? And  What are the best ways to do this
    Free apps / solutions preferred
    If not so paid ones are okay 
    TIA
    Regards
    Subu

    Import photos to your computer, then delete the copies that reside on the phone. Also remove apps you no longer use.

  • Ff24, windows 8: displaying bookmarks in a sidebar no longer resizes the web pages to the remaining viewable area. ff24 does do it on my other windows 7 pc's

    ff24, windows 8: displaying bookmarks in a sidebar no longer resizes the web pages to the remaining viewable area. ff24 does do it on my other windows 7 pc's

    Are you sure that you are opening the Bookmarks sidebar and aren't using the Bookmarks Menu button that show the bookmarks in a drop-down list?
    Firefox has two bookmark buttons with a star in the Customize window.<br />
    One star button has a drop-marker that open the Bookmark menu and may appear on the Navigation Toolbar or on the Bookmarks Toolbar if the menu bar is hidden.<br />
    The other star button without the drop-marker opens the bookmarks in the sidebar (View > Sidebar > Bookmarks).
    You can drag the Bookmarks menu button with the drop-marker in the Customize window from the toolbar palette on a toolbar (e.g. Navigation Toolbar or Tab Bar or to the left side of the Bookmarks Menu Items).<br />
    If you do not see the drop-marker then try them both to see which works.
    *https://support.mozilla.org/kb/How+to+customize+the+toolbar
    *https://support.mozilla.org/kb/Back+and+forward+or+other+toolbar+items+are+missing
    *You can toggle the Bookmarks sidebar via View > Sidebar > Bookmarks (Ctrl+B)
    *You can toggle the History sidebar via View > Sidebar > History (Ctrl+H)

Maybe you are looking for

  • How can i make perticular row or perticular cell Editable  of a JTable

    Dear al, can u help me by guiding me for the problem of... i am having a JTable, in which a (first)column of each row is having a checkbox field. If the checkbox is checked then and then i should able to modify the cells in that row where the checkbo

  • Clearing vendor BAPI

    Hi I want to use some BAPI for F-44 and found  POSTING_INTERFACE_CLEARING. But when I add some document numer for clearing than process is stopping because my BAPI didn't fill field "Difference postings" RF05A-AKOBT. I added this by bellow code but i

  • How do i enable the diagnostic pages for OER 11.1.1.3.0?

    I'm currently trying to enable the diagnostic pages for OER 11.1.1.3.0. In the documentation the following is stated: In Oracle Enterprise Repository 11g release, Oracle Enterprise Repository Diagnostics page is disabled, by default. Navigate to http

  • Missing Numbers Documents

    I only had 2 documents on numbers. They no longer appear to be on any of my devices or in the cloud. Where did they go? Several days ago I started to download the new 10.9 but stopped it because it didn't seem to be responding.

  • Case insensitive highlighting

    I have a report region with a search field. I am using the builtin highlight feature, which works as expected. But what I like to achieve is to highlight all occurences of my specified search word regardless of its case! That means if I search for ex