Works in firefox but crashes in IE
- Saka
-
- Offline
- Administrator
-
17 years 2 months ago #1913
by Saka
Emir Sakic
www.sakic.net
Hi,
Can you please test with default Joomla! template and see if the error persists.
Can you please test with default Joomla! template and see if the error persists.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- boogiechild
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
17 years 2 months ago #1914
by boogiechild
Ok update: I switched to the default to check it out real quick, and though ajax is still slow in firefox, it did infact work in IE under the default template.
Real Question is now, how do I get it to work in IE under the current template I have now? Any ideas, suggestions?
Thanks for responding quickly
Domenic aka boogiechild
Real Question is now, how do I get it to work in IE under the current template I have now? Any ideas, suggestions?
Thanks for responding quickly
Domenic aka boogiechild
Please Log in or Create an account to join the conversation.
- Saka
-
- Offline
- Administrator
-
17 years 2 months ago - 17 years 2 months ago #1915
by Saka
Emir Sakic
www.sakic.net
Hard to say, this error usually occurs when JS tries DOM manipulation before it's closed and ready. But my script doesn't do that. There could also be some JS collisions with the JS used in the template.
Here is some explanation (for my own reference): clientside.cnet.com/code-snippets/manipu...d-operation-aborted/
You can send FTP details + admin password and I will do some experiments on your site and try to fix it.
Here is some explanation (for my own reference): clientside.cnet.com/code-snippets/manipu...d-operation-aborted/
You can send FTP details + admin password and I will do some experiments on your site and try to fix it.
Emir Sakic
www.sakic.net
Last Edit: 17 years 2 months ago by Saka.
Please Log in or Create an account to join the conversation.
- Saka
-
- Offline
- Administrator
-
17 years 2 months ago - 17 years 2 months ago #1922
by Saka
Emir Sakic
www.sakic.net
OK, looks like I've fixed it.
The problem seems to be occuring when 2 different events are added on domready, one in template and one in APA.
What I did is remove the APA event registration. To fix it open the file:
./components/com_apa/js/slimbox.js
Locate the follownig line:
window.addEvent('domready', Lightbox.init.bind(Lightbox));
Comment it out so it reads:
//window.addEvent('domready', Lightbox.init.bind(Lightbox));
The problem seems to be occuring when 2 different events are added on domready, one in template and one in APA.
What I did is remove the APA event registration. To fix it open the file:
./components/com_apa/js/slimbox.js
Locate the follownig line:
window.addEvent('domready', Lightbox.init.bind(Lightbox));
Comment it out so it reads:
//window.addEvent('domready', Lightbox.init.bind(Lightbox));
Emir Sakic
www.sakic.net
Last Edit: 17 years 2 months ago by Saka.
Please Log in or Create an account to join the conversation.
- boogiechild
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
17 years 2 months ago #1924
by boogiechild
;D
Indeed it does work now, I've tried it out, thanks for doing that... it is weird the way that happens. Hopefully this will help if anyone else runs into this issue.
Thanks again Saka for your help!
Domenic
Indeed it does work now, I've tried it out, thanks for doing that... it is weird the way that happens. Hopefully this will help if anyone else runs into this issue.
Thanks again Saka for your help!
Domenic
Please Log in or Create an account to join the conversation.
- *Salvo*
-
- Offline
- New Member
-
Less
More
- Thank you received: 0
16 years 10 months ago #2697
by *Salvo*
Hello, Saka.
After have bought your product and installed Ioncube it works...but with the same bug reported here.
Just let me know, please, wich file did you change in the template not-default.
Have a great day.
*Salvo*
After have bought your product and installed Ioncube it works...but with the same bug reported here.
I did it into the /com_apa/js/slimbox.js, but is out of my knowledge how to modify the template (VersatilityIII) in order to fix the bug with IE. Here is a sampleWhat I did is remove the APA event registration. To fix it open the file:
./components/com_apa/js/slimbox.js
Locate the follownig line:
window.addEvent('domready', Lightbox.init.bind(Lightbox));
Comment it out so it reads:
//window.addEvent('domready', Lightbox.init.bind(Lightbox));
Just let me know, please, wich file did you change in the template not-default.
Have a great day.
*Salvo*
Please Log in or Create an account to join the conversation.