-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 2.0
-
Component/s: User Interface
-
None
In safari and firefox beta the bars are not linked to the buildresultsummary.
From BSP-737
From
http://bugzilla.mozilla.org/show_bug.cgi?id=290422
it seems that there is a missing '#' at the beginning of the usemap value img tag for the graph.This is the current source of the page:
<img id="combinedByBuildChart" src="/chart?filename=jfreechart-onetime-86655.png"
border=0 height="320" width="400" usemap="Sef11_map"/>
It seems it should be
<img id="combinedByBuildChart" src="/chart?filename=jfreechart-onetime-86655.png"
border=0 height="320" width="400" usemap="#Sef11_map"/>