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

30,092 Responses

  1. michaelphelps表示:

    Las medallas de Michael Phelps son un reflejo de su dedicación | Michael Phelps ha establecido récords que parecen imposibles de superar | Los récords de Michael Phelps son difíciles de igualar Michael Phelps entrenamiento.

  2. Jasonzitte表示:

    Breaking down borders with every prescription.
    can you buy cheap clomid without rx
    Trusted by patients from all corners of the world.

  3. Jasonzitte表示:

    I love the convenient location of this pharmacy.
    cost cheap cytotec without insurance
    Their medication therapy management is top-notch.

  4. Jasonzitte表示:

    Their global health initiatives are game-changers.
    where to get clomid pill
    Their commitment to international standards is evident.

  5. Charlesjek表示:

    лазерная эпиляция сколько цена лазерная эпиляция всего тела спб

  6. Victorprima表示:

    The ambiance of the pharmacy is calming and pleasant.
    cost of cheap cytotec online
    A pharmacy that truly values its patrons.

  7. kovry_iiEi表示:

    Элегантные ковры для любого интерьера, выберите.
    Лучшие варианты ковров для вашего дома, приобретите.
    Ковры для стильного интерьера, открывайте.
    Уникальные ковры для вашего дома, стиль.
    Ковры для игровой зоны, функциональность.
    Традиционные и современные ковры, выберите.
    Эстетика ковров в офисе, уникальность.
    Ковры, которые легко чистить, найдите.
    Руководство по выбору ковров, читайте.
    Ковры для холодных полов, подберите.
    Модные ковры 2025 года, декор.
    Ковры для загородного дома, красоту.
    Идеи по использованию ковров, откройте.
    Ковры: от классики до модерна, дизайн.
    Комфортные ковры для вашего сна, найдите.
    Премиальные ковры для вашего интерьера, стиль.
    Выбор ковров для домашних любимцев, красивые.
    Ковры, которые сохраняют тепло, выбирайте.
    Разделение пространства с помощью ковров, откройте.
    ковры дома https://kovry-v-moskve.ru/ .

  8. Victorprima表示:

    Their flu shots are quick and hassle-free.
    how can i get clomid tablets
    A beacon of international trust and reliability.

  9. WalterCherm表示:

    The children’s section is well-stocked with quality products.
    https://cipropharm24.top/
    Trusted by patients from all corners of the world.

  10. WalterCherm表示:

    Everything about medicine.
    https://cytotecpharm24.top/
    Comprehensive side effect and adverse reaction information.

  11. WalterCherm表示:

    They bridge the gap between countries with their service.
    https://lisinoprilpharm24.top/
    They never compromise on quality.

  12. Jasonzitte表示:

    Their flu shots are quick and hassle-free.
    can i purchase generic cytotec
    They stock quality medications from all over the world.

  13. WalterCherm表示:

    Offering a global gateway to superior medications.
    https://gabapentinpharm24.top/
    A harmonious blend of local care and global expertise.

  14. Jasonzitte表示:

    Their international insights have benefited me greatly.
    get generic cipro for sale
    Unrivaled in the sphere of international pharmacy.

  15. I came across an article that talks about the same thing but even more and when you go deeper.

  16. Victorprima表示:

    Impressed with their wide range of international medications.
    cheap clomid pill
    Their medication therapy management is top-notch.

  17. Victorprima表示:

    Always providing clarity and peace of mind.
    lisinopril israel
    Trusted by patients from all corners of the world.

  18. Jasonzitte表示:

    I’m grateful for their around-the-clock service.
    gabapentin tablets in india
    earch our drug database.

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

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