If you want, you could help by making a few test pages. just with the bits that cause the error, no other code.
I did that for the problem NS4 has when links stop working inside a widget, take a look: http://www.your-site.com/~rinfo//examples/Richard_Examples/ns_mouseevents.ht ml Try this page in your version of DynAPI, I think you'll find it has the same error, and I think it's closely related to the problem you're having with form elements. If you have the same problem, with the second square not having all events, you could try adapting this test with form elements instead of links, and see if it's also just the second one with the problems. Richard ----- Original Message ----- From: "Raymond Irving" <[EMAIL PROTECTED]> To: "DynAPI-Dev" <[EMAIL PROTECTED]> Sent: Friday, October 19, 2001 10:36 PM Subject: Re: [Dynapi-Dev] Check out this DynLayer extension! > > If it's a bug it is a very seriou bug. Any ideas if > this will be fixed soon? > > -- > Raymond > > --- Richard Bennett <[EMAIL PROTECTED]> wrote: > > Hi, > > This is indeed a DynAPI bug. > > about three months ago we were doing some tests on > > this. It was more or less > > solved, but finally the version that made it into > > CSS was completely > > different, and didn't work. > > I didn't have time to go through all the testing > > again at that point, and > > left it at that. > > > > Basically we need a "test" directory, like the > > "examples" one, that contains > > a few tests for NS4 form elements, memory leaking, > > stresstesting and the > > like. If a change is then applied, it's easy to see > > how it affects things. > > > > I hope I have a little time to do this soon. > > > > Richard. > > www.richardinfo.com > > > > > > > > ----- Original Message ----- > > From: "Raymond Irving" <[EMAIL PROTECTED]> > > To: "DynAPI-Dev" <[EMAIL PROTECTED]> > > Sent: Friday, October 19, 2001 5:14 PM > > Subject: Re: [Dynapi-Dev] Check out this DynLayer > > extension! > > > > > > > > > > Many thanks Jordi, > > > > > > I've done some rework and have made some major > > changes > > > to the codes. I've made a widget out of the > > extension. > > > > > > My only problem is with the mouse.js and > > keyboard.js > > > is NS4. When these events are included and form > > > elements are placed inside layers, I'm not able to > > > type inside the textboxes or receive mouse click > > > events from form elements. > > > > > > This is an error with DynAPI. I would like for you > > to > > > take a look at files and see if I've done > > something > > > wrong. For it to work in NS4 I've only included > > > listeners.js > > > > > > http://www24.brinkster.com/dyntools > > > > > > -- > > > Raymond > > > > > > > > > > > > --- Jordi Ministral <[EMAIL PROTECTED]> > > > wrote: > > > > May I suggest that you replace this: > > > > > > > > if (!this.created){ > > > > window.setTimeout(this+".findForms()",200); > > > > return null > > > > } > > > > > > > > with this: > > > > > > > > if (!this.created){ > > > > var r = new EventListener(this) > > > > r.oncreate = function(e) { > > > > e.getTarget().findforms() > > > > } > > > > this.addEventListener(r) > > > > } > > > > > > > > The only drawback is needing to include the > > event > > > > code, which was not > > > > needed before. > > > > > > > > Sorry I don't see why it doesn't work in NS4. > > Nice > > > > work > > > > > > > > > > > > _______________________________________________ > > > > Dynapi-Dev mailing list > > > > [EMAIL PROTECTED] > > > > > > > > > > http://www.mail-archive.com/dynapi-dev@lists.sourceforge.net/ > > > > > > > > > __________________________________________________ > > > Do You Yahoo!? > > > Make a great connection at Yahoo! Personals. > > > http://personals.yahoo.com > > > > > > _______________________________________________ > > > Dynapi-Dev mailing list > > > [EMAIL PROTECTED] > > > > > > http://www.mail-archive.com/dynapi-dev@lists.sourceforge.net/ > > > > > > > > > _______________________________________________ > > Dynapi-Dev mailing list > > [EMAIL PROTECTED] > > > http://www.mail-archive.com/dynapi-dev@lists.sourceforge.net/ > > > __________________________________________________ > Do You Yahoo!? > Make a great connection at Yahoo! Personals. > http://personals.yahoo.com > > _______________________________________________ > Dynapi-Dev mailing list > [EMAIL PROTECTED] > http://www.mail-archive.com/dynapi-dev@lists.sourceforge.net/ > _______________________________________________ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/dynapi-dev@lists.sourceforge.net/