Skip to content
This repository was archived by the owner on Jul 25, 2025. It is now read-only.
This repository was archived by the owner on Jul 25, 2025. It is now read-only.

Add IE9 support #404

@poorgeek

Description

@poorgeek

While Angular 1.3 supports IE9, several of the features included in the pilot require IE10. This is an effort to document what those items are so that in the event IE9 support becomes a requirement (it isn't currently), then there will be an initial list of things that will need to be addressed.

  • LevelDB, which provides access to the browser's IndexedDB, throws errors and won't load the pages in IE9. Adding feature detection to either LevelDB, or wrapping our code that includes it in some, should at least get pages rendering in IE9.
  • Currently using Angular's HTML5 Mode which requires the History API. Would need to switch back to the hashbang method supported by legacy browsers and then address page anchor links; e.g. the Skip Nav and the TOC on the Common Questions page.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions