[Buildbot-commits] [Buildbot] #2101: .svg file in new-format documentation downloads as a file on chrome mac
Buildbot
nobody at buildbot.net
Wed Sep 7 05:44:30 UTC 2011
#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
More information about the Commits
mailing list