# HG changeset patch # User Franck Deroche # Date 1255599941 -7200 # Node ID 196348c8298fb20d2d7290049a701dd0e5f1c292 # Parent eb7c103b54cb00f1f2767af5526bc601d919cd61 Library: Switch to a purely click based popup opening. This probably should be a setting somewhere, but opening the popup on hover prevents interacting with rich player that might be there (sound/video player for example) diff -r eb7c103b54cb -r 196348c8298f js/dnd-library.js --- a/js/dnd-library.js Thu Oct 15 11:43:54 2009 +0200 +++ b/js/dnd-library.js Thu Oct 15 11:45:41 2009 +0200 @@ -110,7 +110,7 @@ // Add preview behavior to editor items (thanks, BeautyTips!) $('.editor-item', $this).each(function () { $(this).bt(Drupal.settings.dndLibraryPreviews[this.id], settings.btSettings); - $(this).hoverIntent(settings.libraryHoverIntentSettings); + //$(this).hoverIntent(settings.libraryHoverIntentSettings); }); // Preload images in editor representations