balazs-endresz / jquery-translate

Automatically exported from code.google.com/p/jquery-translate
5 stars 5 forks source link

IE6 throws 'operation aborted' error when using jquery.translate and page stops loading #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Use the plug-in in IE6 
2. Load the page with IE6 and receive 'Operation Aborted' error dialog from
IE 6 and the page will not load any further

What is the expected output? What do you see instead?

A normal page load.   Instead 'operation aborted' error dialog in IE

What version of the product are you using? On what operating system?

jquery.translate 1.2.1 and IE 6 with latest jquery release

Please provide any additional information below.

This appears to be related to when IE 6 considers the DOM to be loaded.  I
thought this related discussion might help but can't figure out what is
going on or if it's a matter of code placement in IE 6.

http://groups.google.com/group/Google-AJAX-Search-API/msg/1d2c4cff9de4b9b3?pli=1

Original issue reported on code.google.com by james.sadler@gmail.com on 6 Oct 2008 at 8:02

GoogleCodeExporter commented 9 years ago
This issue can be closed. For those interested IE6 would not word in the above
circumstances when there HTML HEAD tag contained a base href tag. So having:
<base href="http://www.domain.com/" />
caused the 'operation aborted' error.  

Original comment by james.sadler@gmail.com on 6 Oct 2008 at 9:59

GoogleCodeExporter commented 9 years ago
That's weird, anyway, thanks for reporting!

Original comment by balazs.endresz on 7 Oct 2008 at 7:49