That does sound like a bug - I'll let Greg comment on that part.  But for
the sheet resizing, you should probably be using Mouse.capture() when the
user pressed the mouse over the resize handle and Mouse.release() when they
release the mouse afterwards, in which case all mouse events will be routed
straight to you.

-T

On Wed, Oct 28, 2009 at 4:10 AM, Noel Grandin <[email protected]> wrote:

> Hi
>
> I'm having a small problem with the mouse events in my work making Sheet
> resizable.
>
> I get mouseMove events as long as the mouse is over the sheet itself,
> but not when the mouse is over the sheet's parent.
>
> However, I only get mouseOut when the mouse leaves the sheet's __parent__.
>
> -- Noel.
>

Reply via email to