Hello, i do develop at the moment a small svg-application. i have a problem with mouse events, like described below (copied from http://www.svgopen.org/2005/paperAbstracts/AdvancedMouseEventModelForSVG-1.html):
"The user clicks the mouse button on the scrollbar moving box and starts dragging it. But before the mouse button is released the mouse pointer - accidentally - goes out of the boundary of the scrollbar (the reason can be a slow machine or intensive drawing) and the user looses the mouse focus (mouse events stop being delivered to the scrollbar mouse events handler function). The user releases the mouse button while the mouse pointer is out of the scrollbar boundary and then moves the mouse pointer back to be inside the scrollbar region. Because the mouse events handler of the scrollbar stops receiving mouse events once the mouse pointer is out of its boundary (or if the mouse events are being captured on the background it will stop receiving mouse events once the mouse pointer is out of the SVG canvas), the mouse state of the widget becomes out of synch with the real mouse state and that could cause all kinds of confusion." well, i do not know how to solve this - should i add event listeners from svg to the parent document, or should i add listeners in the surrounding html, which access the svg? what is a working way to prevent the mouse from becoming out of synch here? i have tried many things, but i can not find any solution. also, i have read here much, but could not find a answer, so i did this first post. thank you very much for helping. bernhard ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

