django-geoposition icon indicating copy to clipboard operation
django-geoposition copied to clipboard

Map not initialised when used in a "collapsed" admin fieldset

Open leotsem opened this issue 10 years ago • 0 comments

Steps to reproduce:

  • Create a new fieldset with a "collapse" class as per django docs
  • Add your GeopositionField in the fieldset's field
  • Open the fieldset in django admin, a grey map shows up.

Looks like a common issue caused by initialising a google map in a hidden field.

leotsem avatar Jun 01 '15 16:06 leotsem