Ok, after searching the openlayers nabble group I stumbled upon the following settings I used on my hover control: this.hoverControl.handlers["feature"].stopClick = false; this.hoverControl.handlers["feature"].stopDown = false; That seems to allow the events to proceed out of the hover control. Dan