Blog  |   Sitemap  |   Search  |   Language:  eng рус
Home
Ajax GUI FrameworkBug TrackerBug details

Bug Data

ID: #0155
Status: Fixed
Severity: Normal
Reporter: Danny Drobnitch
Submitted: 04-11-09 21:33

Product Data

Product: Ample SDK
Component: DOM-Core
Version: 0.8.x
OS: > Any
Browser: Internet Explorer 7.0

Description

Cannot load external svg when served as image/svg+xml

The Ample SDK is unable to load a SVG file that is served as image/svg+xml in IE. This is most likely due to IE not parsing the xml file unless it is text/xml and thus the responseXML object will be null and Ample will think there is a parsing error.

Messages written for this bug

Reporter: Lev Matematik
Submitted: 04-11-09 21:47
Message: That's right.

A good solution would be to integrate http://code.google.com/p/xmlhttprequest/ library into Ample SDK. It solves this and countless other problems.

Add a message
BugTracker