"JS error after using mousewheel without having moved the mouse before."

Update MouseWheel handler to use center of map if no mousemovement has 
been seen yet. (Closes #882)


git-svn-id: http://svn.openlayers.org/trunk/openlayers@4042 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2007-08-25 07:46:52 +00:00
parent f2ef59264a
commit ab40f522c9
3 changed files with 134 additions and 1 deletions

View File

@@ -72,6 +72,7 @@
<li>Control/test_Permalink.html</li>
<li>Control/test_Scale.html</li>
<li>test_Handler.html</li>
<li>Handler/test_MouseWheel.html</li>
<li>Handler/test_Drag.html</li>
<li>Handler/test_Point.html</li>
<li>Handler/test_Path.html</li>