Removes propagation stop if overlay is closed
authorMatthias Schmidt <gravatronics@live.com>
Sun, 4 Aug 2013 11:48:10 +0000 (13:48 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 4 Aug 2013 11:48:26 +0000 (13:48 +0200)
This way dropdowns in overlays will automatically be closed if a overlay is closed by click.

Fixes #1442

wcfsetup/install/files/js/WCF.js

index 98a6982e16cf9a715e3cbe1397236b89c75e8b59..75bca5ae7e01e48bf430c88822298855c857b60d 100755 (executable)
@@ -8628,8 +8628,6 @@ $.widget('ui.wcfDialog', {
                
                if (event !== undefined) {
                        event.preventDefault();
-                       event.stopPropagation();
-                       return false;
                }
        },