Code Monkey home page Code Monkey logo

Comments (3)

louh avatar louh commented on August 15, 2024

Compatibility notes (ongoing, will evolve as I learn more)

  • Placeholders in input box are not supported on IE 7-9 (http://caniuse.com/#feat=input-placeholder). This degrades gracefully so we don't need to remove it. If we want to support IE 7-9 with placeholders, we can either polyfill it inside the library or note it as a caveat (so that developers who integrate the library can choose their polyfill method of choice or ignore it).
  • The element.querySelector() and element.querySelectorAll() methods do not exist in IE7 (http://caniuse.com/#feat=queryselector). This will cause the library to throw errors, so we must either work around it or polyfill the method.
  • a JSONP response alternative might be required for old IE. (Would CORS support also help?)

from leaflet-plugin.

louh avatar louh commented on August 15, 2024

Yo @riordan, IE8/IE9 support is ready for testing. IE7 will have to be not supported due to lack of JSONP primarily.

from leaflet-plugin.

riordan avatar riordan commented on August 15, 2024

Sweet! Time to fire up the IE VM's. I'll take a look this evening.

On Mon, Aug 31, 2015 at 5:55 PM, Lou Huang [email protected] wrote:

Yo @riordan https://github.com/riordan, IE8/IE9 support is ready for
testing. IE7 will have to be not supported due to lack of JSONP primarily.


Reply to this email directly or view it on GitHub
#27 (comment)
.

David Riordan | Product Manager - Search | [email protected] |
@riordan https://twitter.com/riordan | gpg 235D9DC95EF6277C
https://keybase.io/riordan
Mapzen | https://mapzen.com | @mapzen https://twitter.com/search

from leaflet-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.