Repro:
- Have a wiki with jQuery 3 enabled (i.e. the default $wgUsejQueryThree = true; left alone)
- Enable Kartographer
- Add a map to some page, for example:
<mapframe text="India (80,20)" width=700 height=400 zoom=3 longitude="0" latitude="0">
{
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [80,20] }
}
</mapframe>- Click on the maximize map button. #/map/0 gets added to the page URL, but the map never goes fullscreen.
After disabling jQuery 3, the map works.