Closed (works as designed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
javascript
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Aug 2012 at 15:18 UTC
Updated:
22 Jan 2015 at 11:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
nod_hum, hum.
Comment #2
nod_typo again, sorry.
Comment #3
nod_taken autocomplete.js as an example.
Comment #4
seutje commentedI am all for these kinds of optimizations, but I feel we should first get proper conditional loading because only loading this for IE would mean we are effectively dropping support for Opera Mini, old (iOS) safari and old android.
Comment #5
nod_The polyfill won't work on mini or old safari, the polyfill is only for IE. It's all IE js API.looks like it does actually, nice :DComment #6
seutje commentedso, do we polyfill's own feature-test, or do we make it depend on Modernizr and make a Modernizr test for it?
Comment #7
nod_Comment #8
nod_Already added.