Closes dropdowns when scrolling
authorMatthias Schmidt <gravatronics@live.com>
Mon, 29 Jul 2013 20:24:54 +0000 (22:24 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Mon, 29 Jul 2013 20:24:54 +0000 (22:24 +0200)
wcfsetup/install/files/js/WCF.js

index 0742818ef8aa4a085b2855031ce5ad4220a68b75..2fa998a668921d8b5f50779dda1d6b7481733deb 100755 (executable)
@@ -736,6 +736,8 @@ WCF.Dropdown = {
                        WCF.CloseOverlayHandler.addCallback('WCF.Dropdown', $.proxy(this._closeAll, this));
                        WCF.DOMNodeInsertedHandler.addCallback('WCF.Dropdown', $.proxy(this.init, this));
                }
+               
+               $(document).on('scroll', $.proxy(this._toggle, this));
        },
        
        /**