> I have a map that doesn't scroll correctly in FF3.5. The map kind of > jumps around when trying to scroll. I also get the following error in > FF: > Error: this.j[f] is undefined > Source File:http://maps.gstatic.com/intl/en_us/mapfiles/188a/maps2.api/main.js
I get the same error immediately in FF2, without panning. I suspect a clash with one of the many other scripts. Mootools seems to get implicated for this kind of thing quite often. It may help if you declare at least some of the variables in your map script, to localise them and avoid possible clashes. > It works fine in Chrome 3 and works (slowly) in IE8. For a simple page, it's quite bloated with scripts. Simplify. The polylines are detailed and numerous (300kb of XML even as encoded) and that will really slow IE down, leading to the poor panning performance. Simplify or consider server-side tile rendering. -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=.
