Apparently it is an IE7 bug and it can be a result of the following reasosn
listed here:

1. http://support.microsoft.com/kb/927917#more_information
2. http://www.fergusweb.net/coding/ie-operation-aborted-javascript-issues/

So i tried no 2. I left my js declaration and took out the flash header
declaration.I didnt see the error again too.

After running various tests i can safely say no 2 is the cause of my
problem.



dele454 wrote:
> 
> HI,
> 
> Thanks for the reply.I was just about to post this:
> 
> I noticed that if i remove my js declarations the page loads fine in IE
> without that Error - which simply butresses your point that the error is
> truly from js. Thanks for this mate. I am going to google it and see how i
> can apply the delay.
> 
> I'll keep you posted. thanks once again!
> 
> 
> 
> Themselves wrote:
>> 
>> This is caused by Javascript trying to manipulate the page content before
>> the page has completely loaded, other browsers handle it fine, IE
>> doesn't.
>> It's a well known problem. If you google the error message you'll find
>> heaps
>> of info, but the basic gist of it is that you need to delay the execution
>> of
>> any JS that is going to manipulate the page.
>> 
>> On Thu, May 7, 2009 at 5:40 AM, dele454 <[email protected]>
>> wrote:
>> 
>>>
>>> Hi Mark,
>>>
>>> Long time. How are you doing?
>>>
>>> Thanks for the reply. Well i am using ver 7.0.5730.11. You made a valid
>>> point there so i checked my source file and discovered the custom dojo
>>> build
>>> was loading after my js scripts. So i changed it to
>>> headScript()->prependFile() instead. - so that was sorted.
>>>
>>> I cleared cache but the problem still persists :( I wish i could ignore
>>> IE
>>> but i cant. Alot of our clients use this silly browser. In fact a client
>>> mailed this bug to me :( They cant view their company's details page
>>> using
>>> this God forsaken browser.
>>>
>>> Now i am so stuck with this error i cant even pin it on something
>>>
>>> AGGGGRRRRRRRRRRR!!
>>>
>>>
>>>
>>> Mark Wright-3 wrote:
>>> >
>>> > Which versions of IE are you testing?
>>> >
>>> > Anyways, this wouldn't be a ZF problem. It might be javascript. We
>>> > have seen rare instances where loading javascripts in the wrong order
>>> > can cause IE to show a similar error (might be the same error - I
>>> > don't remember what it said). I think the best solution is to ignore
>>> > IE entirely and let people who use it fend for themselves.
>>> > Unfortunately the boss man disagrees.
>>> >
>>> >
>>> > Mark
>>> >
>>> > On Wed, May 6, 2009 at 1:14 PM, dele454 <[email protected]>
>>> wrote:
>>> >>
>>> >> Hi,
>>> >>
>>> >> Whenever i browse the site i am working on at the moment using IE, i
>>> get
>>> >> the
>>> >> error below. I have tried to pin it on something but i dont know when
>>> it
>>> >> is
>>> >> giving such a message in IE. I have checked everything in my
>>> bootstrap
>>> >> but i
>>> >> cant find anything out of the ordinary there. Please i need help with
>>> >> this
>>> >> bug.
>>> >>
>>> >> It works perfectly on FF, Chrome and Opera. And  I am not
>>> experiencing
>>> >> this
>>> >> problem locally - ONLY LIVE.
>>> >>
>>> >> Thanks in advance.
>>> >>
>>> >> http://www.nabble.com/file/p23412418/bug.gif
>>> >>
>>> >> -----
>>> >> dee
>>> >> --
>>> >> View this message in context:
>>> >>
>>> http://www.nabble.com/IE-issues-and-i-have-no-idea-tp23412418p23412418.html
>>> >> Sent from the Zend Framework mailing list archive at Nabble.com.
>>> >>
>>> >>
>>> >
>>> >
>>> >
>>> > --
>>> > Have fun or die trying - but try not to actually die.
>>> >
>>> >
>>>
>>>
>>> -----
>>> dee
>>> --
>>> View this message in context:
>>> http://www.nabble.com/IE-issues-and-i-have-no-idea-tp23412418p23416089.html
>>> Sent from the Zend Framework mailing list archive at Nabble.com.
>>>
>>>
>> 
>> 
> 
> 


-----
dee
-- 
View this message in context: 
http://www.nabble.com/IE-issues-and-i-have-no-idea-tp23412418p23417144.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to