Downloadable code used to add new functionality to browsers.

learn more… | top users | synonyms

0
votes
1answer
6 views

Webshims lib with durandal updatePolyfill

I am trying to use Webshims lib in my durandal based SPA. Followed instructions on WebShims lib web site, included custom modernizr, jquery and the polyfill. All works great so long as the controls ...
0
votes
2answers
29 views

Modernizer Polyfill vs Prefixed CSS3

I am using a polyfill so that box-sizing should work with all JS enabled browsers to prevent the layout problems which looks like this: <script type="text/JavaScript"> //extend modernizer ...
3
votes
0answers
46 views

Make HTML5 sandbox work for IE8/9 using polyfill or shim

I would like to make the new HTML5 Iframe attribute sandbox work in IE8 and 9. I have Googled for about a day now and tried many "libraries" which are supposed to make HTML5 work, but they don't seem ...
0
votes
1answer
28 views

Where should polyfills be included for Durandal style views?

I primarily develop internal web apps where IE8 is still installed on many PC's as the primary web browser. I'd like to include this HTML5 placeholder plolyfill, ...
0
votes
1answer
25 views

jQuery Webshim Lib does not display datalist content updated using javascript

I use JQuery 1.9.1, Modernizr 2.6.2 (Custom Build with yepnope) and the Webshim Library. I tested on Safari 6.0.4 and Firefox 20.0 on Mac OSX 10.7.5 I have an HTML5 page where I have a datalist ...
2
votes
2answers
123 views

Is the scope of Responsive Design worth considering for IE8 as of 2013?

I still see questions here that pertain to making responsive design work for IE8, or god forbid, IE7. For lack of knowledge of Windows related devices, my immediate thought is that, it would not be ...
3
votes
1answer
143 views

HTML5 Input type=Number Polyfill not working in IE10

I've attempted to use this pollyfill: https://github.com/jonstipe/number-polyfill But it does nothing in IE10. No script errors either. Is there anything to this besides including the JS and CSS ...
1
vote
1answer
91 views

HTML Templates JavaScript polyfills

I'm looking for the most standards-compliant / future-proof method for front-end HTML templating. There exists a relatively new W3C draft specification for HTML Templates, e.g.: <template ...
0
votes
1answer
57 views

kineticjs regular polygon setFillPatternImage alignment issue

I am using a kineticjs regular polygon (a hexagon in this case) and I am filling it with an image using setFillPatternImage. This is working. I'm creating a dynamic implementation so I need to scale ...
0
votes
0answers
31 views

modernizr.load/yepnope to load ecsstender extensions [closed]

I want to keep my CSS files as clean as possible without all the browser prefix and IE hacks but I still have a large majority of users on IE7/8 so the essentials I need are: Min/max width for ...
0
votes
2answers
33 views

Issue getting modernizer to work

I am having a problem getting the program called modernizer to work for me, i need a way to replace the native HTML5 input = date in all browsers and from what ive read modernizer does just that, ...
1
vote
1answer
63 views

HTML 5 Can't Get Canvas to Work Using Webshims in IE 8 and7

