Just found the issue

There is a 'transparent_png.js' being included which I am assuming is there
for some IE hackery

Within there is the following line of code
document.writeln('<style type="text/css">img, input.image {
visibility:hidden; } </style>');

So all the jQuery magic was working - you just could not see it.

There is two days of my life I wont get back.


On 26 May 2010 13:46, AJ Mercer <[email protected]> wrote:

> I don't think it is a cfcharts issue any more.
>
> I have the same issue with just an image file.
>
> I am trying to recreate the issue in a scratch file - but so far everything
> is working in IE8
>
>
>
> On 25 May 2010 13:03, Blair McKenzie <[email protected]> wrote:
>
>> I was afraid of that. I know that generally charts have a limited life -
>> they're created for the request only exist for long enough to be rendered.
>> You may have to look at manually caching the charts. Someone in the general
>> ColdFusion lists may have some ideas of ways to work around it too. This
>> can't be the first time the problem has been encountered.
>>
>>
>>
>> On Tue, May 25, 2010 at 2:52 PM, AJ Mercer <[email protected]> wrote:
>>
>>> /CFIDE/GraphData.cfm?graphCache=wc50&graphID=Images/2293917890100156.PNG
>>>
>>> returns
>>> Image Expired
>>>
>>>
>>> On 25 May 2010 12:49, Blair McKenzie <[email protected]> wrote:
>>>
>>>> If you access the image path from the inserted source directly does that
>>>> work?
>>>>
>>>> Blair
>>>>
>>>> On Tue, May 25, 2010 at 2:44 PM, AJ Mercer <[email protected]> wrote:
>>>>
>>>>> This is sooo finge I am not sure if anyone else has seen this issue ...
>>>>>
>>>>> I have a webskin that contains a chart.
>>>>> The template is called with bAxax set to true
>>>>>
>>>>> <skin:view typename="stockbroker"
>>>>>
>>>>> webskin="displayMarketInformationSecurityChart"
>>>>>                                bAjax="false"
>>>>>
>>>>> This works in all the cool browsers
>>>>> but fails in IE8
>>>>>
>>>>> if I turn on ajax it works
>>>>>
>>>>> I can call the template directly and it works
>>>>>
>>>>> /stockbroker/view/portfolio-chart/accountType/patersons/accountnumber/tester
>>>>>
>>>>> Charts are saved as PNG - not Flash
>>>>>             <cfchart showlegend="false" format="png"
>>>>> showMarkers="false"  show3d="false" chartwidth="300" chartheight="300"
>>>>> pieslicestyle="solid" title="Account Value by GICS" labelformat="percent" 
>>>>> >
>>>>>                 <cfchartseries
>>>>> colorlist="#ValueList(qryGICS.gicsParentColourCode)#" type="pie"
>>>>> query="qryGICS" valueColumn="MARKETVALUE" itemColumn="gicsDisplayName" />
>>>>>             </cfchart>
>>>>>
>>>>>
>>>>> Anyone got any ideas?
>>>>> --
>>>>>
>>>>> AJ Mercer
>>>>> http://webonix.net
>>>>> http://twitter.com/webonix
>>>>>
>>>>> --
>>>>> You received this message cos you are subscribed to "farcry-dev" Google
>>>>> group.
>>>>> To post, email: [email protected]
>>>>> To unsubscribe, email: 
>>>>> [email protected]<farcry-dev%[email protected]>
>>>>> For more options: http://groups.google.com/group/farcry-dev
>>>>> --------------------------------
>>>>> Follow us on Twitter: http://twitter.com/farcry
>>>>
>>>>
>>>>  --
>>>> You received this message cos you are subscribed to "farcry-dev" Google
>>>> group.
>>>> To post, email: [email protected]
>>>> To unsubscribe, email: 
>>>> [email protected]<farcry-dev%[email protected]>
>>>> For more options: http://groups.google.com/group/farcry-dev
>>>> --------------------------------
>>>> Follow us on Twitter: http://twitter.com/farcry
>>>
>>>
>>>
>>>
>>> --
>>>
>>> AJ Mercer
>>> http://webonix.net
>>> http://twitter.com/webonix
>>>
>>> --
>>> You received this message cos you are subscribed to "farcry-dev" Google
>>> group.
>>> To post, email: [email protected]
>>> To unsubscribe, email: 
>>> [email protected]<farcry-dev%[email protected]>
>>> For more options: http://groups.google.com/group/farcry-dev
>>> --------------------------------
>>> Follow us on Twitter: http://twitter.com/farcry
>>>
>>
>>  --
>> You received this message cos you are subscribed to "farcry-dev" Google
>> group.
>> To post, email: [email protected]
>> To unsubscribe, email: 
>> [email protected]<farcry-dev%[email protected]>
>> For more options: http://groups.google.com/group/farcry-dev
>> --------------------------------
>> Follow us on Twitter: http://twitter.com/farcry
>>
>
>
>
> --
>
> AJ Mercer
> http://webonix.net
> http://twitter.com/webonix
>



-- 

AJ Mercer
http://webonix.net
http://twitter.com/webonix

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry

Reply via email to