pupunzi / jquery.mb.extruder

A sliding panel on jQuery framework
http://pupunzi.com
102 stars 33 forks source link

umm..still cannot get IE11 to work :( #14

Open mooror opened 10 years ago

mooror commented 10 years ago

Sorry to create an issue that seams has already had an answer too but I still cannot get my IE 11 to show the text on the tab :(. Has anyone else had this problem? I just don't have any idea why the new version is not curing this problem. I downloaded and uploaded mb.extruder version v. 2.5.3 onto my website but nothing in IE11 has changed tab text wise. I downloaded the code from http://pupunzi.open-lab.com/mb-jquery-components/jquery-mb-extruder/. Not sure If that is the newest version or If im just messing things up but I would really like some support. Also when I view http://pupunzi.com/#mb.components/mb.extruder/extruder.html in IE11 I don't see tab text either.

Thanks, Mooror

mooror commented 10 years ago

One more thing.. I am using IE version 11.0.9600.16428 If that helps any.

gavinharriss commented 10 years ago

I do notice that Matteo's own example website is still broken in IE11: http://pupunzi.com/#mb.components/mb.extruder/extruder.html

So I also wonder if it's still an issue. Not had a chance to download the latest version from here to try on my own site, I simply used a quick hack for IE11 that uses images instead just to keep me going for now.

pupunzi commented 10 years ago

You can test how your browser is recognized from here: http://jsfiddle.net/pupunzi/dnJNS/

can you post the results you have?

gavinharriss commented 10 years ago

navigator.appName = Netscape navigator.userAgent = Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; Tablet PC 2.0; InfoPath.3; MDDCJS; rv:11.0) like Gecko

jQuery.browser.name = Microsoft Internet Explorer jQuery.browser.fullVersion = 11.0 jQuery.browser.version = 11 jQuery.browser.majorVersion = 11

jQuery.browser.msie = true jQuery.browser.mozilla = false jQuery.browser.opera = false jQuery.browser.webkit = false

sceenshot

pupunzi commented 10 years ago

There was still a little bug on the 2.5.3 version. Just updated to the 2.5.4 with the fix.

get it from here: http://wp.me/P3heZx-fC

2013/12/6 gavinharriss notifications@github.com

navigator.appName = Netscape navigator.userAgent = Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; Tablet PC 2.0; InfoPath.3; MDDCJS; rv:11.0) like Gecko

jQuery.browser.name = Microsoft Internet Explorer jQuery.browser.fullVersion = 11.0 jQuery.browser.version = 11 jQuery.browser.majorVersion = 11

jQuery.browser.msie = true jQuery.browser.mozilla = false jQuery.browser.opera = false jQuery.browser.webkit = false

— Reply to this email directly or view it on GitHubhttps://github.com/pupunzi/jquery.mb.extruder/issues/14#issuecomment-29974525 .

matteo bicocchi pupunzi.open-lab.com art director open lab s.r.l. comunicazione

via venezia 18b 50121 firenze italia telefono +39 055 5522779

open-lab.com twproject.com licorize.com adslife.com

gavinharriss commented 10 years ago

Cleared my browser cache and hit your demo page again - all looks good now. Nice work, and thank you for sharing!

mooror commented 10 years ago

woot thanks so much Guys gonna try it out now