-
AuthorPosts
-
Klaus Ondrich Friend
Klaus Ondrich
- Join date:
- April 2015
- Posts:
- 67
- Downloads:
- 13
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
August 19, 2015 at 2:24 pm #745988Though 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 Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
August 19, 2015 at 2:57 pm #663046Hi 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 Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
August 19, 2015 at 2:57 pm #745990Hi 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 VuKlaus Ondrich FriendKlaus Ondrich
- Join date:
- April 2015
- Posts:
- 67
- Downloads:
- 13
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
August 19, 2015 at 3:00 pm #663047Well, 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 FriendKlaus Ondrich
- Join date:
- April 2015
- Posts:
- 67
- Downloads:
- 13
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
August 19, 2015 at 3:00 pm #745991Well, 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 Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
August 19, 2015 at 3:08 pm #663049Hi there
No. You’ve solve issue without me. You got top developer over world rank 🙂Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
August 19, 2015 at 3:08 pm #745993Hi there
No. You’ve solve issue without me. You got top developer over world rank 🙂Thank you,
Viet Vu -
AuthorPosts
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