IE 9 and Fullpage.js Normal Scroll Elements - fullpage.js

So I'm using fullpage.js by alvarotrigo. I just want to ask if normalScrollElements function of this plugin has issues on IE. Because on Chrome, Firefox and Safari the normalScrollElements is working fine. However on IE 9 it is not. Any thoughts on this one? Thanks!

It was already reported in the plugin forum.
The problem was solved in version 2.1.9 of fullpage.js

Related

How to use modernizr to make firefox support google OpenSans font?

I am using google Opensans font. It works fine in almost all browser except Firefox.
Should I use Modernizr? If it is, then how can I do it?
Edited: I've update firefox to 29.1. But still not working. Here is a demo in codepen. See, it's not displaying opensans.
just loading the font and using it works fine in firefox 28, so more than likely there is something else going on. Can you post a codepen/jsfiddle showing the issue?

Ie 8 issues - control wrapper - Google charts

I am using google charts and is working fine on all browsers except IE 8.
The problem in ie8 is, the graph will continue to stretch to the down and doesn't stop.
I am using following thing.
google.visualization.ControlWrapper
and
google.visualization.ChartWrapper
and my packages are
google.load("visualization", "1.1", {packages:["controls",'corechart']});
Please give me a workaround for IE 8 in particular.
Waiting for the reply.
I solved this issue. The issue was in "smart resize". This doesn't work in IE 8. So please avoid this in IE 8.
NOTE : Google chart do work in IE.

SymbolSet Issues in IE8

I have been using Symbolset fonts (Standard and Social) for a few months now and love them. Recently I have been noticing some issues in IE8 though. Some sites I am doing are not loading at all in IE8. It has this in the bottom social bar: http://cl.ly/image/3y1o2R2X2L1t, which makes me think it has to do with the Symbolset files. I can't for the life of me figure out what the issue is though. Any ideas what might be causing the issue or something I may be missing?
Thanks!
It's possible that the font format you're trying to feed to IE 8 is not supported.
TTF/OTF, for example, is partially supported in IE 9 and 10 but not supported in IE 8.
http://caniuse.com/ttf
I would check the compatibility table on this page. http://blog.symbolset.com/browser-support
For IE8 I have used the unicode option to get the desired result.
Example
<i class="ss-icon ss-social"></i>

MediaElement.js error in IE8

I'm looking to use mediaelement.js to show some HTML5 audio players on a page. Everything seems to be working great in Chrome/FF, but not in IE8.
http://future.thefutureforward.com/~orion/multimedia.html
The flash fallback .swf file is in the same folder as my mediaelement-and-player.min.js, so that's not the issue. I've tried script tags in the (where they are now) and before the , but that doesn't help.
Any thoughts as to why IE isn't functioning here would be much appreciated!
This bug is now solved in the latest version of mediaelement-and-player.min.js. Make sure you have version 2.9.3 installed.
Full details discussed in this github issue:
https://github.com/johndyer/mediaelement/pull/598

firefox 4.0.1 problems with yui

I'm using YUI modal window with lazyloading feature. It is working fine on almost all browsers, but for some reason it is not working on firefox 4.0.1. Any ideas what the issue might be?

Resources