Encapsule-Annex / schema

A single-page HTML5 application for creating, visualizing, and editing JSON-encoded Soft Circuit Description Language (SCDL) system models.
Other
5 stars 0 forks source link

Unsupported browser X (i.e. IE) should fail gracefully. #1

Closed ChrisRus closed 11 years ago

ChrisRus commented 11 years ago

Inclusion of js/jquery.indexeddb.js in schema.html causes exception when page is loaded in IE 8. This probably shouldn't happen and I need to look into it. Moreover, the schema app should fail gracefully and explain what browser(s) are available as possible app hosts.

P.S. My focus isn't cross-browser client support at the moment. If the client code passes W3C validation and works in WebKit-derived browsers I'm okay not supporting anything else right now.

ChrisRus commented 11 years ago

Closed. The work on the bootstrapper is good enough for an alpha release I believe.