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

Conversation

tmcgee
Copy link
Member

@tmcgee tmcgee commented Oct 12, 2014

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.

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.
DavidSpriggs added a commit that referenced this pull request Oct 16, 2014
Fixes for Internet Explorer 8 compatibility.
@DavidSpriggs DavidSpriggs merged commit eba2620 into develop Oct 16, 2014
@DavidSpriggs DavidSpriggs deleted the fix/works-with-ie8 branch October 16, 2014 16:37
@tmcgee tmcgee added this to the v1.3.1 milestone Oct 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants