Hi,
I'v have a node page created with some edit-links to referenced nodes. If the users clicks a link he is able to edit the referenced node. This works fine. But if the user submits the node-edit-form, the PopUp will not close. I have no idea why this not works. I'm using the class "popups-form-reload".
Comments
Comment #1
rdk commentedI think I ran into the same problem. I've got a custom module that puts a form in a popup window. After submit the popup should close and the user is send to another page. In the latest alpha release everything worked fine. Now the popup doesn't close and the new page is put in the popup window; so I had to go back to the alpha release. I also use the class "popups-form-reload".
Comment #2
davidAlonsoG commentedI have the same issue also using "popups-form-reload" class. It seems now the popup windows is the reloaded intead the parent one.
I've just go back to my previous version 6.x-2.x-dev (2010-Jul-11) and it has started to go ok.
Comment #3
thomjjames commentedHaving similar issues, reverting back to the last alpha release seems to fix it.
Cheers
Tom
Comment #4
Azol commentedConfirming this behaviour, with this addition:
from Views page Popup won't close (I use "popups" calss), but when the View is displayed in a block, Popup would close normally. All settings are similar between two Views.
Comment #5
heacu commentedi found this to be a problem with both
6.x-2.x-dev tar.gz (54.86 KB) | zip (59.7 KB) 2011-Jun-10
6.x-2.0-beta0 tar.gz (54.87 KB) | zip (59.71 KB) 2011-Apr-21
i went back to alpha 6 and it works
Comment #6
voyagerent commentedI have this same issue, except reverting to alpha6 doesn't resolve the issue. Any plans to fix this issue?
I have a function called on submit, it this the issue?
In the form:
The function just updates some database values.
ALSO: if I run the popup a second time it works correctly.