Closed
Bug 524660
Opened 16 years ago
Closed 16 years ago
[Camino 1.6.10] Zoom out button of Google Maps doesn't work
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: suishouen, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en; rv:1.8.1.23) Gecko/20090925 Camino/1.6.10 (like Firefox/2.0.0.23)
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en; rv:1.8.1.23) Gecko/20090925 Camino/1.6.10 (like Firefox/2.0.0.23)
Zoom in button of Google Maps works, but zoom out button of Google Maps doesn't work.
Reproducible: Always
Steps to Reproduce:
1. Go to http://maps.google.com/
2. Click Zoom Out [-] Button
Actual Results:
Zoom out button doesn't work.
Expected Results:
Zoom out button works.
Comment 1•16 years ago
|
||
Apparently they don't support Gecko 1.8 any more; it's the same in FF2. Feel free to report it to Google if you like.
Closing, since it works fine in 2.0.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
Just for reference.
I was given a hint, and it works fine.
/*Google Map (Camino1, Firefox2)*/
@-moz-document url-prefix("http://maps.google") {
#lmc3d {
z-index: 1 !important;
}
#lmcslider {
z-index: inherit !important;
}
#lmczo {
z-index: 0 !important;
}
#lmczb {
z-index: 1 !important;
}
}
You need to log in
before you can comment on or make changes to this bug.
Description
•