Answering my own problem. The underlying error occurs in xsl-transformer.js
at line 110. Offending code is:
root.appendChild(node.cloneNode(true));
When single stepping through the javascript using Microsoft Script Editor
(thanks Richard) the error message text is: "It is an error to mix objects
from different versions of MSXML". It appears that DOM object versions were
being mixed.
The fix was to upgrade sarissa.js to the latest release (0.9.9.4). I have
attached the new copy.
Jeroen (or other), could you please update the trunk?
Simon, any chance of getting this into the BlueNetMEST branch?
Thanks,
Steve
-----Original Message-----
From: geonetwork-devel-bounces@lists.sourceforge.net
[mailto:geonetwork-devel-bounces@lists.sourceforge.net] On Behalf Of Davies
Stephen
Sent: Wednesday, 9 July 2008 10:06
To: geonetwork-devel@lists.sourceforge.net
Subject: [GeoNetwork-devel] Javascript error during ownership transfer
(IE7only) [SEC=UNCLASSIFIED]
Folks,
I've encountered a browser related error in BluenetMEST (v1.1 and change
#1357). The error occurs when using IE7 to perform an ownership transfer.
To reproduce, login as a User Administrator and navigate to
Administration->Transfer ownership.
The error occurs when selecting a user in the source editor drop down list.
Further analysis shows the problem is in ownership/view.js at line 50. This
is where an XSL transform using ownership/client-group-row.xsl is being
performed. Actual code is:
var xslRes = rowTransf.transform(list[i]);
Can any of you AJAX gurus suggest why this is failing? Any documentation
pointers on XSLT support in IE7?
As a general question, what tools are being used to debug javascript in IE7?
Is there an equivalent for Firebug that allows the setting of Javascript
breakpoints, single step & variable inspection?
Regards,
Stephen
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork
(attachments)
warning.htm (586 Bytes)