• I use the v1.10 of the plugin and I got a bug on display of InfoWindow. Only data of the most recent placemark is use on all InfoWindow.

    So I made some tests. All data are get correctly and give to the javascript. I found were the bug is, in the file function.js at line 226. The var infowindow is a global var, so it is override at each call of the function. Just put the keywrod “var” before set the var as local.

    Hope it will be helpful,
    Regard

    http://wordpress.org/plugins/basic-google-maps-placemarks/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ian Dunn

    (@iandunn)

    Thanks for tracking that down. I haven’t seen that happen, so it may be browser-specific, but it sounds like a reasonable fix regardless. I’ll look to put it in the next release.

    Thread Starter WedgeSama

    (@wedgesama)

    I have the bug on Firefox 24.0, Chrome 30.0.1599.69, and IE8. (I do not test on others browsers)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘InfoWindow display bad data’ is closed to new replies.