From: Leif W <war...@us...> - 2003-09-09 13:15:54
|
Sometimes I think Bugzilla should be the name of the browser not the resolution software. ;-) Guess we could all mail the person this bug was assigned to, and the QA contacts, and say hey, we still got a bug needs fixing, and we have a lot of users affected by this, please fix it. Squeaky wheel gets the oil... squeakiest wheel gets ignored. Make sure not to over-complain. ;-) Leif ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: <dyn...@li...> Sent: Monday, September 08, 2003 9:59 AM Subject: Re: [Dynapi-Help] Dynapi 3x error message question > > Oh no! Don't tell me that Mozilla still has not fixed > this bug! > > This is a major pain! What can we do? Can we complain > to Mozilla? > > -- > Raymond Irving > > > --- Leif W <war...@us...> wrote: > > I tried Mozilla 1.5 beta and the same bug still > > exists. :-\ > > > > ----- Original Message ----- > > From: "Leif W" <war...@us...> > > To: <dyn...@li...> > > Sent: Sunday, September 07, 2003 11:57 PM > > Subject: Re: [Dynapi-Help] Dynapi 3x error message > > question > > > > > > > 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 > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > 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 > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > > > ------------------------------------------------------- > 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 > > |