On Wednesday 09 January 2002 6:02 am, Allan Rae wrote: > On Tue, 8 Jan 2002, John Levon wrote: > > > On Tue, Jan 08, 2002 at 07:42:06PM +0000, Angus Leeming wrote: > > > > > This is what I was doing. Open the dropdown and with it open move the main > > > window. The drop down remains in its original position. It should move with > > > the main window. > > > > No, it /shouldn't/. It should close immediately, that's exactly what the pointer > > grab code does, and I'm rather perplexed that that isn't happening (I'll just blame > > xforms like you suggested, I think). > > Shouldn't you rather be catching a loss of focus and closing the > browser by setting a callback? I'm pretty sure this can be done with > XForms but I've never tried.
Yes, this is easy enough. Just need a pre-handler. I'll have a go. Angus