Re: [OpenLayers-Users] Bug in LoadingPanel + testcase

2009-09-10 Thread manel.clos
re de 2009 20:28 Para: Clos Crespo, Manel CC: users@openlayers.org Asunto: Re: [OpenLayers-Users] Bug in LoadingPanel + testcase Okay, I've debugged this one, and it appears that the wheelZoom call in onWheelEvent (Handler.MouseWheel) won't go off since overLayerDiv is false. In

Re: [OpenLayers-Users] Bug in LoadingPanel + testcase

2009-09-09 Thread Bart van den Eijnden (OSGIS)
ontrol added. > > -- > Manel Clos > > > -Mensaje original- > De: bart...@osgis.nl [mailto:bart...@osgis.nl] > Enviado el: miƩrcoles, 09 de septiembre de 2009 12:01 > Para: Clos Crespo, Manel > CC: users@openlayers.org > Asunto: Re: [OpenLayers-Users] Bug in Loading

Re: [OpenLayers-Users] Bug in LoadingPanel + testcase

2009-09-09 Thread manel.clos
, LoadingPanel is the first control added. -- Manel Clos -Mensaje original- De: bart...@osgis.nl [mailto:bart...@osgis.nl] Enviado el: miƩrcoles, 09 de septiembre de 2009 12:01 Para: Clos Crespo, Manel CC: users@openlayers.org Asunto: Re: [OpenLayers-Users] Bug in LoadingPanel + testcase

Re: [OpenLayers-Users] Bug in LoadingPanel + testcase

2009-09-09 Thread bartvde
Hi Manel, what is the sequence in which you add the controls? Are you adding the LoadingPanel as the first control before adding the Navigation control? See also: http://openlayers.org/pipermail/dev/2008-November/003855.html Best regards, Bart > Hi, > > there is a bug in LoadingPanel that prev

[OpenLayers-Users] Bug in LoadingPanel + testcase

2009-09-09 Thread manel.clos
Hi, there is a bug in LoadingPanel that prevents wheel events from being processed. This happens only when used with OpenLayers.Control.Navigation. It works with the default usage: http://dev.openlayers.org/addins/loadingPanel/trunk/examples/loadingpanel.html but making these changes to the sam