i've developed a discussion group widget using the scroll panel.
it seems to have the following problem.... in all versions of NS
it seems to disable the ability to type anything into the form
to enter new messages (which is in a dylayer... but not the scrollable
one). Anyway my theory is the the event bubbling is screwed up and 
the scroll panel, particularly the dragevent for the middle bit of
the scroll bar is sucking up all my events including the keystroke
events that should be going to the form. I've resorted temporarily to
substituting a pushpanel for NS but i'd like to actually fix the code.

does anybody have any theories as to where to look. i've been through
dragevent event and scrollpane. i think i'm looking for a 
(if (is.ns) document.captureEvents()) or the like if we're doing the
ns drag event handling like the example in Danny Goodman's book.

I don't actually see any NS branching in any of this... the on mouse
move seems to cancel the browser event and mess with event bubbling, 
but the issue isn't when the mouse moves, it's keypress events.




-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/dynapi-dev@;lists.sourceforge.net/

Reply via email to