Saving form in top of popup stack doesn't reload content in parent popup
dboulet - June 7, 2009 - 23:32
| Project: | Popups API (Ajax Dialogs) |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
If I open a popup from within another, the content from the parent popup doesn't get reloaded after I save the form from the second, even if the link in the first popup has the 'popups-form' class.

#1
It seems that this is the designed behavior, although I too would like to see the parent popup to be reloaded when a child popup is saved. I have a form where I'd like to add new options to a select in the parent popup, but I can't find a way to make the parent reload. When a child is created, the parent popup is hidden on the left-hand side. When the child is closed, the parent is shown, rather than reloaded. I don't see any 'reload' function, but am looking into the possibility of it. I'm not much of a Javascript guy, so if someone out there can lend a hand, I'd be happy to help/test.
Thanks!
Bryan O'Shea