Active
Project:
Openlayers
Version:
7.x-2.0-beta5
Component:
OL Behaviors
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 May 2013 at 17:32 UTC
Updated:
15 May 2013 at 17:20 UTC
I've a problem with popup feature.
I've a map and, when I click on a marker, every input in the page are duplicated (it seems only text input).
What's wrong?
thanks,
Sergio
| Comment | File | Size | Author |
|---|---|---|---|
| Schermata del 2013-05-12 19:28:18.png | 351.22 KB | arrubiu |
Comments
Comment #1
arrubiu commentedSome news.
The problem is my custom module that use a simple form_alter to "transform" a submit button to an image.
Here is the code:
This code is correct, the function works, but *every* form that I edit with this hook has this beahviour (the "clone" of input fields.
Comment #2
arrubiu commentedAnother update: it seems a conflict with Hint module.
See http://drupal.org/node/1995664