On the other hand, the page below loads perfectly in my IE8, and it contains
complex javascript using prototype.js, even the older version. I have also
tested without tapx-prototype, no change.
http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/javascript/ajaxonevent
On Tue, Nov 24, 2
I'm using tapx-prototype and I am still getting errors in IE8. It gets worse
with COMBINE_SCRIPTS, my popup links stop working. It's actually hard to
tell where the error is, the log messages are rather cryptic:
"Object doesn't support this property or method", pointing to prototype.js
or the comb
The current versions of prototype used by tapestry doesn't work very
well with IE8, u can replace it by yourself (search the list, for sure
is there somewher) or even use
http://tapestry.formos.com/nightly/tapx/tapx-prototype/
2009/11/10 Ignacio González Arboleya :
> I am using renderSupport.addS
I am using renderSupport.addScript() in order to add some JavaScript to my
webpage. It works perfectly in Firefox, IE 7 and IE 8... However, although it
also works well in IE 8, you can read an error saying "object expected"
associated with prototype.js. It only happens in IE 8.
Does anybody kn