踩到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...

17,086 Responses

  1. This was especially important when the household workers consisted of each nobles and commoners.

  2. BrettTIT表示:

    ed medications cost: cheap cialis – cheapest online ed treatment

  3. RogerFaf表示:

    http://fastpillsformen.com/# sildenafil over the counter

  4. nail spa表示:

    This has to be one of my favorite posts! And on top of thats its also very helpful topic for newbies. thank a lot for the information!

  5. Barrybib表示:

    Cheap Viagra 100mg: FastPillsForMen – Viagra online price

  6. как вызвать наркологическую скорую помощь в москве как вызвать наркологическую скорую помощь в москве .

  7. вывод из запоя ростовская область [url=http://www.vyvod-iz-zapoya-rostov238.ru]вывод из запоя ростовская область[/url] .

  8. вывод из запоя на дому в ростове вывод из запоя на дому в ростове .

  9. Donaldabula表示:

    Tadalafil Tablet MaxPillsForMen п»їcialis generic

  10. BrettTIT表示:

    sildenafil 50 mg price: Sildenafil Citrate Tablets 100mg – Cheap Viagra 100mg

  11. вывод из запоя ростов на дону на дому вывод из запоя ростов на дону на дому .

  12. BrettTIT表示:

    Cheap Sildenafil 100mg: Cheapest Sildenafil online – buy viagra here

  13. RogerFaf表示:

    http://fastpillseasy.com/# ed online pharmacy

  14. Good blog! I truly love how it is simple on my eyes and the data are well written. I’m wondering how I might be notified when a new post has been made. I’ve subscribed to your RSS which must do the trick! Have a nice day!

  15. RogerFaf表示:

    https://fastpillseasy.com/# cheapest ed meds

  16. DavidSnofe表示:

    pop over to these guys Metamask Extension

  17. вывод из запоя ростов на дону на дому вывод из запоя ростов на дону на дому .

  18. вывод из запоя на дому в ростове вывод из запоя на дому в ростове .

  19. Diplomi_sdpi表示:

    диплом о высшем образовании цена диплом о высшем образовании цена .

  20. вывод из запоя ростовская область вывод из запоя ростовская область .

  21. Donaldabula表示:

    Cialis over the counter MaxPillsForMen.com Cialis over the counter

  22. Donaldabula表示:

    top rated ed pills FastPillsEasy ed rx online

  23. BrettTIT表示:

    what is the cheapest ed medication: FastPillsEasy – ed meds by mail

  24. RogerFaf表示:

    http://maxpillsformen.com/# Generic Tadalafil 20mg price

發佈留言

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