If I picturing the situation correctly, Noel, you're capturing the Mouse when the user resizes, and releasing it when the user's done, but if you release the mouse when it's over the sheet's parent as opposed to the sheet, the consumption of mouse events over the sheet's parent means that the cursor is stuck as a resize cursor until you either (a) move the mouse back over the sheet, or (b) move it outside the sheet's parent.
-T On Wed, Oct 28, 2009 at 8:50 AM, Greg Brown <[email protected]> wrote: > 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__. >> > > That seems odd. The sheet's parent is the display - so are you saying that > you only get mouse out on the sheet when the mouse leaves the host window? > >
