Mozilla just released FF 1.0.3, and it breaks XWebMenu. Apparently, there's a line of code that Firecrap now thinks is insecure. It's just simple DOM code in the getter functions that Erik wrote for retrieving a text node of an XML node.
Mozilla hasn't released any info on the fix, and I can't get to the bugzilla entries until the 25th. So I'm a bit in the dark at the moment. I'm searching for a solution. If anyone has any ideas, please let me know.
[Update 4-18-2005]: I posted in the netscape.public.mozilla.dom newsgroup and it turns out
it is a bug. Since there is no way around this problem until the bugged is fixed, I have 1 option for a temporary fix: remove the use of the getter/property and add in the code to retrieve the text nodes into the code. Honestly, I hope a fix is out to the public before I even get started on the temporary fix (that's alot of code to change).
If you don't mind using the
Nightlies, I imagine the fix will be in tonight's build.