From: Leif W <war...@us...> - 2003-09-08 03:56:28
|
Hi, After searching through my local copy of all the mail messages to the list -- I had remembered seeing this before -- I found that it's due to a bug in Mozilla 1.4 (since the beta versions, and apparently across windows and linux platforms alike). A bug report was filed with Mozilla, and the response was it was a dulicate report of the original bug report referenced below. Apparently they haven't fixed this yet. Have you tried with Mozilla 1.5? http://bugzilla.mozilla.org/show_bug.cgi?id=208427 Here's some code that allows you to reproduce the error (and so test newer browsers). <script> function scan(e,elm) { var r = e.relatedTarget; while(r && r.parentNode){ r = r.parentNode //alert(r) } } </script> <div id="dv" style="position:absolute;left:100;top:100"> <form name="frm"> <input type="textbox" name="tbox" value="test..." onmouseover="scan(event,this)" onmouseout="scan(event,this)"> </form> </div> A complete listing of the archive can be found here: http://www.mail-archive.com/dynapi-dev%40lists.sourceforge.net/msg05839.html Leif ----- Original Message ----- From: <ml...@id...> To: <dyn...@li...> Sent: Sunday, September 07, 2003 10:27 PM Subject: [Dynapi-Help] Dynapi 3x error message question > > What are these messages? I get a lot of them from mozilla 1.4 under > linux. > > > Error: [Exception... "'Permission denied to get property HTMLDivElement.parentNode' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "<unknown>" data: no] > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > |