Re: [xmljs-users] xmlIOLoadLocalData (cursor stays in waiting state in firefox)
Brought to you by:
djoham,
witchhunter
From: Dmitry K. <dmi...@ya...> - 2007-03-11 23:05:30
|
Hi, The root of the problem is in the "__loadLocalIFrameXML()" function in "xmlIO.js". Find the following code: try { document.body.removeChild(dataFrame); } catch (badFailure) { The line: document.body.removeChild(dataFrame); causes the problem; by commenting it, you'll get rid of the bug. I'm unsure of why exactly this happens and I'll definitely try to resolve it. Next release (which is due to end of March) will fix this and many other problems I've found. Best regards, - Dmitry Khudorozhkov, maintainer of XML for SCRIPT. --------------------------------- Food fight? Enjoy some healthy debate in the Yahoo! Answers Food & Drink Q&A. |