jonobr1 / stalactite

stalactite is a jQuery plugin that packs child elements together.
http://jonobr1.github.com/stalactite
154 stars 32 forks source link

IE 10+ #4

Closed hidetsugu closed 11 years ago

hidetsugu commented 11 years ago

Stalactite in IE 10 and IE 11 isn't working. I've tested also in IE8 and worked well, but in 10+ all the content stalactite should load, doesn't appear. Is this a known bug? Is there a way to solve it?

jonobr1 commented 11 years ago

Thanks for filing! This is not a known bug. Are there any errors in the console?

hidetsugu commented 11 years ago

I get one warning and one message in the console. Don't know if it helps...

console

jonobr1 commented 11 years ago

Thanks for the help. I will debug this tomorrow and get it working for IE10+.

jonobr1 commented 11 years ago

Hmmm, so upon further inspection it looks like the packing works fine. It looks to be an issue with the lazy image loading. If you click on one of the examples at the bottom it runs fine on my Surface.

jonobr1 commented 11 years ago

I updated Stalactite and removed the asset lazy loading. I did this based on http://api.jquery.com/load-event/ documentation saying that this method is unreliable for cross browsers. Let me know if that fixes the problem for you.

hidetsugu commented 11 years ago

That fixes the issue. Thank you. Keep up the good work!