Mathieu Leplatre

Results 352 comments of Mathieu Leplatre

The «partial map» problem is not releated to django-leaflet. It is because it is shown in a popup. Have a look at leaflet documentation about calling `map.ìnvalidateSize()` when the container...

Thanks for reporting ! Hum strange, the source is trivial: https://github.com/makinacorpus/django-leaflet/blob/master/leaflet/static/leaflet/leaflet.extras.js#L209-L218 Do you have CustomEvent support ? Can you try with / without jquery ?

Ok, good news, it may come from missing api. Which jQuery version are you' using ?

Could you please try to run this snippet please, and see if event is triggered and received ? ``` $(window).on('bar:foo', function (e) { console.log('Notified o/ '); }); var target =...

Don't be sorry ! I don't have much time right now to investigate the issue :( If you want to contribute a fix, don't hesitate, I would be pleased to...

Thanks for this feedback ! It looks like it's simple as that : CustomEvent are not widely supported : https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent#Browser_compatibility Which leads me to think that we should maybe rewrite...

Thanks for your feedback ! This is a good idea, I'm sorry for the delay of this response :( Please open a pull-request with the changes you propose, and we'll...

Nice idea ! As far as I can say, the most difficult part will probably be on UX and Javascript, not Django admin itself. > did someone already work on...

Thank you Dimitri! What do you think would be the best way to make them available to as many people as possible ? Should we mention them in the README...