Lastest Drupal with JQuery update
When I load this module it breaks all JS running in the overlay and any JS beyond the current place such as the file upload for the WYSIWYG editor.
I did go though this last night and disabled each part of DFF then tested again but only after removing all the modules did I discover that you would have to clear the cache after each test to make this a method that shown the error.
IE Disabling DFF without clearing the cache doesn't correct the error.
If I have DFF enabled then the WYSIWYG editor on a page works fine. But the file upload popup fails.
If I have DFF enabled and the overlay then the WYSIWYG editor and the file upload popup fails.
It is as if the JS when run on a second level then fails to load.
I noticed in Firebug there is a time out to stop something loading twice. Perhaps it is connected to this.
Sorry this is a bit vague.
Comments
Comment #1
magicoli commentedThis bug sounds like the one I noticed
Since version 7.x-3.3-beta4, other modules (not at all related to fb, but using overlays), were broken. Particularly, in my case, media upload functionality, from media module. After several tests (rolling back all modules one by one), I noticed the faulty one was fb.
Installing one of 7.x-3.3-beta3 (previous one) or .dev (11 octobre) did solve the problem. So I guess the fix will be included in the next release.
Comment #2
Dave Cohen commentedYes, for now upgrade to .dev. WIll be fixed in next numbered build.
Comment #3
lazly commentedI confirm it, the dev version fixed it for me
Comment #4
akayani commentedThank you.