Note that there are some explanatory texts on larger screens.

plurals
  1. POImage inside UpdatePanel not working in Firefox
    primarykey
    data
    text
    <p>I have an image that is generated automatically inside an Ajax UpdatePanel. This image is a graph that is generated from server-side code. Searching in Google, I realised it was a bug of FF. Does anybody have any solution? </p> <p>Here is the source (it contains also unneeded tags, I just copied-paste)</p> <pre><code>&lt;div&gt; &lt;asp:UpdatePanel ID="UpdatePanelGraph" runat="server" UpdateMode="Conditional"&gt; &lt;ContentTemplate&gt; &lt;asp:Panel ID="pnlGraph" runat="server" CssClass="container"&gt; &lt;div id="chart"&gt; &lt;Web:ChartControl ID="chartExchange" runat="server" Width="300px" Height="200px" BorderStyle="None" GridLines="both" DefaultImageUrl="../images/noData.png" ShowTitlesOnBackground="False" BorderWidth="1px" Padding="1" HasChartLegend="False" BottomChartPadding="20" TopChartPadding="5" RightChartPadding="5" LeftChartPadding="20"&gt; &lt;Border Color="211, 224, 242"&gt;&lt;/Border&gt; &lt;YAxisFont ForeColor="115, 138, 156" Font="Tahoma, 7pt" StringFormat="Far,Center,Character,LineLimit"&gt;&lt;/YAxisFont&gt; &lt;XTitle ForeColor="115, 138, 156" StringFormat="Center,Near,Character,LineLimit"&gt; &lt;/XTitle&gt; &lt;XAxisFont ForeColor="115, 138, 156" StringFormat="Near,Near,Character,NoClip"&gt;&lt;/XAxisFont&gt; &lt;Background Type="LinearGradient" Color="#C9DEFD" ForeColor="Transparent" EndPoint="500, 500"&gt; &lt;/Background&gt; &lt;ChartTitle ForeColor="51, 51, 51" Font="Verdana, 9pt, style=Bold" StringFormat="Near,Near,Character,LineLimit"&gt; &lt;/ChartTitle&gt; &lt;Charts&gt; &lt;Web:SmoothLineChart Name="buy" Legend="Blen"&gt; &lt;Line Color="ActiveCaption"&gt;&lt;/Line&gt; &lt;DataLabels&gt; &lt;Border Color="Transparent"&gt;&lt;/Border&gt; &lt;Background Color="Transparent"&gt;&lt;/Background&gt; &lt;/DataLabels&gt; &lt;/Web:SmoothLineChart&gt; &lt;Web:ColumnChart Name="avgChart"&gt; &lt;/Web:ColumnChart&gt; &lt;/Charts&gt; &lt;YTitle ForeColor="115, 138, 156" StringFormat="Center,Near,Word,LineLimit"&gt;&lt;/YTitle&gt; &lt;/Web:ChartControl&gt; &lt;/div&gt; &lt;/asp:Panel&gt; &lt;/ContentTemplate&gt; &lt;/asp:UpdatePanel&gt; &lt;/div&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload