Ticket #511 (closed Bug: fixed)

Opened 4 months ago

Last modified 3 days ago

Gmaps demo - wheel scroll

Reported by: furas Assigned to: Shadowhand
Priority: minor Milestone: 2.2
Component: Modules Version:
Keywords: Cc:
SVN Revision (if applicable):

Description

Gmaps demo show text "You can use your scroll wheel to zoom in and out of the map" but it does not work. It works if you change in gmaps_demo.php/index()

$map = new Gmap('map');

to

$map = new Gmap('map', array( 'ScrollWheelZoom' => true ) );

Change History

04/03/08 19:18:31 changed by furas

  • owner changed from Shadowhand to - No owner -.
  • version deleted.
  • component changed from Core to Modules.
  • milestone changed from 2.1.2 to 2.2.

07/22/08 00:05:35 changed by Shadowhand

  • status changed from new to assigned.
  • owner changed from - No owner - to Shadowhand.

07/22/08 00:08:58 changed by Shadowhand

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed in r3145 by alexsancho.