Threaded View
-
17 May 2012 6:42 AM #1
Bug found in Ext.Map 'useCurrentLocation'
Bug found in Ext.Map 'useCurrentLocation'
Hi Guys,
I think that i've found a bug on the useCurrentLocation option.
When i'm trying to use it and navigate in the rendered map, the map is going everytime after a little delay back to the center (current location coordinates), avoiding the user to navigate inside..
Here is my code :
Let me know if you know why it does this, or if it's a bug in the sdk.Code:extend: 'Ext.Panel', xtype:'storefinder', config: { items: [ { xtype: 'map', useCurrentLocation : true, height: 420, width: 318, docked: 'top', mapOptions: { zoom: 12 }, listeners: { more options below...
Thanks !
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote