ColReorder fails
ColReorder fails
hlamprecht
Posts: 2Questions: 0Answers: 0
Hi,
I have an application with lots of tables on different pages. Usually all tables use ColReorder, but one table causes problems. I have no idea yet, what the difference is between this table and all the others.
In Firebug, I see the following error:
[code]
Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [nsIDOMHTMLTableRowElement.insertBefore]
nParent.insertBefore( nStore, anTags[iTo] );
[/code]
It refers to line 83 in ColReorder.js.
Any idea what I could do to fix it?
Cheers,
Heiner
I have an application with lots of tables on different pages. Usually all tables use ColReorder, but one table causes problems. I have no idea yet, what the difference is between this table and all the others.
In Firebug, I see the following error:
[code]
Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [nsIDOMHTMLTableRowElement.insertBefore]
nParent.insertBefore( nStore, anTags[iTo] );
[/code]
It refers to line 83 in ColReorder.js.
Any idea what I could do to fix it?
Cheers,
Heiner
This discussion has been closed.
Replies
Just bumped into to the same problem, I have no idea at all, what could be happening.
Just need to know how to fix it, if possible at all.
Allan your the man for this job.
I believe the problem is the special header, i have grouping the columns.
Those columns will always throw that failure code, is there a way to at least make the script silently exit, and not let the browser go full out on the users?
Damn it.
Can you link me to a test page with the problem please.
Allan
Complex headers and ColReorder are not compatible is what I'm saying, if they are supposed to be, I'll just build a test page, on my website it's not working at all if they are grouped, and it makes sense that it's not working.