Next & Previous Buttons Bug With Explorer

On our shops, on the product lists, the button “previous”, “next” and numbers does not work under Internet Explorer 11.

It works fully with Google Chrome and Safari but it does nothing with Explorer.



Anyone had this trouble ? Our shops runs with CS-Cart: version 3.0.6 ULTIMATE



For example : http://www.geekme.ch/geekme

A customer has brought this to our attention today and i've only managed to try it so far in IE9 but there does seem to be an issue.



The first press of 'Next' seems to work but the second press once on page to seems to jog the page up very slightly, another press an it then changes page and the focus then shifts to the first item.



http://www.jacksonsn…type/shrubs-en/



Strangely I don't seem to get the issue on you site, did you manage to resolve it?



We are running v3.0.4 Professional

[quote name='jacksonsnurseries' timestamp='1422885525' post='204087']

A customer has brought this to our attention today and i've only managed to try it so far in IE9 but there does seem to be an issue.



The first press of 'Next' seems to work but the second press once on page to seems to jog the page up very slightly, another press an it then changes page and the focus then shifts to the first item.



http://www.jacksonsn…type/shrubs-en/



Strangely I don't seem to get the issue on you site, did you manage to resolve it?



We are running v3.0.4 Professional

[/quote]

Strange but everything is working fine in our IE9. We have checked it a minute ago.



Best regards, Alt-team.

[quote name='Pascal' timestamp='1422367283' post='203582']

On our shops, on the product lists, the button “previous”, “next” and numbers does not work under Internet Explorer 11.

It works fully with Google Chrome and Safari but it does nothing with Explorer.



Anyone had this trouble ? Our shops runs with CS-Cart: version 3.0.6 ULTIMATE



For example : [url=“http://www.geekme.ch/geekme”]http://www.geekme.ch/geekme[/url]

[/quote]

We also have this problem in IE 11.

Please check this thread Im experiencing issues with IE 11 and Cs Cart. Help? - General Questions - CS-Cart Community Forums



Best regards, Alt-team.

[quote name='jacksonsnurseries' timestamp='1422885525' post='204087']

A customer has brought this to our attention today and i've only managed to try it so far in IE9 but there does seem to be an issue.



The first press of 'Next' seems to work but the second press once on page to seems to jog the page up very slightly, another press an it then changes page and the focus then shifts to the first item.



http://www.jacksonsn…type/shrubs-en/



Strangely I don't seem to get the issue on you site, did you manage to resolve it?



We are running v3.0.4 Professional

[/quote]



For us, it works in IE9 but does not work in IE11. Please contact CS-Cart support team.

CS-Cart support team has been contacted… they just answered that Cs-Cart 3 was released two years ago and IE11 is pretty new so compatibility is no longer followed…

So? No longer supported? OUCH

I followed the link from alt-team. There was a solution on another post and it seems to work :



****



To fix this problem, you should open the following file: lib/js/history/jquery.history.js



and replace the line 36:



return $.browser.mozilla ? hash : decodeURIComponent(hash);



with



return decodeURIComponent(hash);



Dear Pascal,



Thank you for sharing this info