Last modified: 2012-12-13 03:18:12 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T44714, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 42714 - Infowindow not showing after clicking on the marker
Infowindow not showing after clicking on the marker
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
Maps (Other open bugs)
unspecified
All All
: Unprioritized critical (vote)
: ---
Assigned To: Jeroen De Dauw
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-12-05 09:15 UTC by acnetj
Modified: 2012-12-13 03:18 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description acnetj 2012-12-05 09:15:56 UTC
I've seen some very odd behavior with the Maps and Semantic Maps recently with the Google Maps version. Now you cannot click in the marker and show the infowindow.

http://www.semantic-mediawiki.org/wiki/Semantic_Maps_examples/Compound_queries

http://myleague.org/wiki/Special:RunQuery/ShowVenues?wpRunQuery=true&ShowVenues[league]=Kuala%20Lumpur%20Expat%20%26%20Veterans%20League

http://www.transitunlimited.org/Livermore

They all have Maps/Semantic Maps version 2 and MW 1.8. The Maps version 1 is OK.

Before the infowindow used to open, but without the links for the items queried. I thought it may have been on my part but after testing I think Google might have changed something so the extension is not working.
Comment 1 Mathias Lidal 2012-12-11 15:43:56 UTC
As far as I can see the problem is in the function openBubble()
The lines:
this.openWindow.content = properties.text;
this.openWindow.position = event.latLng;

no longer work, they need to be replaced with setContent() and setPosition() respectively.
Comment 2 acnetj 2012-12-11 15:56:25 UTC
I checked and found this is causing the problem. For now I am patching with the old code that don't use openBubble() but is losing some of the new features that I haven't use, but at least gain back what I had before.
Comment 3 acnetj 2012-12-13 03:18:12 UTC
Thanks. I made the setContent() and setPosition() fixed and it is working.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links