Open GoogleCodeExporter opened 8 years ago
I have reproduced this problem. I have no idea what is causing it.
When I browse the DOM of a map, I see inline SVG images on firefox, so Google
Maps
appears to use SVG in some way.
Original comment by grick23@gmail.com
on 28 Mar 2010 at 6:19
Last I knew, Google Maps used SVG/VML to render driving directions. Not sure
if that
helps any.
Original comment by codedr...@gmail.com
on 28 Mar 2010 at 8:57
It might be from the patches we do to native SVG functionality on non-IE
browsers.
Original comment by bradneub...@gmail.com
on 29 Mar 2010 at 8:26
I've added a test case for this in
tests/browser-tests/issue-tests/test463.html. Here's what I've found:
* If the Flash renderer is on and you are on IE, the Google Map appears and all
the Google Map controls
appear on top correctly.
* If the Flash renderer is on and you are on Firefox, the Google Map appears
but the Google Map overlay
controls _don't_ appear, which is a bug.
* If the native SVG renderer is used on Firefox, everything is correct.
I thought maybe Issue 375 would fix this but it appears to be a deeper issue.
Original comment by bradneub...@gmail.com
on 7 Apr 2010 at 8:42
Original comment by bradneub...@gmail.com
on 7 Apr 2010 at 8:42
Original issue reported on code.google.com by
pierre.s...@gmail.com
on 19 Mar 2010 at 5:30Attachments: