Active
Project:
Popups API (Ajax Dialogs) [D7]
Version:
6.x-2.0-beta0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2011 at 12:15 UTC
Updated:
15 Nov 2011 at 10:09 UTC
Hi,
I have problem with submit forms in IE and FF.
In popup.js file i added hack http://drupal.org/node/470518#comment-1682926 but it works only in Chrome.
When i try to submit node form (in popup) in FF or IE it stops on "Loading" message.
On http://stackoverflow.com/questions/6009500/jquery-ajaxform-form-is-not-s... i found information "this is not a jquery issue. IE, FF don't submit form if its removed from DOM prior to submitting."
Does anyone have a similar problem?
Comments
Comment #1
grzegorz.bartman commentedOne more thing:
In popups.js in line 734 is code
When i change this line to (from version alpha6):
Form submit works in FF and IE but jquery scripts are not loaded to form (for example fieldsets and autocomplete does not work properly)
Comment #2
grzegorz.bartman commentedI solved problem using automodal http://drupal.org/project/automodal module ;)