Works in firefox but crashes in IE
- boogiechild
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
16 years 10 months ago #1910
by boogiechild
I'm not too sure why it would be doing this, its a wonderful component. I have it working in firefox, and its kind of slow, which is ok, its working. But as soon as I go to Internet Explorer, which majority of the population uses by default, the main photo page loads with the galleries listed, but once you click on a gallery, it crashes and gives an error that it could not load. ???
I searched this forum to see if it happened to anyone else, but didnt see it...so here is my post.
Check this out on Firefox and IE, and submit any help if you can explain it. Thank you! ;D
onthelisttv.com/main/index.php?option=com_apa&Itemid=48
I searched this forum to see if it happened to anyone else, but didnt see it...so here is my post.
Check this out on Firefox and IE, and submit any help if you can explain it. Thank you! ;D
onthelisttv.com/main/index.php?option=com_apa&Itemid=48
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
16 years 10 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
16 years 10 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
16 years 10 months ago - 16 years 10 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: 16 years 10 months ago by Saka.
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
16 years 10 months ago - 16 years 10 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: 16 years 10 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
16 years 10 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.