踩到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,933 Responses

  1. JasonKenda表示:

    https://stromectol1st.com/# cost of stromectol medication

  2. Sqyasc表示:

    cheap ventolin 4mg ventolin inhalator order buy aristocort generic

  3. JimmyEvags表示:

    ivermectin for scabies dosage ivermectin news

  4. spervenef表示:

    hair loss with tamoxifen The therapeutic effects of the combined intervention are remarkably better than those of the simple application of clomiphene.

  5. Neexykelp表示:

    nolvadex half life My doctor told me yesterday that new evidence suggests that you don t need to have AF to start clomid, and that I could start taking it at anytime after CD40 if I have a negative serum pregnancy test.

  6. WillieAttiz表示:

    https://stromectol1st.com/# topical ivermectin for cats

  7. JimmyEvags表示:

    ivermectin 3mg tablet ivermectin acne

  8. endearype表示:

    Protocol adherence was measured. does tamoxifen cause joint pain If you are vegetarian or vegan, you will need to ensure you are getting enough zinc, iron and B12 in your diet by eating a variety of leafy greens, nuts, beans,and fortified cereals.

  9. liderty表示:

    tamoxifen pill University in the issue is among the blog the hypertensive and i most individuals will need toöhaha.

  10. Neexykelp表示:

    13 Two well-designed, industry-sponsored, multicenter, phase 2 studies, both of which were randomized, double-blind, dose-finding, noninferiority studies, compared anastrozole with clomiphene the latter at a daily dose of 50 mg in women with oligo-ovulation most of whom had the polycystic ovary syndrome , with ovulation as the primary outcome. where to buy nolvadex Myers er, because of women with polycystic ovaries do not producing hormones were insufficient data.

  11. Mindypisn表示:

    gay chat cam rabdom
    live gay chat lines
    miai chat gay

  12. Josephcoume表示:

    molnopiravir molnupiravir tablets

  13. Kizmms表示:

    order generic metoprolol 50mg brand clomid vardenafil 10mg without prescription

  14. Dennisscalp表示:

    https://tamoxifen.best/# tamoxifen reviews

  15. Adoreepisn表示:

    gay cumshot chat
    gay chat recorded
    gay chat men’s room

  16. Josephcoume表示:

    viagra lowers blood pressure is viagra covered by medicare

  17. Andreprark表示:

    https://withoutdoctorprescription.xyz/# buy prescription drugs online legally

  18. ShooraBor表示:

    Testosterone treatments for low-T can reduce sperm production in your testicles, sometimes to zero. best days to take clomid for success found a protective role of the PROGINS polymorphism in an Indian population 40.

  19. MatthewSycle表示:

    https://viagracanada.xyz/# viagra prices walmart

  20. Noxescods表示:

    clomiphene citrate for women Other effective PCOS treatments to achieve pregnancy after metformin and Clomid have failed.

  21. ThekPhend表示:

    I purchased DIM and hoping that it will help, I m also taking a vitamin D, zinc, omega 3, and starting taking a ginger supplement. clomid oral tablet 50 mg order online 0 which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

  22. ShooraBor表示:

    Most patient satisfaction studies rely on cross-sectional survey data, which are useful but fail to capture the dynamic nature of the fertility treatment process Gerrity, 2011, Klitzman, 2018b. clomid for males CHH congenital hypogonadotropic hypogonadism.

  23. MatthewSycle表示:

    https://tamoxifen.best/# tamoxifen generic

  24. Andreprark表示:

    https://tamoxifen.best/# tamoxifen vs raloxifene

  25. ShooraBor表示:

    Posttesticular defects or disorders of sperm transport account for 10 to 20 of cases of male infertility. clomid or letrozole

發佈留言

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