What's the bug?

a) Add a point on the Gmap form widget by single-clicking to add a marker
b) Click on the new marker
c) Marker vanishes
d) No further input options are available - there's no way to place the marker again and the map widget is now useless

Can we perhaps locate the function which deletes the marker at step (b) above and disable it? My first test user broke the 'create new point' form in under five seconds.

Comments

handelaar’s picture

Project: GMap + Geo » GMap Module
handelaar’s picture

Project: GMap Module » Geo
Version: 6.x-1.x-dev »
Component: User interface » Geo Field module

Sorry, had a hard time walking back through the deps from gmap_geo.

handelaar’s picture

Project: Geo » GMap + Geo
Version: » 6.x-1.x-dev
Component: Geo Field module » User interface

Damnit, no. Had it right the first time.

becw’s picture

Project: GMap + Geo » GMap Module
Status: Active » Closed (works as designed)

GMap + Geo uses the GMap module's location picker widget. The behavior you describe is how the widget is supposed to work: you click on the marker to delete it, or click somewhere else on the map to relocate the marker.

handelaar’s picture

Status: Closed (works as designed) » Active

Um, no.

When adding a new point with the form picker widget, click-removing the point breaks the form. You cannot add a new marker after the first one's gone, the form is now incapable of picking a point location. The form is broken.

handelaar’s picture

handelaar’s picture

Title: Bug in point-adding interface » Bug in location picker UI
becw’s picture

I see what you mean. It seems that the latitude/longitude fields are still correctly updated when you click the map [after deleting a marker], but no new marker is placed on the map.

sbandyopadhyay’s picture