踩到Window resize在Preview print的雷

最近在作案的過程中遇到一個狀況,從Art design那邊拿到的頁面,會在Window resize的時候執行某個Function,本來一切都正常,但測試到Chrome和Firefox預覽列印時發現也會Trigger這個Event,會讓在預覽列印過後的頁面發生問題,所以必須要進行修正,以下是這個案例的說明:

先在測試頁加入以下的程式,發現在預覽列印的時候會Trigger window resize event:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Preview Print Test</title>
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
    <script>
        $(window).resize(function() {
            console.log("Window Resize");
        });
    </script>
</head>
<body>
<h1>Window Resize Test</h1>
</body>
</html>
Preview print trigger window resize event
Preview print trigger window resize event

網路上搜尋了一下解決方案,將Script改寫如下,可以順利解決,但不知道是不是最好的方法,如果大家有更好的也別忘了告訴我唷~

openResizeFn();

// Chorme
var print = false;
var mediaQueryList = window.matchMedia('print');
mediaQueryList.addListener(function (mql) {
    if (mql.matches) {
        closeResizeFn();
    } else {
        setTimeout(openResizeFn, 2000);
    }
});

// Firefox
window.onbeforeprint = function () {
    closeResizeFn();
};
window.onafterprint = function () {
    setTimeout(openResizeFn, 2000);
};

// Common Function
function openResizeFn() {
    $(window).on("resize", windowResize);
}

function closeResizeFn() {
    $(window).off("resize", windowResize);
}

function windowResize() {
    console.log("Window Resize");
}

You may also like...

16,982 Responses

  1. Internship courses are held in the college.

  2. KennethPah表示:

    prednisone in mexico [url=http://prednibest.com/#]Predni Best[/url] prednisone 10 mg

  3. Modular houses include items or modules that are constructed in factories and joined together on site; they often use costlier materials and are larger than manufactured homes.

  4. SamuelBix表示:

    pharmacy cost of prednisone: prednisone 20 – ordering prednisone

  5. KennethPah表示:

    ciprofloxacin 500mg buy online ciprofloxacin purchase cipro

  6. Предлагаем услуги профессиональных инженеров офицальной мастерской.
    Еслли вы искали ремонт стиральных машин kuppersbusch, можете посмотреть на сайте: срочный ремонт стиральных машин kuppersbusch
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  7. Appreciation for taking the time to discuss this topic, I would love to discover more on this topic. If viable, as you gain expertise, would you object to updating the website with further information? It is tremendously beneficial for me.

  8. SamuelBix表示:

    amoxicillin 500 mg without prescription: Amox Star – amoxicillin 200 mg tablet

  9. In the next part, we’ll have a look at whether or not or not painting your cabinets is an effective choice for resurfacing.

  10. ” as AMC’s slogan for their muscle automobile, simply referred to as “The Machine” it was targeting the younger market.

  11. RobertJar表示:

    prednisone 50 mg tablet canada: PredniBest – prednisone pills for sale

  12. child porn表示:

    It’s the best time to make some plans for the future and it is time to be happy. I’ve read this post and if I could I wish to suggest you some interesting things or tips. Maybe you can write next articles referring to this article. I wish to read even more things about it!

  13. RobertJar表示:

    can you purchase amoxicillin online: amoxicillin 500mg capsules – amoxicillin for sale

  14. KennethPah表示:

    buy cipro without rx ci pharm delivery cipro 500mg best prices

  15. Maintaining a gas system consists of servicing the fuel filter, air cleaner, gasoline tank, and gasoline traces; adjusting the carburetor; and adjusting the governor.

  16. SamuelBix表示:

    amoxicillin 500mg: amoxicillin 500mg capsule – can you buy amoxicillin over the counter

  17. DanielAbice表示:

    https://clomidonpharm.com/# can i buy clomid without prescription

  18. KennethPah表示:

    prednisone 20 Predni Best prednisone 10mg tablet price

  19. вывод из запоя цены [url=http://belbeer.borda.ru/?1-6-0-00000779-000-0-0-1730824877]вывод из запоя цены[/url] .

  20. вывод из запоя цены на дому краснодар [url=http://automobilist.forum24.ru/?1-19-0-00000139-000-0-0-1730744829/]вывод из запоя цены на дому краснодар[/url] .

  21. вывод из запоя краснодар [url=http://stranaua.ukrbb.net/viewtopic.php?f=2&t=59749/]вывод из запоя краснодар[/url] .

  22. вывод из запоя стационар краснодар вывод из запоя стационар краснодар .

  23. SamuelBix表示:

    clomid without prescription: clomid on pharm – where to buy cheap clomid

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。