soundasleep / iaml

Automatically exported from code.google.com/p/iaml
3 stars 1 forks source link

Map cannot track changes to its field value #225

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a model with a Map, which synchronises with an Input Text Field
2. Generate and browse to the application
3. Move the rendered location of the Map

What is the expected output? What do you see instead?
Expected: The field value of the Map (and thus the Input Text Field) should 
change when the map is moved.
Actual: Nothing happens.

The Google Maps component should support a handler to capture when the current 
map location changes. This can be used to update the field value of the Map.

Similarly, the same logic should be applied to a MapPoint.

Original issue reported on code.google.com by soundasleep on 25 Jan 2011 at 2:29

GoogleCodeExporter commented 9 years ago
mass tagging old issues to future work

Original comment by soundasleep on 26 Sep 2011 at 9:54