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

6,753 Responses

  1. whytall表示:

    [Body posture in patients with cervical spine injuries. A biomechanical study].
    Sedation before extended prone positioning for external immobilization improves patient compliance and permits earlier mobilization. However, it is not known whether this affects tissue pressure and affects the outcome of sedated positioning for external immobilization. We investigated the effects of sedation before prone positioning on tissue pressure in the cervical spine. Fifteen patients with cervical spine injuries were included in this study. All patients except two were trained https://tabboretgars.weebly.com

    6add127376 whytall

  2. comjen表示:

    In addition, the instrument allows you to learn new techniques. It is important that the user starts from the beginning and avoids complications.
    The beginner will be able to find the most suitable instruments and determine the characteristics of electric guitar pickups and pedals.

    Free Download Guitar Pro 9.1.29 Crack For Mac + Keys [2020]

    What Is New in?

    New sound engine

    New tuning instruments

    The interface has been improved

    The host file has been improved https://www.wrfou.com/wp-content/themes/begin/inc/go.php?url=https://rimerloso.weebly.com

    6add127376 comjen

  3. wavealm表示:

    You are here

    Power Hour Goal

    Hattiesburg Mayor Johnny DuPree speaks to the media during a a press conference on Thursday, Sept. 11, 2016. The Hattiesburg City Council approved a resolution to dedicate the month of October 2016 as Power Hour in an effort to raise about $10,000. Hours of operation will begin at 12:01 a.m. Oct. 1 to noon Oct. 31, according to a release. less

    Hatt https://alexditos.weebly.com

    6add127376 wavealm

  4. medidemp表示:

    It is an offline application. It was created for purpose of Snooping other people’s LAN traffic. It interfaces with Sniffer API (snif_recv_pcap() function in Sniffer API) and Sniffer window (Sniffer generates udp packet which is read by the application)

    The development of this application was stammed and started originally as a stand-alone application. However, a few later added features like support for LAN Adapter show their presence which https://wiclehomen.weebly.com

    6add127376 medidemp

  5. delhamm表示:

    All the other logins can be worked on with a simple drag-and-drop action in the utility’s interface and a clean and safe program is returned to the system, without possible further problems.Downloads: 4304 – Shareware – Download NowPOSTERS

    $29.00

    $29.00

    Product not available

    Our Art School Style $5 Poster’s are the perfect way to spread a bit of School Spirit! You make a great value by purchasing https://wersmumbtreman.weebly.com

    6add127376 delhamm

  6. zbzqyiip表示:

    buy generic modafinil 100mg modafinil medication provigil online

  7. ayyagvta表示:

    buy provigil 200mg online modafinil 200mg usa

  8. Johnnyden表示:

    tadalafil without a doctor’s prescription tadalafil cialis 20mg

  9. vobtxone表示:

    buy provigil 200mg without prescription order modafinil 100mg online cheap buy modafinil 100mg online

  10. werxoczh表示:

    provigil 100mg without prescription modafinil 200mg canada

  11. Ewysib表示:

    order ceftin online – methocarbamol drug cheap cialis 40mg

發佈留言

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