Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for Internet Explorer 8 compatibility. #241

Merged
merged 1 commit into from
Oct 16, 2014

Commits on Oct 12, 2014

  1. Fixes for Internet Explorer 8 compatibility.

    dojo 1.9 / 1.10 officially supports IE 8 and higher. IE 8 will not be
    supported in dojo 2.0. There are only minor changes required to support
    IE8 in CMV so why not do so until dojo 2.0 is available and used by
    ESRI.
    
    index.html:
    - added conditional es5-shim required by Proj4JS lib with IE8.
    - needed for StreetView and MapInfo widgets
    
    Find/Identify/Editor widgets:
    - keyword 'class' requires single quotes in data-dojo-props in IE8. This
    is a good idea for all browsers.
    tmcgee committed Oct 12, 2014
    Configuration menu
    Copy the full SHA
    15c60bf View commit details
    Browse the repository at this point in the history