Ok... I have a widget for which I create an event handler for mouse events. On mouse down, it stores the coordinates of the mouse pointer in an object property and sets a variable to true. On mouse up, it sets the variable to false. On mouse move, it checks to see if mouse down is true, then compares the current coordinates of the mouse pointer with the old and calls a method. I don't use setBubble explicitly at all. When I do this in NS 4.74, it works fine-- even if the the mouse pointer is moved off of the widget, the handler is still called. But when I move the mouse pointer off the widget in IE 5.5, the object stops responding to the event until I move it back over the widget. I've tried all sorts of things with setBubble and enabling drag events and such, but can't get it to work. I am obviously missing something simple here, since other widgets I have seen (i.e. the scrollbar widget) do not have this problem. Any suggestions? _______________________________________________ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-help
