Ticket #342 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

m.h.dm2 location widget: cannot choose location on map

Reported by: rambo Assigned to: bergie
Priority: major Milestone: 8.09.0 Ragnaroek
Component: MidCOM component Version: 8.09 Ragnaroek
Keywords: Cc:

Description

tested on branch-28 but it's not a valid target anymore:

'location' => Array
(
    'title' => 'location',
    'storage' => 'extra3',
    'type' => 'position',
    'widget' => 'position',
    'widget_config' => array(
        'service' => 'yahoo',
        'input_defaults' => array(
            'country' => 'FI',
            'city' => 'Espoo',
            'street' => 'Otakaari 2',
            'postalcode' => '02150',
        ),
        'use_xep_keys' => array(
           'text',
        ),
    ),
),     

Enter address or use default and click on the "geocode" button, switch to map view and try to drag the indicator, it always returns to where it was.

Change History

10/09/08 17:28:39 changed by bergie

I don't think you were supposed to drag the marker, but instead point elsewhere on the map to reposition.

Not supporting clicks seems to be a new issue with mapstraction. It doesn't work either in http://www.mapstraction.com/demo.php?map=openlayers

10/10/08 15:40:38 changed by rambo

(In [18107]) reverting to previous mapstraction (merge -r 17718:17705), refs #342

10/10/08 15:46:39 changed by rambo

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

Closing this issue, made new ticket (#347) which refers here as reminder on what can go wrong.

10/10/08 15:50:25 changed by rambo

(In [18108]) forward porting r18107, refs #342