CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2005
    Posts
    50

    setInterval/setTimeout and print preview in Firefox

    I am attempting to control a picture change sequence using setInterval (or setTimeout). I find that in Firefox, if the user goes into print preview, then returns to the browser, any setinterval sequence is lost or setTimeout event no longer happens. IE and Opera seem to handle this without problems. Is there anyway to overcome this or get the sequence restarted? Unfortunately the onbeforeprint/onafterprint events are not supported in Firefox.

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: setInterval/setTimeout and print preview in Firefox

    Sounds more like a bug to me. I would report this directly to Mozilla.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured