Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
Needs more info comment that > 10 days [ID: 963198]
Comment such as: SPAM, non-actionable [ID: 963127]
Resolved actionable follow-up comments [ID: 963027]
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
tilesloaded event the map hijacks mouse focus without user clicking on the
map or the hosting div element.
Result is that if the user happens to play with his mouse wheel at the time
a burst of unintended unpleasant zooms are fired.
This has been only been observed in Firefox V. 3. 0. 13 while this dos not
happen when I checked with Chrome V 4. 0. 203. 2
Temporary work around seems to be:
Create the map with option {scrollwheel: false} thus disabling it initially
then re enabling it after first onmouseover event xxMapObject.setOptions
({scrollwheel: true})}
A page exhibiting this behavior and source code can be available upon
request.