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

29,568 Responses

  1. Victorprima表示:

    Always leaving this place satisfied.
    where buy generic lisinopril no prescription
    Read information now.

  2. WalterCherm表示:

    Their vaccination services are quick and easy.
    https://cytotecpharm24.top/
    Their worldwide outreach programs are commendable.

  3. WalterCherm表示:

    Their staff is always eager to help and assist.
    https://cipropharm24.top/
    Their international shipment tracking system is top-notch.

  4. Victorprima表示:

    They offer unparalleled advice on international healthcare.
    gabapentin 300 mg cap
    Read information now.

  5. Jasonzitte表示:

    Trustworthy and reliable, every single visit.
    get cheap cytotec without prescription
    Their commitment to healthcare excellence is evident.

  6. Jasonzitte表示:

    Love their spacious and well-lit premises.
    cost cheap lisinopril no prescription
    Always up-to-date with international medical advancements.

  7. Jasonzitte表示:

    Their free health check-ups are a wonderful initiative.
    rash from gabapentin
    The epitome of excellence in international healthcare.

  8. Jasonzitte表示:

    They ensure global standards in every pill.
    how to buy cheap clomid online
    Always ahead of the curve with global healthcare trends.

  9. Victorprima表示:

    Their health seminars are always enlightening.
    how to get generic lisinopril without prescription
    They always keep my medication history well-organized.

  10. Jasonzitte表示:

    I appreciate the range of payment options they offer.
    can i purchase cheap lisinopril pills
    Their worldwide pharmacists’ consultations are invaluable.

  11. Victorprima表示:

    They maintain a high standard of hygiene and cleanliness.
    gabapentin life saver
    Trust and reliability on a global scale.

  12. WalterCherm表示:

    Commonly Used Drugs Charts.
    https://cipropharm24.top/
    Their online prescription system is so efficient.

  13. Victorprima表示:

    Professional, courteous, and attentive – every time.
    can you buy generic cytotec without a prescription
    Their international patient care is impeccable.

  14. WalterCherm表示:

    Some are medicines that help people when doctors prescribe.
    https://clomidpharm24.top/
    Get here.

  15. WalterCherm表示:

    A trusted partner in my healthcare journey.
    https://cipropharm24.top/
    The staff always ensures confidentiality and privacy.

  16. Victorprima表示:

    Every international delivery is prompt and secure.
    where buy cheap clomid pills
    Commonly Used Drugs Charts.

  17. Jasonzitte表示:

    Their commitment to global excellence is unwavering.
    lisinopril by mail
    Always leaving this place satisfied.

  18. WalterCherm表示:

    Their medication therapy management is top-notch.
    https://cipropharm24.top/
    Their senior citizen discounts are much appreciated.

發佈回覆給「Jasonzitte」的留言 取消回覆

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