#2101: .svg file in new-format documentation downloads as a file on chrome mac
--------------------+----------------------
Reporter:  ayust    |      Owner:  djmitche
    Type:  defect   |     Status:  new
Priority:  blocker  |  Milestone:  0.8.5
 Version:  master   |   Keywords:
--------------------+----------------------
 Latest Chrome version as of Sept. 7th, 2011 - when loading the url
 http://buildbot.net/buildbot/docs/latest/full.html the `overview.svg` file
 which is supposed to be displayed in the System Architecture portion of
 the page instead shows up as a separate file download, and doesn't display
 on the page (though manually opening the file in another Chrome tab
 displays it as the correct image, so the file itself isn't corrupt).

 I'm not sure if this is an issue with the documentation itself, or an
 issue with Chrome, but I'm filing it here for now since this is the only
 place I've run into it. My guess is that Chrome may not like the way the
 image is being included, since it's using an `object` rather than `img`
 tag:

 {{{
 <object data="_images/overview.svg" type="image/svg+xml"><embed
 src="_images/overview.svg" type="image/svg+xml"></object>
 }}}

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2101>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------
Using storage to extend the benefits of virtualization and iSCSI
Virtualization increases hardware utilization and delivers a new level of
agility. Learn what those decisions are and how to modernize your storage 
and backup environments for virtualization.
http://www.accelacomm.com/jaw/sfnl/114/51434361/
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to