PDA

View Full Version : IE failure, dont know what he wants :-P



humpdi
8 Mar 2007, 5:51 AM
did anybody know what this problem means?

http://www.123preisvergleich.at/_bilder/__ext/allg_problem.jpg

Description of Error-Mesage (red): "Invalid HTML source for this operation."

what does it mean? only getit in ie , firebug or mozilla doesnt show any error..

BernardChhun
8 Mar 2007, 5:57 AM
Wow that is one scary error there. do you have a js debugger for IE? that would help a bit if you could actually browse the js source before that is happening.

humpdi
8 Mar 2007, 6:06 AM
no i dont, can you suggest me one good one? ive never found something good to debug js in ie...

please

Animal
8 Mar 2007, 6:06 AM
I'd guess that some innerHTML beniog placed somewhere is illegal.

Eg, some random element (that isn't a <TD>) in a <TR>, or some such.

Have you looked at the highlighted line? (Use ext-all-debug.js so that it is readable)

Break there in Firebug and see what is happening.

humpdi
8 Mar 2007, 6:10 AM
ok..

but ie and firefox have diffrent line numbers, aint they?

and, maybe its a silly question, how should i use ext-all.debug.js? never done anything with it...


maybe you could help me with an other problem too?
http://www.yui-ext.com/forum/viewtopic.php?t=3598

thank you all for your help!

Luc
8 Mar 2007, 6:30 AM
Perhaps it is related to this thread:
http://www.yui-ext.com/forum/viewtopic.php?t=3595

Animal
8 Mar 2007, 6:42 AM
ext-all-debug.js is just ext-all.js but not compressed. Just use it instead. Or put it into your server's javascript directory under the name "ext-all.js".

Line numbers should be exactly the same, so you find it in IE, and investigate what's happening in Firebug.

humpdi
8 Mar 2007, 8:14 AM
oh ok, thanks animal!

if found the failure, it was that i had made a textarea resizeable in an

element. ive readed in an other post by jack (http://www.yui-ext.com/forum/viewtopic.php?t=3595) that this could cause a problem, so i deleted the

tag and the error disapear.

thank you all for your help!