Comment 1 for bug 208228

Revision history for this message
Curtis Hovey (sinzui) wrote :

I have a branch that fixes this issue by directly recording the errors when an exception is raised by the renderGraphvizGraph() method. The spec index page will continue to display, though without the image map and possibly the dependency graph image too.

Diogo suggested that we load an alternate image when the image fails to load. I like
the idea. In the cases we are seeing now, the error is occurring in the system, not the application. The error probably will not happen happen when the page is reloaded.

Attached is a screen cap of the forced error condition happening both for the image map
and later when the image is loaded. I would like these message review before I submit the code for review.