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

grzegorz.bartman’s picture

One more thing:
In popups.js in line 734 is code

$.extend(true, Drupal.settings, js.setting);

When i change this line to (from version alpha6):

Drupal.settings = js.setting;

Form submit works in FF and IE but jquery scripts are not loaded to form (for example fieldsets and autocomplete does not work properly)

grzegorz.bartman’s picture

I solved problem using automodal http://drupal.org/project/automodal module ;)