Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • Klaus Ondrich Friend
    #745988

    Though my JS knowlege is very poor, I found a way to get those lines of code working:
    Original code in /templates/ja_fubix/js/script.js, lines 258-260 that produce the JS error and prevent back-to-top button from working:

    if(Browser.ie && Browser.version <= 8){
    Browser.Features.inputemail = false;
    }

    Fixed code /templates/ja_fubix/js/script.js, lines 258-260 that resolves JS error and makes the back-to-top button working everywhere:

    if($.browser.ie && $browser.version <= 8){
    $.browser.Features.inputemail = false;
    }

    Could you confirm that this fix is correct and free from side-effects? If that’s true, it seems to be a bug in Fubix.

    jooservices Friend
    #663046

    Hi there
    Glad to see developer here 🙂
    Actually i have not yet find out root cause. It should be js conflict.
    But ! I think you can remove those js line as well. Because we no need caring about IE 8 anymore .
    And about your fixed code. If it works … than fine 🙂

    Thank you,
    Viet Vu

    jooservices Friend
    #745990

    Hi there
    Glad to see developer here 🙂
    Actually i have not yet find out root cause. It should be js conflict.
    But ! I think you can remove those js line as well. Because we no need caring about IE 8 anymore .
    And about your fixed code. If it works … than fine 🙂

    Thank you,
    Viet Vu

    Klaus Ondrich Friend
    #663047

    Well, I did not know me as a web developer myself. Data warehouse developer, yes. 😉

    Will you do anything on our server from ow on regarding this issue? If not, I will reactivate JS/CSS optimizations again.

    Klaus Ondrich Friend
    #745991

    Well, I did not know me as a web developer myself. Data warehouse developer, yes. 😉

    Will you do anything on our server from ow on regarding this issue? If not, I will reactivate JS/CSS optimizations again.

    jooservices Friend
    #663049

    Hi there
    No. You’ve solve issue without me. You got top developer over world rank 🙂

    Thank you,
    Viet Vu

    jooservices Friend
    #745993

    Hi there
    No. You’ve solve issue without me. You got top developer over world rank 🙂

    Thank you,
    Viet Vu

Viewing 7 posts - 16 through 22 (of 22 total)

This topic contains 22 replies, has 2 voices, and was last updated by  jooservices 9 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum