GNOME Bugzilla – Bug 354584
DOMParser() does not work in epiphany, but no problem in firefox
Last modified: 2006-09-28 16:24:58 UTC
Please describe the problem: This snipppet causes: <html> <script type="text/javascript"> var parser = new DOMParser(); </script> <body> <h1>HELLO</h1> </body> </html> Javascript error in on line 0: uncaught exception: [Exception... "Failure" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: file:///home/frej/test.html :: <TOP_LEVEL> :: line 6" data: no] Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information: Ubuntu edgy, firefox: Mozilla/5.0 (X11; U; Linux i686; en; rv:1.8.1b1) Gecko/20060601 BonEcho/2.0b1 (Ubuntu-edgy)
Doesn't happen here (on edgy too). Did you tried again? Maybe it was a bug in the crazy gnome update days in edgy.
There are no visual problems with the sample code. forgot to say that the error is shown only if enable the extension "error viewer" and then go to tools -> error-viewer. It is still there today. Probably a problem with firefox2 beta <-> eclipse (gtkmozembed). Since there is no problem with firefox2 itself.
I have that enabled... I checked there and in the console output. Hmmm, let's wait until edgy is somewhat stable to be sure.
Marked it as a duplicate as it seems to be *** This bug has been marked as a duplicate of 353115 ***