Error in IE6 when creating a node of type script
Reported by starfish | May 16th, 2008 @ 02:09 PM
Error in IE6 when creating a node of type script
error: unexpected call to methodor property access
likely reason: the script is trying to access an element which is not available. in the proprietary ie world perhaps this would be solved by using the DEFER attribute.
var pDiv = Builder.node('p',{id: 'editme', className: 'objItem'},['click me']);
var sDiv = Builder.node('script',{language:'javascript'},['new Ajax.InPlaceEditor(\'editme\', \'/demoajaxreturn.html\');']);
$($('properties')).appendChild( pDiv);
$($('properties')).appendChild( sDiv);
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
script.aculo.us is an open-source JavaScript framework for visual effects and interface behaviours.
Source available from github
The Git repository resides at:
http://github.com/madrobby/scriptaculous
Check out the current development trunk with:
git clone git://github.com/madrobby/scriptaculous.git
As script.aculo.us 1.xx is feature-frozen, this development trunk is for bugfixes only.
New development should happen only for
script.aculo.us 2.
Creating a bug report
When creating a bug report, be sure to include as much relevant information as possible. Post a an example that shows off the problem. Preferably, alter the unit tests and show through either changed or added tests how the expected behavior is not occuring.
