Testing for IE
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 24 Mar 2017 13:49:34 +0000 (09:49 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 24 Mar 2017 13:49:34 +0000 (09:49 -0400)
This may help prevent IE from closing the dropdown menu when you try and
select something from the dropdown.

views/front/apis/schedule.html

index 5bf63df..4489f89 100644 (file)
@@ -15,6 +15,9 @@
 {/if}
 jQuery(document).ready(function(){
     {if $inDropDown}
+        $("#dd-sched-1, #dd-sched-2, #dd-sched-3").mouseleave(function(){
+            event.stopPropagation();
+        });
         // For the drop down docks schedules
         var dropdown_dockForm = $("#dockForm");
         var dropdown_formDockId = $("#formDockId");