I know I'm doing something incredibly stupid so was hoping a second pair of eyes can point out my folly. I'm trying to get the Webshims polyfill to work on a simple canvas test (my first dabble with ...
0
votes
1answer
73 views

IE fake text-shadow flows separately from its text

I've been using jQuery and IE filters to create a drop shadow in IE<=9, to make up for the missing text-shadow property. This can be seen in the top-of-page h2 headings on this site, which uses ...
1
vote
0answers
71 views

Is there a risk involved in using MDN bind polyfill?

I have developed a Javascript library which requires the bind method. Unfortunately, bind is not supported by IE8. There are a polyfill on the MDN website which work well. My question is: Are there ...
-3
votes
1answer
49 views

Javascript use bitwise or equals operator |= for polyfill creation?

Is there anything wrong with creating polyfills using JavaScript's bitwise1 or equals operator |=? Date.now |= function() { return +new Date; }; 1Bitwise operator reference 2Date.now() ...
-2
votes
1answer
312 views

The best placeholder polyfil script for ie7, ie8 and ie9 [closed]

Good afternoon community. Which placeholder polyfill script do you reccomend that I use to provide placeholder support in ie7, 8 & 9. I've seen the following list from the modernizer team and ...
0
votes
0answers
17 views

Polyfill for Streams API [closed]

Since Chrome will implement Streams API, I wonder whether there already is a Polyfill for this API.
3
votes
1answer
122 views

Is there a reliable, cross-browser way to use polyfills with knockout?

We have a site that is driven pretty much entirely out of knockout and we need to support all major browsers, including Internet Explorer back to IE7 (not IE6). Chrome already supports almost all of ...
0
votes
1answer
181 views

jQuery Mobile Android 2.x slide transition support

jQuery Mobile doesn't support 3D transitions such as slide for Android 2.3 and lower. There are some polyfill/widget/plugin/way to make it work?
2
votes
1answer
70 views

Is there a polyfill for SVGs used as CSS backgrounds?

I would like to use SVG and not to have to create a PNG fallback every time. Is the an easy solution to this problem? I have looked at these projects but can't tell whether they support it: ...
1
vote
0answers
65 views

Media query support for JS implementation of CSS Grid Template Layout

The W3C has a working draft to introduce an advanced layout mechanism for HTML pages. I have found two JavaScript implementations that provide support in modern browsers for the fundamentals of this ...
2
votes
1answer
134 views

Modernizr - Correct way of loading polyfills / using custom detects

I want to use some new HTML5 form attributes and input types on a webpage. Some browsers already support them, others don't and never will. Thats why I want to use Modernizr - and thats were my ...
0
votes
0answers
63 views

How to set date format for polyfilled date input?

I'm using Polyfils to support legacy browsers in my HTML5 app. One feature I'm really interested in is <input type="date"> with native date picker. However js-based fallback date picker ...
0
votes
0answers
115 views

Placeholder polyfill with jquery.validate

I am having an issue with the following placeholder polyfill code: It is triggering jquery.validate.unobtrusive to validate the placeholder text onload and also in some cases on blur. It seems to me ...
1
vote
1answer
204 views

What javascript fallback does best simulate html5 form validation [closed]

I have built an app that validates forms client side with html5. I'm looking for the javascript-implementation that best emulates this behavior in older browsers. Important qualities are: As ...
0
votes
0answers
229 views

White page in IE7 & 8 - Webshims / Polyfill issue

I've just finished a small web project using Twitter Bootstrap and Wordpress, but unfortunately Internet Explorer has some problems with it. Opera, Safari and Chrome display the page without errors. ...
2
votes
0answers
83 views

Webshims Lib - media queries for IE8

I'm trying to get media queries to work in IE8 using Webshims Lib. I've followed the setup instructions and loaded the default (all) polyfills, but it doesn't seem to work. Am I still supposed to ...
2
votes
1answer
103 views

Using “let” in javascript

What are the options for using the let keyword in javascript. It seems like it would be really useful. I've seen traceur, but I'm wondering if there are any other options, so I don't have to run ...
0
votes
2answers
757 views

Respond.js and Modernizr not working on IE8 for media queries

I have a blog I am trying to get to work across all browsers using bootstrap as a backbone for the project. I am using Modernizr and Respond to force IE to respond to media queries, but for some ...
1
vote
1answer
159 views

How to test for DOM4 Mutation Observers with Modernizr.js?

I'm trying to create a test to detect for Mutation Observers using Modernizr.js. On the Modernizer Documentation, there's a section for testing DOM elements known as prefixes. I tried that using: ...
1
vote
1answer
475 views

Interoperability: Enquire.js doesn't execute Respond.js fired css media-queries

OK, so I use Respond.js a polyfill for mediaqueries on legacy browsers (ie8 being the most important). At the same time I'm investigating in using Enquire.js which enables executing js-code based on ...
0
votes
1answer
85 views

Trouble Retrieving Value with jQuery.val() and Modernizr Webshims Lib

I am using Modernizr plus Webshims to enable me to use the type="number" type for browsers that don't yet support that option. It works fine, but I'm having trouble accessing the value of the number ...
2
votes
1answer
3k views

css3-mediaqueries.js VS respond.js

respond.js or css3-mediaqueries.js ? The official documentation, especially that of css3-mediaqueries.js, is sparse. Reading on SO, forums and blogs I have summarized these pros and cons. respond.js ...
0
votes
1answer
389 views

Media Query Polyfill Performance - IE

I'm in the early stage of building a site. I'm looking at some design elements that would take advantage of media queries to work properly at smaller screen sizes. I've no problem with this except ...
4
votes
2answers
1k views

FileReader.js nothing happens in IE9

I need help setting up Jadriens FileReader.js. I have set up everything as I think this polyfill works. But the callback that fires when everything is initiated doesn't fire in IE9. This is my markup: ...
11
votes
3answers
976 views

CSS3 animation-fill-mode polyfill

Preface Let's pretend that a div is animated from opacity:0; to opacity:1; and i want to keep opacity:1; after the animation ends. That's what animation-fill-mode:forwards; does. @keyframes ...
9
votes
3answers
687 views

Modernizr with cssSandpaper?

i've been struggling for a while trying to have the rotate(xdeg) feature on IE 8 , 7 and 6 , for this i google for a while and found cssSandpaper but since i have to load 4 diferents scripts i want to ...
0
votes
1answer
62 views

CSS Nav with transitions in IE

This is my jsfiddle I've got this menu working properly in FF. It doesn't work at all in IE. I understand that the transitions aren't supported in IE, but I expected the rest of it to work. I also ...
5
votes
1answer
1k views

Why is it not recommended to use a polyfill for CSS3 selector support?

I need to ensure IE7 and IE8 support. I'm using a few CSS3 selectors like :last-child. I dropped in Selectivizr, and it appears to fix many problems in those browsers, leaving me just a handful to ...
5
votes
1answer
535 views

Why do console.log() polyfills not use Function.apply()?

I've been looking at some of the popular console.log() wrappers/polyfills: Paul Irish's Ben Alman's Craig Patik's I notice that all of them accept multiple arguments, but they all do something ...
0
votes
3answers
997 views

Wordpress - Enqueue scripts for only if LT IE 9

In a wordpress theme, how do you conditionally include scripts for ie8 and below? This is primarily to apply polyfills for various html5/css3 features. I see that wp has the $is_IE variable which can ...
-3
votes
1answer
271 views

HTML5 Compatibility [closed]

ALERT!! -> NOVICE QUESTION I'm working in a startup and my boss tells me to do a html5 page with crossbrowser compatibility. I know some polyfills but no one is perfect for me. I need correct ...
1
vote
0answers
152 views

Browser Polyfill for current W3c Touch Events Draft? [closed]

Having studied the current w3c draft on touch events almost daily for my current project, i am now looking for a browser polyfill that can implement those, and maybe also unifiy the different ...
1
vote
0answers
127 views

PHP 5.3 - 5.4 shim

My server is running PHP 5.2. Is there a collection of shims so I can use a least some new ability of PHP 5.3 in PHP 5.2? like: <?php if ( !defined('__DIR__') ) define('__DIR__', ...
0
votes
1answer
213 views

Webshim polyfiller not working on IE9 when the page is embedded inside the iframe

I am using Webshim polyfiller to parse HTML 5 form elements on IE7+. It works great in IE7 and IE8 but throwing “Unspecified error” on IE9 when the page is called inside the iframe. When the HTML ...
0
votes
0answers
196 views

Polyfill scripts not working with modernizr-2.5.3.js library

I was trying to detect the browser support of html5 range input type and replace it with a cross-browser supported slider in browsers like mozilla those do not have range input type support. At last ...
5
votes
2answers
2k views

JSON polyfill: json2 or json3?

I need a JSON polyfill to support IE 7 and some IE 8 and IE 9 modes. Should I pick json2 or json3? Obviously json3 is a more modern implementation, but for example a site like html5please doesn't ...
2
votes
0answers
277 views

ExCanvas not working in IE7 and IE8 IFrame

I am using IFrame as a popup for IE7 and IE8 but am not able to make ExCanvas work on it. While I checked it out on the developers tools, I was able to see the changes in my canvas tags but was not ...
0
votes
1answer
371 views

set Interval to requestanimationframe

class MakeCanvas constructor : (elemId,width,height,@slideTimeThrottled) -> @ctx = document.getElementById(elemId).getContext '2d' @ctx.canvas.width = width ...
1
vote
1answer
324 views

Make Modernizr.load() add scripts to end of page

I am using Modernizr to check for features, namely csscolumns, and running Modernizr.load() in order to use the css3-multi-column.js polyfill if this feature isn't available. This all works pretty ...

1 2