swfobject "operation aborted"
gilmichlin - March 18, 2008 - 22:03
| Project: | Open Flash Chart API |
| Version: | 5.x-2.6 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Description
when using JSTOOLS and TABS you will get the following error in IE7.
that is cause by "defer" issue see:
http://www.monoslideshow.com/vanilla/discussion/162/operation-aborted-in...
the fix is to change line 882 from:
<script type="text/javascript"> to:
<script type="text/javascript" defer="true"> 
#1
sadly i must say that defer not always works.
it's seems like IE bug : http://support.microsoft.com/default.aspx/kb/927917
but whats bother me is that in http://teethgrinder.co.uk/open-flash-chart/tutorial.php
everything works fine.
I tried to play with the render function with no success.
#2
hi
so how we can solve this problem?
i think when i install jstools this problem occurred.
i think this is critical bug. (if can saied this is ofc bug and this is not ie bug )
#3
this solution (defer="true") just desable my chart and no more
#4
this is fixed with H3rnand3z :
in open_flash_chart_api.module
after line 882 I inserted
$(document).ready(function(){
and after line 1016 I inserted
});
please add this to open_flash_chart_api core
#5
I'm attaching a patch for this. You will need to patch it against cvs. Anybody else can tell me if this works?
#6
Here's the Drupal 6 Version
#7
i test it and this work good (i apply this patch manually and without any patch mechanism)
#8
Committed
#9
Automatically closed -- issue fixed for two weeks with no activity.