PDA

View Full Version : IE and FF problem - "Operation aborted" error message



yonishec
28 Oct 2007, 6:53 AM
Hello,

I am using the ExtJS.GridPanel in my application.
When i start the application i get in the page that the grid initialize the "Operation aborted" error message and the page is redirected to the "page cannot be displayed".
When i use FF i get:

Error: [Exception... "Node cannot be inserted at the specified point in the hierarchy" code: "3" nsresult: "0x80530003 (NS_ERROR_DOM_HIERARCHY_REQUEST_ERR)" location: "http://localhost/passwordvault/EXTJS/ext-all.js Line: 58"]
Source File: http://localhost/passwordvault/EXTJS/ext-all.js
Line: 58

and

Error: [Exception... "Node cannot be inserted at the specified point in the hierarchy" code: "3" nsresult: "0x80530003 (NS_ERROR_DOM_HIERARCHY_REQUEST_ERR)" location: "http://localhost/passwordvault/EXTJS/ext-all.js Line: 58"]
Source File: http://localhost/passwordvault/EXTJS/ext-all.js
Line: 58

Can someone please tell me what is the problem ????

ThanX

Joni

evant
28 Oct 2007, 12:43 PM
Are you using Ext.onReady around your code?

yonishec
29 Oct 2007, 12:38 AM
Yes

tryanDLS
29 Oct 2007, 7:58 AM
You're going to have to post an example - we can't guess.