In case anyone cares the solution was easy, just register all the mouse events for the overlayed div with a simple callback that stops propagation.
Steve >>> On 11/28/2007 at 11:58 PM, in message <[EMAIL PROTECTED]>, "Steve Lime" <[EMAIL PROTECTED]> wrote: > That's what I figured. Would make a nice control - an html panel. > > Steve > >>>> "Eric Lemoine" <[EMAIL PROTECTED]> 11/28/07 11:39 PM >>> > On Nov 28, 2007 11:56 PM, Steve Lime <[EMAIL PROTECTED]> wrote: >> Hi all: Slightly off-topic question. I'm working on an interface that plops > help and legend content over the top of an OpenLayers >> map. Problem is that mouse events continue to propagate through the help or > legend content to OpenLayers. Anyone aware of >> an easy way to stop that or do I need to go ahead and define event handlers > (that do nothing) for the div that holds this other >> content? > > To me, yes, you somehow need to explicitely stop event propagation. > > -- > Eric > > _______________________________________________ > Users mailing list > [email protected] > http://openlayers.org/mailman/listinfo/users _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
