cybersthang / gmaps-utility-library-dev

Automatically exported from code.google.com/p/gmaps-utility-library-dev
0 stars 0 forks source link

rightMouseZoomOutEnabled does not work in Safari #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a map with a DragZoomControl with rightMouseZoomOutEnabled.
2. Attempt to zoom out by right-dragging

What is the expected output? What do you see instead?
A zoom box following the mouse is expected.  Instead, the zoom box never 
expands.

Please use labels and text to provide additional information.
No mousemove event is fired during a right-drag.  Middle-dragging does work, 
however.
Demonstrator at http://gmaps-utility-library-
dev.googlecode.com/svn/trunk/dragzoom/examples/rightmousezoomout.html

Original issue reported on code.google.com by lem...@gmail.com on 23 May 2008 at 5:02